Skip to content
2 changes: 1 addition & 1 deletion charts/opentelemetry-demo/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
type: application
name: opentelemetry-demo
version: 0.40.3
version: 0.40.4
description: opentelemetry demo helm chart
home: https://opentelemetry.io/
sources:
Expand Down
9 changes: 9 additions & 0 deletions charts/opentelemetry-demo/UPGRADING.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@
> another. If you need to upgrade the chart, you must first delete the existing
> release and then install the new version.


## To 0.40.4

The `transform` processor now uses the `set_semconv_span_name()` function to
reduce span metrics cardinality explosion caused by high-cardinality span names.
See the [processor documentation](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/processor/transformprocessor#set_semconv_span_name)
and [troubleshooting guide](https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/connector/spanmetricsconnector/README.md#troubleshooting-span-metrics-high-cardinality)
for details.

## To 0.40

The product catalog has been moved to use a Postgres database. Custom products
Expand Down
Loading
Loading