mirror of
https://github.com/grafana/grafana.git
synced 2024-11-25 18:30:41 -06:00
154 lines
5.9 KiB
Plaintext
154 lines
5.9 KiB
Plaintext
// 🌟 This was machine generated. Do not edit. 🌟
|
|
//
|
|
// Frame[0] {
|
|
// "type": "timeseries-multi",
|
|
// "custom": {
|
|
// "resultType": "matrix"
|
|
// },
|
|
// "executedQueryString": "Expr: \nStep: 1s"
|
|
// }
|
|
// Name: prometheus_http_requests_total{code="200", handler="/api/v1/query_range", job="prometheus"}
|
|
// Dimensions: 2 Fields by 3 Rows
|
|
// +-----------------------------------+--------------------------------------------------------------------------------------------------------+
|
|
// | Name: Time | Name: Value |
|
|
// | Labels: | Labels: __name__=prometheus_http_requests_total, code=200, handler=/api/v1/query_range, job=prometheus |
|
|
// | Type: []time.Time | Type: []float64 |
|
|
// +-----------------------------------+--------------------------------------------------------------------------------------------------------+
|
|
// | 2022-01-11 08:25:30.123 +0000 UTC | 21 |
|
|
// | 2022-01-11 08:25:31.123 +0000 UTC | 32 |
|
|
// | 2022-01-11 08:25:32.123 +0000 UTC | 43 |
|
|
// +-----------------------------------+--------------------------------------------------------------------------------------------------------+
|
|
//
|
|
//
|
|
//
|
|
// Frame[1] {
|
|
// "type": "timeseries-multi",
|
|
// "custom": {
|
|
// "resultType": "matrix"
|
|
// },
|
|
// "executedQueryString": "Expr: \nStep: 1s"
|
|
// }
|
|
// Name: prometheus_http_requests_total{code="400", handler="/api/v1/query_range", job="prometheus"}
|
|
// Dimensions: 2 Fields by 2 Rows
|
|
// +-----------------------------------+--------------------------------------------------------------------------------------------------------+
|
|
// | Name: Time | Name: Value |
|
|
// | Labels: | Labels: __name__=prometheus_http_requests_total, code=400, handler=/api/v1/query_range, job=prometheus |
|
|
// | Type: []time.Time | Type: []float64 |
|
|
// +-----------------------------------+--------------------------------------------------------------------------------------------------------+
|
|
// | 2022-01-11 08:25:29.123 +0000 UTC | 54 |
|
|
// | 2022-01-11 08:25:32.123 +0000 UTC | 76 |
|
|
// +-----------------------------------+--------------------------------------------------------------------------------------------------------+
|
|
//
|
|
//
|
|
// 🌟 This was machine generated. Do not edit. 🌟
|
|
{
|
|
"status": 200,
|
|
"frames": [
|
|
{
|
|
"schema": {
|
|
"name": "prometheus_http_requests_total{code=\"200\", handler=\"/api/v1/query_range\", job=\"prometheus\"}",
|
|
"meta": {
|
|
"type": "timeseries-multi",
|
|
"custom": {
|
|
"resultType": "matrix"
|
|
},
|
|
"executedQueryString": "Expr: \nStep: 1s"
|
|
},
|
|
"fields": [
|
|
{
|
|
"name": "Time",
|
|
"type": "time",
|
|
"typeInfo": {
|
|
"frame": "time.Time"
|
|
},
|
|
"config": {
|
|
"interval": 1000
|
|
}
|
|
},
|
|
{
|
|
"name": "Value",
|
|
"type": "number",
|
|
"typeInfo": {
|
|
"frame": "float64"
|
|
},
|
|
"labels": {
|
|
"__name__": "prometheus_http_requests_total",
|
|
"code": "200",
|
|
"handler": "/api/v1/query_range",
|
|
"job": "prometheus"
|
|
},
|
|
"config": {
|
|
"displayNameFromDS": "prometheus_http_requests_total{code=\"200\", handler=\"/api/v1/query_range\", job=\"prometheus\"}"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
"data": {
|
|
"values": [
|
|
[
|
|
1641889530123,
|
|
1641889531123,
|
|
1641889532123
|
|
],
|
|
[
|
|
21,
|
|
32,
|
|
43
|
|
]
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"schema": {
|
|
"name": "prometheus_http_requests_total{code=\"400\", handler=\"/api/v1/query_range\", job=\"prometheus\"}",
|
|
"meta": {
|
|
"type": "timeseries-multi",
|
|
"custom": {
|
|
"resultType": "matrix"
|
|
},
|
|
"executedQueryString": "Expr: \nStep: 1s"
|
|
},
|
|
"fields": [
|
|
{
|
|
"name": "Time",
|
|
"type": "time",
|
|
"typeInfo": {
|
|
"frame": "time.Time"
|
|
},
|
|
"config": {
|
|
"interval": 1000
|
|
}
|
|
},
|
|
{
|
|
"name": "Value",
|
|
"type": "number",
|
|
"typeInfo": {
|
|
"frame": "float64"
|
|
},
|
|
"labels": {
|
|
"__name__": "prometheus_http_requests_total",
|
|
"code": "400",
|
|
"handler": "/api/v1/query_range",
|
|
"job": "prometheus"
|
|
},
|
|
"config": {
|
|
"displayNameFromDS": "prometheus_http_requests_total{code=\"400\", handler=\"/api/v1/query_range\", job=\"prometheus\"}"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
"data": {
|
|
"values": [
|
|
[
|
|
1641889529123,
|
|
1641889532123
|
|
],
|
|
[
|
|
54,
|
|
76
|
|
]
|
|
]
|
|
}
|
|
}
|
|
]
|
|
} |