Skip to content

Commit

Permalink
Fix NGINX overview dashboard (#14660)
Browse files Browse the repository at this point in the history
* Fix NGINX overview dashboard

* Include updated dimensions
  • Loading branch information
yzhan289 authored Jun 1, 2023
1 parent 0c5cc5f commit 23052d6
Showing 1 changed file with 2 additions and 39 deletions.
41 changes: 2 additions & 39 deletions nginx/assets/dashboards/NGINX-Overview_dashboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -279,43 +279,6 @@
"show_title": true,
"layout_type": "ordered",
"widgets": [
{
"id": 2211250424739338,
"definition": {
"title": "Log count by status",
"title_size": "16",
"title_align": "left",
"type": "toplist",
"requests": [
{
"formulas": [
{
"formula": "query1",
"limit": {
"count": 10,
"order": "desc"
}
}
],
"response_format": "scalar",
"queries": [
{
"query": "avg:nginx_log_count_by_status{*} by {status}.as_count()",
"data_source": "metrics",
"name": "query1",
"aggregator": "avg"
}
]
}
]
},
"layout": {
"x": 0,
"y": 0,
"width": 3,
"height": 2
}
},
{
"id": 518123602946722,
"definition": {
Expand All @@ -331,9 +294,9 @@
"has_padding": true
},
"layout": {
"x": 3,
"x": 0,
"y": 0,
"width": 3,
"width": 6,
"height": 2
}
},
Expand Down

0 comments on commit 23052d6

Please sign in to comment.