Skip to content

Instantly share code, notes, and snippets.

@joe-elliott
Created November 2, 2020 14:56
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/1a7d30d411a8319540b3f57fa047fca6 to your computer and use it in GitHub Desktop.
Save joe-elliott/1a7d30d411a8319540b3f57fa047fca6 to your computer and use it in GitHub Desktop.
Default Jaeger OTEL Ingester Configuration
receivers:
kafka:
brokers:
- 127.0.0.1:9092
protocolversion: 0.10.2.0
topic: jaeger-spans
encoding: jaeger_proto
groupid: jaeger-ingester
clientid: jaeger-ingester
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:
- kafka
processors:
- batch
exporters:
- jaeger_cassandra
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment