Expand description
Prometheus remote write support.
This module groups validation, row building, and protobuf decoding for the Prometheus remote write API.
Modulesยง
- decode
- Decoding of Prometheus remote write protobuf payloads.
- row_
builder ๐ - types ๐
- Shared types for Prometheus remote write decoding.
- v2
- validation
- Prometheus remote write validation utilities.
Structsยง
Constantsยง
- REMOTE_
WRITE_ V1_ VERSION - Prometheus remote write protocol versions, also used as the
versionlabel of the remote write metrics. - REMOTE_
WRITE_ V2_ VERSION