Skip to content

Commit eb84ab7

Browse files
committed
chore(tempo): use single quotes for OTLP endpoint values in YAML
1 parent 55a7373 commit eb84ab7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

infra/observability/tempo/tempo-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ distributor:
88
otlp:
99
protocols:
1010
grpc:
11-
endpoint: "0.0.0.0:${TEMPO_OTLP_GRPC_PORT:-4317}"
11+
endpoint: '0.0.0.0:${TEMPO_OTLP_GRPC_PORT:-4317}'
1212
http:
13-
endpoint: "0.0.0.0:${TEMPO_OTLP_HTTP_PORT:-4318}"
13+
endpoint: '0.0.0.0:${TEMPO_OTLP_HTTP_PORT:-4318}'
1414

1515
storage:
1616
trace:

0 commit comments

Comments
 (0)