Skip to content

Instantly share code, notes, and snippets.

@joe-elliott
Created November 2, 2020 14:55
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 joe-elliott/d7b804d7f6a0356705210f22eea811c3 to your computer and use it in GitHub Desktop.
Save joe-elliott/d7b804d7f6a0356705210f22eea811c3 to your computer and use it in GitHub Desktop.
Default Jaeger OTEL Collector Config
receivers:
jaeger:
protocols:
grpc:
netaddr:
endpoint: localhost:14250
transport: ""
thrifthttp:
endpoint: localhost:14268
otlp:
protocols:
grpc:
netaddr:
endpoint: 0.0.0.0:55680
http:
endpoint: 0.0.0.0:55681
exporters:
jaeger_cassandra:
timeoutsettings:
timeout: 5s
queuesettings:
enabled: true
numconsumers: 50
queuesize: 2000
retrysettings:
enabled: true
initialinterval: 5s
maxinterval: 30s
maxelapsedtime: 5m0s
options:
primary:
configuration:
servers: []
keyspace: jaeger_v1_test
local_dc: ""
connections_per_host: 2
timeout: 0s
connect_timeout: 0s
reconnect_interval: 1m0s
socket_keep_alive: 0s
max_retry_attempt: 3
proto_version: 4
consistency: ""
disable-compression: false
port: 0
authenticator:
basic:
username: ""
password: ""
disable_auto_discovery: false
enable_dependencies_v2: false
tls:
enabled: false
capath: ""
certpath: ""
keypath: ""
servername: ""
clientcapath: ""
skiphostverify: false
enabled: true
spanstorewritecachettl: 12h0m0s
index:
logs: true
tags: true
processtags: true
tagblacklist: ""
tagwhitelist: ""
processors:
batch:
timeout: 200ms
sendbatchsize: 8192
sendbatchmaxsize: 0
extensions:
health_check:
port: 13133
service:
extensions:
- health_check
pipelines:
traces:
name: ""
inputtype: traces
receivers:
- jaeger
- otlp
processors:
- batch
exporters:
- jaeger_cassandra
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment