package
2.7.11
Repository: https://github.com/influxdata/influxdb.git
Documentation: pkg.go.dev

# Functions

NewInflux1xAuthenticationHandler creates an authentication handler to process InfluxDB 1.x authentication requests.
NewInfluxQLBackend constructs an InfluxQLBackend from a LegacyBackend.
NewInfluxQLHandler returns a new instance of InfluxqlHandler to handle influxql v1 queries.
NewPointsWriterBackend creates a new backend for legacy work.
NewRouter returns a new router with a 404 handler, a 405 handler, and a panic handler.
NewWriterHandler returns a new instance of PointsWriterHandler.
WithMaxBatchSizeBytes configures the maximum size for a (decompressed) points batch allowed by the write handler.

# Constants

DefaultChunkSize is the default number of points to write in one chunk.

# Structs

Handler is a collection of all the service handlers.
HandlerConfig provides configuration for the legacy handler.
InfluxqlHandler mimics the /query handler from influxdb, but, enriches with org and forwards requests to the transpiler service.
PointsWriterBackend contains all the services needed to run a PointsWriterHandler.
PointsWriterHandler represents an HTTP API handler for writing points.

# Interfaces

# Type aliases

WriteHandlerOption is a functional option for a *PointsWriterHandler.