1
0
mirror of https://github.com/prometheus/docs.git synced 2026-02-05 15:45:27 +01:00
Signed-off-by: bwplotka <bwplotka@gmail.com>
This commit is contained in:
bwplotka
2024-06-05 11:33:35 +01:00
parent 69885ef24b
commit d6fc3be42b

View File

@@ -372,8 +372,11 @@ Metadata MAY follow the official OpenMetrics guidelines for:
Each exemplar, if attached to a `TimeSeries`:
* MUST contain at least one label set, so two references to a symbols table.
* MUST contain value.
<!---
Rationales: https://github.com/prometheus/proposals/blob/alexg/remote-write-20-proposal/proposals/2024-04-09_remote-write-20.md#partial-writes#exemplars
-->
* MAY contain labels e.g. referencing trace or request ID. If the exemplar references a trace it SHOULD use `trace_id` label name, as a best practice.
* MAY contain timestamp.
## Out of Scope