opcotech/elemo

View on GitHub
deploy/docker/otel/collector-config.yaml

Summary

Maintainability
Test Coverage
receivers:
  otlp:
    protocols:
      http:

processors:
  batch:
    timeout: 10s

exporters:
  jaeger:
    endpoint: jaeger:14250
    tls:
      insecure: true

service:
  pipelines:
    traces:
      receivers: [ otlp ]
      processors: [ batch ]
      exporters: [ jaeger ]