mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-05-27 15:18:26 +00:00
Update _index.md
- Change `nginx_ingress_controller_ingress_upstream_latency_seconds_sum` to `nginx_ingress_controller_response_duration_seconds_bucket` - Enrich ETCD expressions
This commit is contained in:
committed by
Denise Schannon
parent
f0ae48f457
commit
a289b25e82
@@ -124,6 +124,18 @@ weight: 10000
|
||||
|
||||
## Etcd Metrics
|
||||
|
||||
- **Etcd has a leader**
|
||||
|
||||
`max(etcd_server_has_leader)`
|
||||
|
||||
- **Number of leader changes**
|
||||
|
||||
`max(etcd_server_leader_changes_seen_total)`
|
||||
|
||||
- **Number of failed proposals**
|
||||
|
||||
`sum(etcd_server_proposals_failed_total)`
|
||||
|
||||
- **GRPC Client Traffic**
|
||||
|
||||
| Catalog | Expression |
|
||||
@@ -238,12 +250,12 @@ weight: 10000
|
||||
| Detail | `max(nginx_ingress_controller_request_duration_seconds_bucket{le="1"}) by (host, path)` |
|
||||
| Summary | `max(nginx_ingress_controller_request_duration_seconds_bucket{le="1"}) by (host, path)` |
|
||||
|
||||
- **Nginx Response Seconds**
|
||||
- **Ingress Upstream Response Time**
|
||||
|
||||
| Catalog | Expression |
|
||||
| --- | --- |
|
||||
| Detail | `sort_desc(max(nginx_ingress_controller_ingress_upstream_latency_seconds_sum) by (host, path))` |
|
||||
| Summary | `sort_desc(max(nginx_ingress_controller_ingress_upstream_latency_seconds_sum) by (host, path))` |
|
||||
| Detail | `sort_desc(max(nginx_ingress_controller_response_duration_seconds_bucket) by (host, path))` |
|
||||
| Summary | `sort_desc(max(nginx_ingress_controller_response_duration_seconds_bucket) by (host, path))` |
|
||||
|
||||
## Rancher Logging Metrics
|
||||
|
||||
|
||||
Reference in New Issue
Block a user