root@depfVM1:/var/log/otelcol# cat /etc/otelcol-contrib/config.yaml extensions: health_check: pprof: endpoint: 0.0.0.0:1777 zpages: endpoint: 0.0.0.0:55679 receivers: otlp: protocols: grpc: http: opencensus: # Collect own metrics prometheus: config: scrape_configs: - job_name: 'otel-collector' scrape_interval: 10s static_configs: - targets: ['0.0.0.0:8888'] jaeger: protocols: grpc: thrift_binary: thrift_compact: thrift_http: zipkin: processors: batch: exporters: file: path: /var/log/otelcol/otelcol.json logging: logLevel: debug azuremonitor: instrumentation_key: service: pipelines: traces: receivers: [otlp] processors: [batch] exporters: [file, azuremonitor] metrics: receivers: [otlp] processors: [batch] exporters: [file] logs: receivers: [otlp] processors: [batch] exporters: [file, azuremonitor] extensions: [health_check, pprof, zpages] root@depfVM1:/var/log/otelcol#