Replace deprecated logging exporter with debug exporter in otel-collector-config.yaml

pull/2015/head
Mush-A 1 week ago
parent 7883008fa8
commit 3b88c69db4
  1. 4
      log-analyser/otel-collector-config.yaml

@ -68,12 +68,12 @@ processors:
batch:
exporters:
logging:
loglevel: debug
loki:
endpoint: "http://loki:3100/loki/api/v1/push"
prometheus:
endpoint: "0.0.0.0:9464"
debug:
verbosity: detailed
service:
pipelines:

Loading…
Cancel
Save