We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
consider dropping JAX-RS metrics from the spec in favor of http metrics to have better consistency between jax-rs / servlet / other http metrics.
include a recommendation in spec for impls to include http metrics following Open Telemetry semantic conventions for metrics ( https://opentelemetry.io/docs/reference/specification/metrics/semantic_conventions/http-metrics/#http-server ) http.server.duration http.server.active_requests (though should use dots instead of _ for micrometer name)
need to check - do we have anything in TCK that verifies presence of these metrics?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
consider dropping JAX-RS metrics from the spec in favor of http metrics to have better consistency between jax-rs / servlet / other http metrics.
include a recommendation in spec for impls to include http metrics following Open Telemetry semantic conventions for metrics ( https://opentelemetry.io/docs/reference/specification/metrics/semantic_conventions/http-metrics/#http-server )
http.server.duration
http.server.active_requests
(though should use dots instead of _ for micrometer name)
need to check - do we have anything in TCK that verifies presence of these metrics?
The text was updated successfully, but these errors were encountered: