Namespace HotChocolate.AspNetCore.Instrumentation
Classes
- ServerDiagnosticEventListener
Inherit form this class if you want to receive server diagnostic events.
Interfaces
- IServerDiagnosticEventListener
Register an implementation of this interface in the DI container to listen to transport diagnostic events. Multiple instances can be registered and they will all be called in the registration order.
- IServerDiagnosticEvents
The diagnostic events of the GraphQL transport layer.
Enums
- HttpRequestKind
Specifies the HTTP request kind that is being executed.