open-telemetry / opentelemetry-dotnet

The OpenTelemetry .NET Client
https://opentelemetry.io
Apache License 2.0
3.23k stars 765 forks source link

Milliseconds bucket #5742

Closed joaoluizalbuquerque closed 4 months ago

joaoluizalbuquerque commented 4 months ago

What is the question?

Hey guys.

Recently I updated OpenTelemetry.Exporter.OpenTelemetryProtocol and OpenTelemetry libraries from 1.7.0 to 1.9.0 and I can no longer see http_server_request_duration_milliseconds_bucket on prometheus, I can only see http_server_request_duration_seconds_bucket. Was it removed? Is there anyway to set it back?

Additional context

I'm using .Net 7

Kielek commented 4 months ago

Never version of semantic convention was implemented. For HTTP, It is now stable, so there should be no breaking changes. See changes https://github.com/open-telemetry/opentelemetry-specification/pull/3390.

Closing this issue. Feel free to reopen if you need more help.