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
In the HttpInMetricsListener the value of the http.flavor is set to the value of the HttpContext.Request.Protocol which is either HTTP/1.1, HTTP/2, etc.
What is the expected behavior? http.flavor should be the kind of HTTP protocol used: "1.0", "1.1", "2", "SPDY" or "QUIC".
The text was updated successfully, but these errors were encountered:
Bug Report
OpenTelemetry.Instrumentation.AspNetCore 1.0.0-rc9.4
Runtime version:net6.0
http.flavor
is not following de specs for metricsIn the
HttpInMetricsListener
the value of thehttp.flavor
is set to the value of the HttpContext.Request.Protocol which is either HTTP/1.1, HTTP/2, etc.What is the expected behavior?
http.flavor
should be the kind of HTTP protocol used: "1.0", "1.1", "2", "SPDY" or "QUIC".The text was updated successfully, but these errors were encountered: