From 85cd0ff72601ec36aebbfac5e16cca5ac6bd4e97 Mon Sep 17 00:00:00 2001 From: antiphp Date: Tue, 24 Sep 2024 23:31:09 +0200 Subject: [PATCH] fix: correct misspelled metric in docs (#3999) --- site/content/en/docs/Guides/metrics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/en/docs/Guides/metrics.md b/site/content/en/docs/Guides/metrics.md index c1f9a806e0..3fcd799730 100644 --- a/site/content/en/docs/Guides/metrics.md +++ b/site/content/en/docs/Guides/metrics.md @@ -65,7 +65,7 @@ Follow the [Google Cloud Monitoring installation steps](#google-cloud-monitoring | agones_fleet_autoscalers_limited | The fleet autoscaler is outside the limits set by MinReplicas and MaxReplicas. | gauge | | agones_gameservers_node_count | The distribution of gameservers per node | histogram | | agones_nodes_count | The count of nodes empty and with gameservers | gauge | -| agones_gameservers_state_duration | The distribution of gameserver state duration in seconds. Note: this metric could have some missing samples by design. Do not use the `_total` counter as the real value for state changes. | histogram | +| agones_gameserver_state_duration | The distribution of gameserver state duration in seconds. Note: this metric could have some missing samples by design. Do not use the `_total` counter as the real value for state changes. | histogram | | agones_k8s_client_http_request_total | The total of HTTP requests to the Kubernetes API by status code | counter | | agones_k8s_client_http_request_duration_seconds | The distribution of HTTP requests latencies to the Kubernetes API by status code | histogram | | agones_k8s_client_cache_list_total | The total number of list operations for client-go caches | counter |