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
9 lines
485 B
JSON
9 lines
485 B
JSON
{
|
|
"name": "multiline",
|
|
"data": "[{\"metric\": \"opentsdbhttp.multiline1\", \"value\": 1001, \"timestamp\": \"{TIME}\", \"tags\": {\"bar\":\"baz\", \"x\": \"y\"}}, {\"metric\": \"opentsdbhttp.multiline2\", \"value\": 1002, \"timestamp\": {TIME}}]",
|
|
"query": "/api/v1/export?match={__name__!=\"\"}",
|
|
"result": [
|
|
{"metric":{"__name__":"opentsdbhttp.multiline1","bar":"baz","x":"y"},"values":[1001]},
|
|
{"metric":{"__name__":"opentsdbhttp.multiline2"},"values":[1002]}
|
|
]
|
|
}
|