Leverage set_semconv_span_name() for better span and http operation names#2942
Conversation
…er http operation names
|
This PR was marked stale due to lack of activity. It will be closed in 7 days. |
|
@julianocosta89 @puckpuck what do you think of adoption the chloggen process for the OTel demo repo? I forgot to add an entry in the changelog for this PR and the build could have failed to help me not forget. |
|
CHANGELOG.md entry required |
I like this idea, how would that work? |
…c/opentelemetry-demo into use-set-semconv-span-name
Yes, I was thinking of adopting the process and toolchain used in the Collector. It's heavyweight but we have to be careful with downstream users. |
# Conflicts: # src/otel-collector/otelcol-config.yml
… names (open-telemetry#2942) * Bump OTelCol to 0.144.0 and leverage set_semconv_span_name() for better http operation names * Bump OTelCol to 0.144.0 and leverage set_semconv_span_name() for better http operation names * changelog * lint * lint * lint * Better changelog.md * Bump otelcol to 0.145. * Bump otelcol to 0.145. (cherry picked from commit aab2a70)
… names (open-telemetry#2942) * Bump OTelCol to 0.144.0 and leverage set_semconv_span_name() for better http operation names * Bump OTelCol to 0.144.0 and leverage set_semconv_span_name() for better http operation names * changelog * lint * lint * lint * Better changelog.md * Bump otelcol to 0.145. * Bump otelcol to 0.145. (cherry picked from commit aab2a70)
… names (open-telemetry#2942) * Bump OTelCol to 0.144.0 and leverage set_semconv_span_name() for better http operation names * Bump OTelCol to 0.144.0 and leverage set_semconv_span_name() for better http operation names * changelog * lint * lint * lint * Better changelog.md * Bump otelcol to 0.145. * Bump otelcol to 0.145. (cherry picked from commit aab2a70)
… names (open-telemetry#2942) * Bump OTelCol to 0.144.0 and leverage set_semconv_span_name() for better http operation names * Bump OTelCol to 0.144.0 and leverage set_semconv_span_name() for better http operation names * changelog * lint * lint * lint * Better changelog.md * Bump otelcol to 0.145. * Bump otelcol to 0.145. (cherry picked from commit aab2a70)
… names (open-telemetry#2942) * Bump OTelCol to 0.144.0 and leverage set_semconv_span_name() for better http operation names * Bump OTelCol to 0.144.0 and leverage set_semconv_span_name() for better http operation names * changelog * lint * lint * lint * Better changelog.md * Bump otelcol to 0.145. * Bump otelcol to 0.145.
Changes
Leverage the
set_semconv_span_name()OTel Collector Transform Processor function to better handle the next.js issue High-cardinality HTTP span names #54694 and get better span and http operation names.This change follows the Span Metrics Connector guide Troubleshooting span metrics high cardinality
This PR also bumps the OTel Collector to v0.145.0 and thus renames OTLP exporters:
otlp-->otlp_grpcandotlphttp-->otlp_http(OTel Collector deprecation notice here)otelcol-config-extras.yamlMerge Requirements
For new features contributions, please make sure you have completed the following
essential items:
CHANGELOG.mdupdated to document new feature additionsMaintainers will not merge until the above have been completed. If you're unsure
which docs need to be changed ping the
@open-telemetry/demo-approvers.