mirror of
https://github.com/prometheus/prometheus.git
synced 2025-07-03 19:13:23 +00: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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue