Skip to content

Otel integration and test workflow fixes #4

Otel integration and test workflow fixes

Otel integration and test workflow fixes #4

Workflow file for this run

receivers:
otlp:
protocols:
grpc:
endpoint: "0.0.0.0:4317"
http:
endpoint: "0.0.0.0:4318"
exporters:
logging:
loglevel: debug
file:
path: /var/log/otel/otel_collector.log
service:
pipelines:
traces:
receivers: [otlp]
processors: []
exporters: [logging, file]
metrics:
receivers: [otlp]
processors: []
exporters: [logging, file]