Files
VictoriaMetrics/apptest/tests/testdata/prometheus/expected_response.json
Dmytro Kozlov 1ee1e379b2 apptest/vmctl: migrate vmctl test for the prometheus migration process (#9047)
Moved Prometheus migration process test to the apptest folder, where all
integration tests are held

Related issue https://github.com/VictoriaMetrics/VictoriaMetrics/issues/7700

Other tests will be migrated one by one.
2025-06-04 17:01:26 +02:00

41 lines
1.0 KiB
JSON

{
"status": "success",
"data": {
"resultType": "matrix",
"result": [
{
"metric": {
"__name__": "vm_log_messages_total",
"job": "victoriametrics",
"instance": "victoriametrics:8428",
"app_version": "victoria-metrics-20250523-133235-tags-v1.118.0-0-gaa3171cf4b",
"level": "info",
"location": "VictoriaMetrics/lib/ingestserver/opentsdb/server.go:48"
},
"values": [
[
1748897918.112,
"1"
]
]
},
{
"metric": {
"__name__": "vm_log_messages_total",
"job": "victoriametrics",
"instance": "victoriametrics:8428",
"app_version": "victoria-metrics-20250523-133235-tags-v1.118.0-0-gaa3171cf4b",
"level": "info",
"location": "VictoriaMetrics/lib/ingestserver/opentsdb/server.go:59"
},
"values": [
[
1748897918.112,
"1"
]
]
}
]
}
}