Skip to content

Commit e1123d6

Browse files
authored
Merge pull request #46 from edinstance/router-config-fixes
2 parents 6902bab + 9e22743 commit e1123d6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

router.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,15 @@ telemetry:
3333
service_name: "graphql-router"
3434
otlp:
3535
enabled: true
36-
endpoint: ${OTEL_EXPORTER_OTLP_ENDPOINT:http://otel-collector:4317}
36+
endpoint: ${env.OTEL_EXPORTER_OTLP_ENDPOINT:-http://otel-collector:4317}
3737
protocol: grpc
3838
metrics:
3939
common:
4040
service_namespace: "aviation-system"
4141
service_name: "graphql-router"
4242
otlp:
4343
enabled: true
44-
endpoint: ${OTEL_METRICS_EXPORTER_ENDPOINT:http://otel-collector:4317}
44+
endpoint: ${env.OTEL_METRICS_EXPORTER_ENDPOINT:-http://otel-collector:4317}
4545
protocol: grpc
4646
logging:
4747
stdout:

0 commit comments

Comments
 (0)