You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The GetMetricMetadata endpoint returns an empty object for a Distribution that was just emitted.
For a Counter metric, the endpoint will return a minimal object with type specified. I expected to have the distribution type provided.
To Reproduce
Steps to reproduce the behavior:
Using the samples from the doc (edit the metric names)
Describe the bug
The
GetMetricMetadata
endpoint returns an empty object for aDistribution
that was just emitted.For a
Counter
metric, the endpoint will return a minimal object withtype
specified. I expected to have thedistribution
type provided.To Reproduce
Steps to reproduce the behavior:
Using the samples from the doc (edit the metric names)
datadogV2.METRICINTAKETYPE_COUNT.Ptr()
: https://docs.datadoghq.com/api/latest/metrics/?code-lang=go#submit-metricsFor the counter:
For the Distribution:
Expected behavior
For the distribution I would expect a
distribution
type:Additional context
N/A
The text was updated successfully, but these errors were encountered: