Expand description
All query handler traits for various request protocols, like SQL or GRPC.
Instance that wishes to support certain request protocol, just implement the corresponding trait, the Server will handle codec for you.
Note: Query handlers are not confined to only handle read requests, they are expecting to handle write requests too. So the “query” here not might seem ambiguity. However, “query” has been used as some kind of “convention”, it’s the “Q” in “SQL”. So we might better stick to the word “query”.
Modules§
Structs§
Traits§
- Influxdb
Line Protocol Handler - Jaeger
Query Handler - Handle Jaeger query requests.
- LogQuery
Handler - Handle log query requests.
- Open
Telemetry Protocol Handler - Opentsdb
Protocol Handler - Pipeline
Handler - PipelineHandler is responsible for handling pipeline related requests.
- Prom
Store Protocol Handler