Skip to content

Commit dab0c56

Browse files
authored
Enable otlp trace by default in the released binaries (#1883)
Signed-off-by: Bogdan Drutu <[email protected]>
1 parent 1c0f708 commit dab0c56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/otelcol/config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ service:
4343
pipelines:
4444

4545
traces:
46-
receivers: [opencensus, jaeger, zipkin]
46+
receivers: [otlp, opencensus, jaeger, zipkin]
4747
processors: [batch]
4848
exporters: [logging]
4949

0 commit comments

Comments
 (0)