mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
15 lines
419 B
JSON
15 lines
419 B
JSON
|
{
|
||
|
"name": "csv export",
|
||
|
"data": [
|
||
|
"rfc3339,4,{TIME_MS}",
|
||
|
"rfc3339milli,6,{TIME_MS}",
|
||
|
"ts,8,{TIME_MS}",
|
||
|
"tsms,10,{TIME_MS},"
|
||
|
],
|
||
|
"insert_query": "?format=1:label:tfmt,2:metric:test_csv,3:time:unix_ms",
|
||
|
"query": [
|
||
|
"/api/v1/export/csv?format=__name__,tfmt,__value__,__timestamp__:rfc3339&match[]={__name__=\"test_csv\"}&step=30s&start={TIME_MS-180s}"
|
||
|
],
|
||
|
"expected_result_lines_count": 4
|
||
|
}
|