Skip to content

Commit acaaa07

Browse files
committed
chore(stack/observability): Move Loki OTLP exporter from gRPC to HTTP
Loki doesn't support gRPC ingestion.
1 parent f0fe194 commit acaaa07

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

stacks/observability/opentelemetry-collector-deployment.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ spec:
4545
endpoint: tempo:4317
4646
tls:
4747
insecure: true
48-
otlp/loki:
49-
endpoint: loki:9095
48+
otlphttp/loki:
49+
endpoint: http://loki:3100/otlp
5050
tls:
5151
insecure: true
5252
# auth:
@@ -127,7 +127,7 @@ spec:
127127
- resource/logs
128128
- attributes/logs
129129
exporters:
130-
- otlp/loki
130+
- otlphttp/loki
131131
# - debug
132132
# Set the log level of the opentelemetry-collector application.
133133
# You can also expose the collector metrcics (separate from the metrics receivers/exporters).

stacks/observability/opentelemetry-collector-sidecar.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ spec:
4343
endpoint: tempo:4317
4444
tls:
4545
insecure: true
46-
otlp/loki:
47-
endpoint: loki:9095
46+
otlphttp/loki:
47+
endpoint: http://loki:3100/otlp
4848
tls:
4949
insecure: true
5050
# auth:
@@ -125,7 +125,7 @@ spec:
125125
- resource/logs
126126
- attributes/logs
127127
exporters:
128-
- otlp/loki
128+
- otlphttp/loki
129129
# - debug
130130
# Set the log level of the opentelemetry-collector application.
131131
# You can also expose the collector metrcics (separate from the metrics receivers/exporters).

0 commit comments

Comments
 (0)