Skip to content

Commit c01df7e

Browse files
committed
Enable metrics input on otel collector
1 parent 8dc86ff commit c01df7e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

otel-collector-config.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ processors:
1717
batch:
1818
service:
1919
pipelines:
20+
metrics:
21+
receivers: [otlp]
22+
exporters: [logging]
2023
traces:
2124
receivers: [otlp]
2225
exporters: [jaeger]

0 commit comments

Comments
 (0)