GrpcQueryInterceptor can track life cycle of a grpc request and customize or
abort its execution at given point.
LineProtocolInterceptor can track life cycle of a line protocol request
and customize or abort its execution at given point.
LogIngestInterceptor can track life cycle of a log ingestion request
and customize or abort its execution at given point.
LogQueryInterceptor can track life cycle of a log query request
and customize or abort its execution at given point.
OpenTelemetryProtocolInterceptor can track life cycle of an open telemetry protocol request
and customize or abort its execution at given point.
PromQueryInterceptor can track life cycle of a prometheus request and customize or
abort its execution at given point.
PromStoreProtocolInterceptor can track life cycle of a prom store request
and customize or abort its execution at given point.
SqlQueryInterceptor can track life cycle of a sql query and customize or
abort its execution at given point.