We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f062724 commit fd14879Copy full SHA for fd14879
chart/mongodb-probe/templates/configmap.yaml
@@ -11,6 +11,6 @@ data:
11
otel.metrics.exporter=none
12
13
otel.exporter.otlp.endpoint={{ .Values.otlp.tracing.endpoint }}
14
- otel.service.name={{ .Values.otlp.tracing.endpoint }}
+ otel.service.name={{ .Values.otlp.serviceName }}
15
spring.application.name={{ .Values.otlp.serviceName }}
16
0 commit comments