-
Notifications
You must be signed in to change notification settings - Fork 1k
Support http semconv 1.32.0 #13697
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Support http semconv 1.32.0 #13697
Conversation
…nstrumentation/api/incubator/semconv/messaging/MessagingMetricsAdvice.java Co-authored-by: Lauri Tulmin <tulmin@gmail.com>
…nstrumentation/api/incubator/semconv/messaging/MessagingProducerMetrics.java Co-authored-by: Lauri Tulmin <tulmin@gmail.com>
…nstrumentation/api/incubator/semconv/messaging/MessagingProducerMetricsTest.java Co-authored-by: Steve Rao <raozihao.rzh@alibaba-inc.com>
…nstrumentation/api/incubator/semconv/messaging/MessagingProducerMetricsTest.java Co-authored-by: Steve Rao <raozihao.rzh@alibaba-inc.com>
| ServerAttributes.SERVER_ADDRESS, | ||
| ServerAttributes.SERVER_PORT)); | ||
| ServerAttributes.SERVER_PORT, | ||
| UrlAttributes.URL_SCHEME)); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is opt-in, so users would need to provide their own metric view to override this
| ServerAttributes.SERVER_ADDRESS, | ||
| ServerAttributes.SERVER_PORT)); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same here
| HttpAttributes.HTTP_REQUEST_METHOD, UrlAttributes.URL_SCHEME)); | ||
| // https://github.com/open-telemetry/semantic-conventions/blob/v1.32.0/docs/http/http-metrics.md#metric-httpserveractive_requests | ||
| HttpAttributes.HTTP_REQUEST_METHOD, UrlAttributes.URL_SCHEME, | ||
| ServerAttributes.SERVER_ADDRESS, ServerAttributes.SERVER_PORT)); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
and here
|
This PR has been labeled as stale due to lack of activity. It will be automatically closed if there is no further activity over the next 14 days. |
server.address,server.portto thehttp.server.request.durationmetric.server.address,server.portto thehttp.server.active_requestsmetric.server.address,server.portto thehttp.server.request.body.sizemetric.url.schemeto thehttp.client.request.durationmetric.url.schemeto thehttp.client.request.body.sizemetric.url.schemeto thehttp.client.response.body.sizemetric.