File tree 2 files changed +3
-1
lines changed
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ OTEL_EXPORTER_OTLP_ENDPOINT=http://${OTEL_COLLECTOR_HOST}:${OTEL_COLLECTOR_PORT_
29
29
PUBLIC_OTEL_EXPORTER_OTLP_TRACES_ENDPOINT = http://localhost:8080/otlp-http/v1/traces
30
30
31
31
# OpenTelemetry Resource Definitions
32
- OTEL_RESOURCE_ATTRIBUTES = " service.namespace=opentelemetry-demo"
32
+ OTEL_RESOURCE_ATTRIBUTES = service.namespace=opentelemetry-demo,service.version= ${ IMAGE_VERSION }
33
33
34
34
# Metrics Temporality
35
35
OTEL_EXPORTER_OTLP_METRICS_TEMPORALITY_PREFERENCE = cumulative
Original file line number Diff line number Diff line change @@ -45,6 +45,8 @@ the release.
45
45
([ #1585 ] ( https://github.com/open-telemetry/opentelemetry-demo/pull/1585 ) )
46
46
* [ kafka] Increase memory and Java heap limits
47
47
([ #1592 ] ( https://github.com/open-telemetry/opentelemetry-demo/pull/1592 ) )
48
+ * chore: Add service version to OTEL_RESOURCE_ATTRIBUTES
49
+ ([ #1594 ] ( https://github.com/open-telemetry/opentelemetry-demo/pull/1594 ) )
48
50
49
51
## 1.9.0
50
52
You can’t perform that action at this time.
0 commit comments