mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
9 lines
317 B
JSON
9 lines
317 B
JSON
|
{
|
||
|
"name": "basic_insertion",
|
||
|
"data": "{\"metric\": \"opentsdbhttp.foo\", \"value\": 1001, \"timestamp\": {TIME}, \"tags\": {\"bar\":\"baz\", \"x\": \"y\"}}",
|
||
|
"query": "/api/v1/export?match={__name__!=\"\"}",
|
||
|
"result": [
|
||
|
{"metric":{"__name__":"opentsdbhttp.foo","bar":"baz","x":"y"},"values":[1001]}
|
||
|
]
|
||
|
}
|