Skip to content

Commit cbe87ab

Browse files
committed
feat(javaagent-log-appender): otel collector pipelines for traces and metrics
1 parent 1253ada commit cbe87ab

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

log-appender/otel-config.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,15 @@ receivers:
66
exporters:
77
debug:
88
verbosity: detailed
9+
nop:
910
service:
1011
pipelines:
1112
logs:
1213
receivers: [otlp]
1314
exporters: [debug]
15+
traces:
16+
receivers: [otlp]
17+
exporters: [debug]
18+
metrics:
19+
receivers: [otlp]
20+
exporters: [nop]

0 commit comments

Comments
 (0)