We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6902bab + 9e22743 commit e1123d6Copy full SHA for e1123d6
1 file changed
router.yml
@@ -33,15 +33,15 @@ telemetry:
33
service_name: "graphql-router"
34
otlp:
35
enabled: true
36
- endpoint: ${OTEL_EXPORTER_OTLP_ENDPOINT:http://otel-collector:4317}
+ endpoint: ${env.OTEL_EXPORTER_OTLP_ENDPOINT:-http://otel-collector:4317}
37
protocol: grpc
38
metrics:
39
common:
40
service_namespace: "aviation-system"
41
42
43
44
- endpoint: ${OTEL_METRICS_EXPORTER_ENDPOINT:http://otel-collector:4317}
+ endpoint: ${env.OTEL_METRICS_EXPORTER_ENDPOINT:-http://otel-collector:4317}
45
46
logging:
47
stdout:
0 commit comments