Skip to content

Commit 125c484

Browse files
authored
update collector telemetry push to OTLP/HTTP (open-telemetry#2187)
Signed-off-by: Shenoy Pratik <pshenoy36@gmail.com>
1 parent f2a0a50 commit 125c484

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/otel-collector/otelcol-config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,5 +138,5 @@ service:
138138
timeout: 5000
139139
exporter:
140140
otlp:
141-
protocol: grpc
142-
endpoint: ${env:OTEL_COLLECTOR_HOST}:${env:OTEL_COLLECTOR_PORT_GRPC}
141+
protocol: http/protobuf
142+
endpoint: ${env:OTEL_COLLECTOR_HOST}:${env:OTEL_COLLECTOR_PORT_HTTP}

0 commit comments

Comments
 (0)