prometheus / compliance

A set of tests to check compliance with various Prometheus interfaces
Apache License 2.0
127 stars 44 forks source link

Disable metric suffixing in OTel PRW exporter to pass compliance tests #106

Closed dashpole closed 1 week ago

dashpole commented 1 week ago

Fixes https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/35119

The counter was being renamed to counter_total. Disable suffixing so that we pass the compliance test.