Skip to content

Commit 7ad87fc

Browse files
committed
Update dashboard and fix small feedback
1 parent 0433bd5 commit 7ad87fc

File tree

2 files changed

+6
-33
lines changed

2 files changed

+6
-33
lines changed

content/ngf/how-to/monitoring/prometheus.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,10 +96,10 @@ Metrics given in NGINX OSS include:
9696
Metrics given in NGINX Plus include those in NGINX OSS in addition to:
9797
- `nginx_config_reloads`: The total number of NGINX config reloads.
9898
- `nginx_http_response_status_responses_total`: The number of responses, grouped by status code range.
99-
- `nginx_http_upstream_keepalive_count_connections`: The current number of idle keepalive connections per HTTP upstream.
10099
- `nginx_http_request_discarded_requests_total`: The total number of requests completed without sending a response.
101100
- `nginx_http_request_processing_count_requests`: The number of client requests that are currently being processed.
102101
- `nginx_http_request_byte_io_bytes_total`: The total number of HTTP byte IO.
102+
- `nginx_http_upstream_keepalive_count_connections`: The current number of idle keepalive connections per HTTP upstream.
103103
- `nginx_http_upstream_peer_byte_io_bytes_total`: The total number of byte IO per HTTP upstream peer.
104104
- `nginx_http_upstream_peer_count_peers`: The current count of peers on the HTTP upstream grouped by state.
105105
- `nginx_http_upstream_peer_fails_attempts`: The total number of unsuccessful attempts to communicate with the HTTP upstream peer.
@@ -132,7 +132,7 @@ Metrics specific to NGINX Gateway Fabric include:
132132

133133
- `event_batch_processing_milliseconds`: Time in milliseconds to process batches of Kubernetes events.
134134

135-
All these metrics are under the `nginx-gatewy` namespace and include a `class` label set to the GatewayClass of NGINX Gateway Fabric. For example, `nginx_gateway_fabric_event_batch_processing_milliseconds_sum{class="nginx"}`.
135+
All these metrics are under the `nginx-gateway` namespace and include a `class` label set to the GatewayClass of NGINX Gateway Fabric. For example, `nginx_gateway_fabric_event_batch_processing_milliseconds_sum{class="nginx"}`.
136136

137137
---
138138

static/ngf/ngf-grafana-dashboard.json

Lines changed: 4 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"editable": true,
2020
"fiscalYearStartMonth": 0,
2121
"graphTooltip": 0,
22-
"id": 2,
22+
"id": 1,
2323
"links": [],
2424
"panels": [
2525
{
@@ -93,32 +93,7 @@
9393
]
9494
}
9595
},
96-
"overrides": [
97-
{
98-
"__systemRef": "hideSeriesFrom",
99-
"matcher": {
100-
"id": "byNames",
101-
"options": {
102-
"mode": "exclude",
103-
"names": [
104-
"up{app_kubernetes_io_instance=\"my-release\", app_kubernetes_io_name=\"nginx-gateway-fabric\", instance=\"10.244.0.6:9113\", job=\"kubernetes-pods\", namespace=\"nginx-gateway\", node=\"kind-control-plane\", pod=\"my-release-nginx-gateway-fabric-bb7bcd756-clzbt\", pod_template_hash=\"bb7bcd756\"}"
105-
],
106-
"prefix": "All except:",
107-
"readOnly": true
108-
}
109-
},
110-
"properties": [
111-
{
112-
"id": "custom.hideFrom",
113-
"value": {
114-
"legend": false,
115-
"tooltip": false,
116-
"viz": true
117-
}
118-
}
119-
]
120-
}
121-
]
96+
"overrides": []
12297
},
12398
"gridPos": {
12499
"h": 8,
@@ -645,7 +620,7 @@
645620
{
646621
"current": {
647622
"text": "prometheus",
648-
"value": "beerh65rwdji8d"
623+
"value": "aeeumt3huyhogd"
649624
},
650625
"includeAll": false,
651626
"label": "datasource",
@@ -683,9 +658,7 @@
683658
},
684659
{
685660
"current": {
686-
"text": [
687-
"All"
688-
],
661+
"text": "All",
689662
"value": [
690663
"$__all"
691664
]

0 commit comments

Comments
 (0)