Created
August 16, 2018 19:27
-
-
Save jmprusi/aa6dbdbec9d1492db14628f5c1fdf693 to your computer and use it in GitHub Desktop.
Jaeger_config
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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