Structsยง
- Prom
Label - Prom
Series Processor - A hook to be injected into the PromWriteRequest decoding process. It was originally designed with two usage:
- Prom
Time Series - Prom
Write Request
Functionsยง
- copy_
to_ ๐bytes - decode_
string ๐ - Decodes bytes into String values according provided validation mode.
- merge_
bytes ๐ - Reads a variable-length encoded bytes field from
buf
and assign it tovalue
. - split_
to ๐ - Similar to
Bytes::split_to
, but directly operates on underlying memory region.