Haystack¶
To enable the Haystack:
[tracing]
[tracing.haystack]tracing:
haystack: {}--tracing.haystack=truelocalAgentHost¶
Require, Default="127.0.0.1"
Local Agent Host instructs reporter to send spans to haystack-agent at this address.
[tracing]
[tracing.haystack]
localAgentHost = "127.0.0.1"tracing:
haystack:
localAgentHost: 127.0.0.1--tracing.haystack.localAgentHost=127.0.0.1localAgentPort¶
Require, Default=35000
Local Agent port instructs reporter to send spans to the haystack-agent at this port.
[tracing]
[tracing.haystack]
localAgentPort = 35000tracing:
haystack:
localAgentPort: 35000--tracing.haystack.localAgentPort=35000globalTag¶
Optional, Default=empty
Apply shared tag in a form of Key:Value to all the traces.
[tracing]
[tracing.haystack]
globalTag = "sample:test"tracing:
haystack:
globalTag: sample:test--tracing.haystack.globalTag=sample:testtraceIDHeaderName¶
Optional, Default=empty
Specifies the header name that will be used to store the trace ID.
[tracing]
[tracing.haystack]
traceIDHeaderName = "Trace-ID"tracing:
haystack:
traceIDHeaderName: Trace-ID--tracing.haystack.traceIDHeaderName=Trace-IDparentIDHeaderName¶
Optional, Default=empty
Specifies the header name that will be used to store the parent ID.
[tracing]
[tracing.haystack]
parentIDHeaderName = "Parent-Message-ID"tracing:
haystack:
parentIDHeaderName: Parent-Message-ID--tracing.haystack.parentIDHeaderName=Parent-Message-IDspanIDHeaderName¶
Optional, Default=empty
Specifies the header name that will be used to store the span ID.
[tracing]
[tracing.haystack]
spanIDHeaderName = "Message-ID"tracing:
haystack:
spanIDHeaderName: Message-ID--tracing.haystack.spanIDHeaderName=Message-IDbaggagePrefixHeaderName¶
Optional, Default=empty
Specifies the header name prefix that will be used to store baggage items in a map.
[tracing]
[tracing.haystack]
baggagePrefixHeaderName = "sample"tracing:
haystack:
baggagePrefixHeaderName: "sample"--tracing.haystack.baggagePrefixHeaderName=sample