Skip to content

Instantly share code, notes, and snippets.

@subnova
Created June 23, 2020 14:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save subnova/9af14f5f12c12fab0a695a2b1d1a594c to your computer and use it in GitHub Desktop.
Save subnova/9af14f5f12c12fab0a695a2b1d1a594c to your computer and use it in GitHub Desktop.
receivers:
opencensus/unixdomain:
transport: unix
endpoint: /var/run/opencensus.sock
processors:
queued_retry:
num_workers: 10
queue_size: 200
retry_on_failure: true
backoff_delay: 5s
memory_limiter:
check_interval: 5s
limit_mib: 500
spike_limit_mib: 50
ballast_size_mib: 200
exporters:
otlp:
endpoint: some.host.com:80
compression: gzip
num_workers: 10
insecure: true
extensions:
zpages:
endpoint: :55679
service:
extensions: [zpages]
pipelines:
traces:
receivers: [opencensus/unixdomain]
processors: [memory_limiter,queued_retry]
exporters: [otlp]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment