Struct async_graphql::extensions::ApolloTracing [−][src]
pub struct ApolloTracing;
apollo_tracing
only.Expand description
Apollo tracing extension for performance tracing
Apollo Tracing works by including data in the extensions field of the GraphQL response, which is
reserved by the GraphQL spec for extra information that a server wants to return. That way, you
have access to performance traces alongside the data returned by your query.
It’s already supported by Apollo Engine
, and we’re excited to see what other kinds of
integrations people can build on top of this format.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ApolloTracing
impl Send for ApolloTracing
impl Sync for ApolloTracing
impl Unpin for ApolloTracing
impl UnwindSafe for ApolloTracing
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more