Module graphql_starter::tracing
source · Expand description
Utilities for [tracing-subscriber]
Structs§
- A MakeWriter that intercepts logs before writing them and allows both to accumulate them in a list or stream to subscribers.
- The tracing context.
- A Writer interceptor for MakeWriterInterceptor
Functions§
- Generates a default tracing layer that can be updated from its TracingContext and intercepted with its MakeWriterInterceptor
- Generates a default tracing layer that can be updated from its TracingContext
- Initializes the global tracing subscriber
- Generates a default tracing layer with the given filter that can be intercepted with its MakeWriterInterceptor
- Generates the default compact tracing layer with the given filter