Skip to content

Instantly share code, notes, and snippets.

@jmprusi
Created August 16, 2018 19:27
Show Gist options
  • Save jmprusi/aa6dbdbec9d1492db14628f5c1fdf693 to your computer and use it in GitHub Desktop.
Save jmprusi/aa6dbdbec9d1492db14628f5c1fdf693 to your computer and use it in GitHub Desktop.
Jaeger_config
{
"service_name": "apicast",
"disabled": false,
"sampler": {
"type": "const",
"param": 1
},
"reporter": {
"queueSize": 100,
"bufferFlushInterval": 10,
"logSpans": false,
"localAgentHostPort": "jaeger-agent:6831"
},
"headers": {
"jaegerDebugHeader": "debug-id",
"jaegerBaggageHeader": "baggage",
"TraceContextHeaderName": "uber-trace-id",
"traceBaggageHeaderPrefix": "testctx-"
},
"baggage_restrictions": {
"denyBaggageOnInitializationFailure": false,
"hostPort": "127.0.0.1:5778",
"refreshInterval": 60
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment