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
I expected otelhttp.WithRouteTag() to set the route tag for both traces and metrics, but it appears to only set the route tag for traces.
otelhttp.WithRouteTag()
Happy to submit a PR to add this to WithRouteTag() using the functionality added in #306 if this would be reasonable default behaviour.
WithRouteTag()
The text was updated successfully, but these errors were encountered:
Add route tag to metrics as well as traces when using WithRouteTag.
ba3159b
Resolves open-telemetry#611.
Updated default port for OTLP exporter (#611)
446727b
OpenCensus used `55678` as the default. OTLP used `55680`. This commit fixes the incorrect default port specified for the OTLP exporter.
a28312d
bc2b009
4e27aed
Successfully merging a pull request may close this issue.
I expected
otelhttp.WithRouteTag()
to set the route tag for both traces and metrics, but it appears to only set the route tag for traces.Happy to submit a PR to add this to
WithRouteTag()
using the functionality added in #306 if this would be reasonable default behaviour.The text was updated successfully, but these errors were encountered: