Files
grafana/e2e-playwright/fixtures/prometheus-response.json
Ihor Yeromin 8331661fb7 Adhoc filter: Test filter for value buttons integration (#110514)
* test(adhoc-filter): filter for value buttons integration
2025-09-04 15:22:10 +00:00

86 lines
2.1 KiB
JSON

{
"results": {
"A": {
"status": 200,
"frames": [
{
"schema": {
"refId": "A",
"meta": {
"type": "numeric-multi",
"typeVersion": [0, 1],
"custom": {
"calculatedMinStep": 30000,
"resultType": "vector"
},
"executedQueryString": "Expr: topk(2, sum by(slice) (prometheus_engine_query_duration_seconds))\nStep: 30s"
},
"fields": [
{
"name": "Time",
"type": "time",
"typeInfo": {
"frame": "time.Time"
},
"config": {
"interval": 30000
}
},
{
"name": "Value",
"type": "number",
"typeInfo": {
"frame": "float64"
},
"labels": {
"slice": "inner_eval"
}
}
]
},
"data": {
"values": [[1756995119802], [0.001445292]]
}
},
{
"schema": {
"refId": "A",
"meta": {
"type": "numeric-multi",
"typeVersion": [0, 1],
"custom": {
"resultType": "vector"
}
},
"fields": [
{
"name": "Time",
"type": "time",
"typeInfo": {
"frame": "time.Time"
},
"config": {
"interval": 30000
}
},
{
"name": "Value",
"type": "number",
"typeInfo": {
"frame": "float64"
},
"labels": {
"slice": "prepare_time"
}
}
]
},
"data": {
"values": [[1756995119802], [0.001351875]]
}
}
]
}
}
}