mirror of
https://github.com/prometheus/prometheus.git
synced 2025-08-05 21:57:09 +02:00
parser: remove expired link from comment (#16189)
* Replace OpenMetrics link with the current specification --------- Signed-off-by: pomyslowynick <dark0mlet@gmail.com> Signed-off-by: Rafal Rosa <dark0mlet@gmail.com> Co-authored-by: Bartlomiej Plotka <bwplotka@gmail.com>
This commit is contained in:
parent
c09bd2c7ba
commit
c7ea28c36b
@ -73,7 +73,7 @@ func (l *openMetricsLexer) Error(es string) {
|
||||
|
||||
// OpenMetricsParser parses samples from a byte slice of samples in the official
|
||||
// OpenMetrics text exposition format.
|
||||
// This is based on the working draft https://docs.google.com/document/u/1/d/1KwV0mAXwwbvvifBvDKH_LU1YjyXE_wxCkHNoCGq1GX0/edit
|
||||
// Specification can be found at https://prometheus.io/docs/specs/om/open_metrics_spec/
|
||||
type OpenMetricsParser struct {
|
||||
l *openMetricsLexer
|
||||
builder labels.ScratchBuilder
|
||||
|
Loading…
Reference in New Issue
Block a user