Fix
This commit is contained in:
parent
f8cb245517
commit
cd8afc1293
1 changed files with 9 additions and 16 deletions
|
|
@ -203,8 +203,7 @@
|
||||||
"alias": "{client_title} Total RPS",
|
"alias": "{client_title} Total RPS",
|
||||||
"expression": "$A / 60",
|
"expression": "$A / 60",
|
||||||
"expression_ref_id": "RPS"
|
"expression_ref_id": "RPS"
|
||||||
},
|
}
|
||||||
"vl_interval": "1m"
|
|
||||||
},
|
},
|
||||||
"status_codes": {
|
"status_codes": {
|
||||||
"type": "timeseries",
|
"type": "timeseries",
|
||||||
|
|
@ -225,8 +224,7 @@
|
||||||
"fillOpacity": 10,
|
"fillOpacity": 10,
|
||||||
"lineInterpolation": "smooth",
|
"lineInterpolation": "smooth",
|
||||||
"lineWidth": 1,
|
"lineWidth": 1,
|
||||||
"showPoints": "never",
|
"showPoints": "never"
|
||||||
"spanNulls": true
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"overrides": [
|
"overrides": [
|
||||||
|
|
@ -328,8 +326,7 @@
|
||||||
"ref_id": "D"
|
"ref_id": "D"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
}
|
||||||
"vl_interval": "1m"
|
|
||||||
},
|
},
|
||||||
"response_time": {
|
"response_time": {
|
||||||
"type": "timeseries",
|
"type": "timeseries",
|
||||||
|
|
@ -408,8 +405,7 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"range_field": "upstream_response_time_digital"
|
"range_field": "upstream_response_time_digital"
|
||||||
},
|
}
|
||||||
"vl_interval": "1m"
|
|
||||||
},
|
},
|
||||||
"traffic_combined": {
|
"traffic_combined": {
|
||||||
"type": "timeseries",
|
"type": "timeseries",
|
||||||
|
|
@ -499,8 +495,7 @@
|
||||||
"expression_ref_id": "RequestTraffic"
|
"expression_ref_id": "RequestTraffic"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
}
|
||||||
"vl_interval": "1m"
|
|
||||||
},
|
},
|
||||||
"traffic": {
|
"traffic": {
|
||||||
"type": "timeseries",
|
"type": "timeseries",
|
||||||
|
|
@ -858,7 +853,7 @@
|
||||||
},
|
},
|
||||||
"query_mode": "bucket_logs",
|
"query_mode": "bucket_logs",
|
||||||
"query_config": {
|
"query_config": {
|
||||||
"base_query": "log_type:access",
|
"base_query": "log_type:access AND TENANT:${tenant:raw}",
|
||||||
"bucket_aggs": [
|
"bucket_aggs": [
|
||||||
{
|
{
|
||||||
"field": "node_name.keyword",
|
"field": "node_name.keyword",
|
||||||
|
|
@ -964,7 +959,7 @@
|
||||||
},
|
},
|
||||||
"query_mode": "bucket_logs",
|
"query_mode": "bucket_logs",
|
||||||
"query_config": {
|
"query_config": {
|
||||||
"base_query": "log_type:access",
|
"base_query": "log_type:access AND node_name:${node_name:raw}",
|
||||||
"bucket_aggs": [
|
"bucket_aggs": [
|
||||||
{
|
{
|
||||||
"field": "TENANT.keyword",
|
"field": "TENANT.keyword",
|
||||||
|
|
@ -1188,8 +1183,7 @@
|
||||||
"expression_ref_id": "RequestTrafficTotal"
|
"expression_ref_id": "RequestTrafficTotal"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
}
|
||||||
"vl_interval": "1m"
|
|
||||||
},
|
},
|
||||||
"rps_multi": {
|
"rps_multi": {
|
||||||
"type": "timeseries",
|
"type": "timeseries",
|
||||||
|
|
@ -1246,8 +1240,7 @@
|
||||||
"query_config": {
|
"query_config": {
|
||||||
"expression": "$A / 60",
|
"expression": "$A / 60",
|
||||||
"expression_ref_id": "RPS_Total"
|
"expression_ref_id": "RPS_Total"
|
||||||
},
|
}
|
||||||
"vl_interval": "1m"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"queries": {
|
"queries": {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue