diff --git a/otel-local-config.yaml b/otel-local-config.yaml index baca32918..1fa1c6e07 100644 --- a/otel-local-config.yaml +++ b/otel-local-config.yaml @@ -10,19 +10,22 @@ processors: batch: exporters: - logging: + debug: + verbosity: detailed + sampling_initial: 5 + sampling_thereafter: 200 service: pipelines: traces: receivers: [otlp] processors: [batch] - exporters: [logging] + exporters: [debug] metrics: receivers: [otlp] processors: [batch] - exporters: [logging] + exporters: [debug] logs: receivers: [otlp] processors: [batch] - exporters: [logging] + exporters: [debug] \ No newline at end of file