Skip to content

Commit d76b703

Browse files
authored
Fix Incorrect panel name and description (#1349)
1 parent ab03d60 commit d76b703

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

nginx-mixin/dashboards/nginx-metrics.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"type": "prometheus",
4141
"uid": "${datasource}"
4242
},
43-
"description": "This panel indicates the current status of the NGINX server for the selected instance ($__rate_interval), showing whether it's up or down.",
43+
"description": "This panel indicates the current status of the NGINX server for the selected instance, showing whether it's up or down.",
4444
"fieldConfig": {
4545
"defaults": {
4646
"color": {
@@ -119,7 +119,7 @@
119119
"refId": "A"
120120
}
121121
],
122-
"title": "NGINX Status for $__rate_interval",
122+
"title": "NGINX Status for $instance",
123123
"type": "stat"
124124
},
125125
{
@@ -141,7 +141,7 @@
141141
"type": "prometheus",
142142
"uid": "${datasource}"
143143
},
144-
"description": "This panel tracks the number of processed connections for the selected instance ($__rate_interval), displaying both active and handled connections to monitor server activity.",
144+
"description": "This panel tracks the number of processed connections for the selected instance, displaying both active and handled connections to monitor server activity.",
145145
"fieldConfig": {
146146
"defaults": {
147147
"color": {
@@ -253,7 +253,7 @@
253253
"type": "prometheus",
254254
"uid": "${datasource}"
255255
},
256-
"description": "This panel shows NGINX active connections for the selected instance ($__rate_interval), categorized as writing, waiting, reading, and total active.",
256+
"description": "This panel shows NGINX active connections for the selected instance, categorized as writing, waiting, reading, and total active.",
257257
"fieldConfig": {
258258
"defaults": {
259259
"color": {
@@ -394,7 +394,7 @@
394394
"type": "prometheus",
395395
"uid": "${datasource}"
396396
},
397-
"description": "This panel displays the total number of requests processed by the NGINX server for the selected instance ($__rate_interval), providing insight into traffic volume.",
397+
"description": "This panel displays the total number of requests processed by the NGINX server for the selected instance, providing insight into traffic volume.",
398398
"fieldConfig": {
399399
"defaults": {
400400
"color": {

0 commit comments

Comments
 (0)