Prometheus histogram is translated to CW MinMaxSumCount with no Min and Max fields populated #575
Labels
cloudwatch
Cloudwatch related issues
metrics
Metrics related issue
Prometheus
Prometheus remote-write related issues
Prometheus histogram is translated to CW MinMaxSumCount with no Min and Max fields populated.
I'm emitting a latency metric and it looks in the following way if I call the prometheus endpoint:
When I look at CW, it's translated to the following:
I expect that Min and Max are also prefilled with the values based on the histogram buckets the same way as
go_gc_duration_seconds
:Please see the the Otel collector config and log attached.
aws-otel-collector.txt
aws-otel-collector.log
The text was updated successfully, but these errors were encountered: