Brian Rodecap
Brian Rodecap
Adding a reproducer which logs the output of `http.server.request.duration` as "seconds" instead of "s" from the MetricFilter in `OtlpConfiguration`. This project is setup using Spring Boot 4/Java 25/Micrometer 1.16.0. To...
Correct, we are using OTLP to export to a system which requires UCUM and follows the standard spec here: https://opentelemetry.io/docs/specs/semconv/http/http-metrics/ FYI - I did not include in my reproducer, but...
Correct, the vendor is New Relic, and their direction is to strictly follow the semantic conventions linked above. Their platform digests the HTTP duration metric to produce their apm.service.transaction.duration metric....