mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 17:11:49 +00:00
add note about traceID on a graphql request (#26049)
* add note about traceID on a graphql request * Update doc/admin/observability/tracing.md Co-authored-by: Erik Seliger <erikseliger@me.com> Co-authored-by: Erik Seliger <erikseliger@me.com>
This commit is contained in:
parent
9ed0fb21e5
commit
207a433718
@ -51,6 +51,10 @@ itself](https://www.jaegertracing.io/docs/1.17/sampling/), and even then, the vo
|
||||
traffic caused by Jaeger spans being sent to the collector may disrupt the performance of the
|
||||
overall Sourcegraph instance.
|
||||
|
||||
### GraphQL Requests
|
||||
|
||||
To receive a traceID on a GraphQL request, include the header `X-Sourcegraph-Should-Trace: true` with the request.
|
||||
|
||||
### Jaeger debugging algorithm
|
||||
|
||||
Jaeger is a powerful debugging tool that can break down where time is spent over the lifecycle of a
|
||||
|
||||
Loading…
Reference in New Issue
Block a user