Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for decimal metric instruments #5620

Closed
wants to merge 7 commits into from

Conversation

joegoldman2
Copy link
Contributor

Fixes #5615.

Changes

This PR adds support for decimal metric instruments.

Merge requirement checklist

  • CONTRIBUTING guidelines followed (license requirements, nullable enabled, static analysis, etc.)
  • Unit tests added/updated
  • Appropriate CHANGELOG.md files updated for non-trivial changes
  • Changes in public API reviewed (if applicable)

@joegoldman2 joegoldman2 requested a review from a team as a code owner May 15, 2024 09:34
@joegoldman2 joegoldman2 marked this pull request as draft May 15, 2024 09:49
Comment on lines +76 to +89
/// <summary>
/// Sum of Decimal type.
/// </summary>
DecimalSum = 0x1e,

/// <summary>
/// Non-monotonic Sum of Decimal type.
/// </summary>
DecimalSumNonMonotonic = 0x8e,

/// <summary>
/// Gauge of Decimal type.
/// </summary>
DecimalGauge = 0x2e,
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure about the value associated with each new enum entry.

@joegoldman2 joegoldman2 marked this pull request as ready for review May 15, 2024 11:06
@cijothomas
Copy link
Member

Closing as per #5615 (comment)

@cijothomas cijothomas closed this May 15, 2024
@joegoldman2 joegoldman2 deleted the fix/5615 branch May 15, 2024 16:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Histogram<decimal> does not report values
2 participants