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
@karataliu This change is not yet released. if you set OTEL_SEMCONV_STABILITY_OPT_IN=http then you should get new tags with metric name as http.server.duration. Next release should include the change you are expecting i.e. the metric will be emitted as http.server.request.duration.
Bug Report
List of all OpenTelemetry NuGet
packages and version that you are
using (e.g.
OpenTelemetry 1.0.2
):Runtime version (e.g.
net462
,net48
,netcoreapp3.1
,net6.0
etc. You canfind this information from the
*.csproj
file):net7.0
Symptom
Setting OTEL_SEMCONV_STABILITY_OPT_IN=http doesn't turn on
http.server.request.duration
See repro below.
What is the expected behavior?
filter:'http.server.request.duration'
What is the actual behavior?
filter:'http.server.duration'
Reproduce
Repro code:
output:
The text was updated successfully, but these errors were encountered: