Expand description
Distributed tracing for GraphQL queries and mutations
Functionsยง
- create_
graphql_ span - Create a span for a GraphQL query/mutation
- create_
resolver_ span - Create a span for a specific field resolver
- extract_
graphql_ trace_ context - Extract trace context from GraphQL request headers
- inject_
graphql_ trace_ context - Inject trace context into GraphQL response headers
- record_
graphql_ error - Record GraphQL query error
- record_
graphql_ success - Record successful GraphQL query execution
- record_
resolver_ error - Record resolver error
- record_
resolver_ success - Record resolver success