Skip to content

Commit 6ef320c

Browse files
[demo] Leverage set_semconv_span_name() for better span and http operation names (open-telemetry#2080)
* Use the Transform Processor `set_semconv_span_name()` to workaround span metrics cardinality explosion caused by high-cardinality span names * Revert processor name to restore backward compatibility. * Revert processor name to restore backward compatibility. * Performances optimizations * Performances optimizations --------- Co-authored-by: Tyler Helmuth <12352919+TylerHelmuth@users.noreply.github.com>
1 parent 2c955a9 commit 6ef320c

37 files changed

Lines changed: 378 additions & 288 deletions

charts/opentelemetry-demo/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v2
22
type: application
33
name: opentelemetry-demo
4-
version: 0.40.3
4+
version: 0.40.4
55
description: opentelemetry demo helm chart
66
home: https://opentelemetry.io/
77
sources:

charts/opentelemetry-demo/UPGRADING.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@
55
> another. If you need to upgrade the chart, you must first delete the existing
66
> release and then install the new version.
77
8+
9+
## To 0.40.4
10+
11+
The `transform` processor now uses the `set_semconv_span_name()` function to
12+
reduce span metrics cardinality explosion caused by high-cardinality span names.
13+
See the [processor documentation](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/processor/transformprocessor#set_semconv_span_name)
14+
and [troubleshooting guide](https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/connector/spanmetricsconnector/README.md#troubleshooting-span-metrics-high-cardinality)
15+
for details.
16+
817
## To 0.40
918

1019
The product catalog has been moved to use a Postgres database. Custom products

0 commit comments

Comments
 (0)