BREAKING CHANGES
- Rename Trace-connected Metrics APIs to avoid implying aggregation (#4834)
- from
AddCountertoEmitCounter - from
RecordDistributiontoEmitDistribution - from
RecordGaugetoEmitGauge
- from
Features
- Validate Trace-connected Metrics (#4834)
Fixes
- Attributes for Trace-connected Metrics set via
SetBeforeSendLogcallback (#4834) - Disallow unsupported 128-bit floating point numbers (i.e.
decimal) for Trace-connected Metrics (#4834)