Merge pull request #12446 from sinkingpoint/sinkingpoint/docs-fix

Remove trailing commas from Exemplar API docs
native-histogram-charts
Julien Pivotto 2023-06-09 15:08:39 +02:00 committed by GitHub
commit 394da05dd4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -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
}, }
] ]
} }
] ]