Skip to main content

Module prom_remote_write

Module prom_remote_write 

Source
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ยง

PROM_WRITE_REQUEST_POOL ๐Ÿ”’

Constantsยง

REMOTE_WRITE_V1_VERSION
Prometheus remote write protocol versions, also used as the version label of the remote write metrics.
REMOTE_WRITE_V2_VERSION

Functionsยง

decode_remote_write_request
try_decompress