mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
22e3fabefd
* [WIP] open tsdb and prometheus integration tests * app/victoria-metrics: fix race condition on parallel tests
8 lines
352 B
JSON
8 lines
352 B
JSON
{
|
|
"name": "basic_insertion",
|
|
"data": "[{\"labels\":[{\"name\":\"__name__\",\"value\":\"prometheus.bar\"},{\"name\":\"baz\",\"value\":\"qux\"}],\"samples\":[{\"value\":100000,\"timestamp\":{TIME}}]}]",
|
|
"query": "/api/v1/export?match={__name__!=\"\"}",
|
|
"result": [
|
|
{"metric":{"__name__":"prometheus.bar","baz":"qux"},"values":[100000]}
|
|
]
|
|
}
|