mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-15 18:14:06 -08:00
Remove trailing commas from Exemplar API docs
The trailing commas here make this example invalid JSON. Here we remove them. Signed-off-by: sinkingpoint <colin@quirl.co.nz>
This commit is contained in:
parent
7f9fe4cb5f
commit
8bfb886573
|
@ -407,7 +407,7 @@ $ curl -g 'http://localhost:9090/api/v1/query_exemplars?query=test_exemplar_metr
|
||||||
"traceID": "EpTxMJ40fUus7aGY"
|
"traceID": "EpTxMJ40fUus7aGY"
|
||||||
},
|
},
|
||||||
"value": "6",
|
"value": "6",
|
||||||
"timestamp": 1600096945.479,
|
"timestamp": 1600096945.479
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
@ -424,15 +424,15 @@ $ curl -g 'http://localhost:9090/api/v1/query_exemplars?query=test_exemplar_metr
|
||||||
"traceID": "Olp9XHlq763ccsfa"
|
"traceID": "Olp9XHlq763ccsfa"
|
||||||
},
|
},
|
||||||
"value": "19",
|
"value": "19",
|
||||||
"timestamp": 1600096955.479,
|
"timestamp": 1600096955.479
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"labels": {
|
"labels": {
|
||||||
"traceID": "hCtjygkIHwAN9vs4"
|
"traceID": "hCtjygkIHwAN9vs4"
|
||||||
},
|
},
|
||||||
"value": "20",
|
"value": "20",
|
||||||
"timestamp": 1600096965.489,
|
"timestamp": 1600096965.489
|
||||||
},
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue