From ebd970f2ef690ee699cfeb06aa6bd166f5d3f091 Mon Sep 17 00:00:00 2001 From: Frank Ritchie <12985912+fritchie@users.noreply.github.com> Date: Tue, 9 Jul 2024 15:31:39 -0400 Subject: [PATCH] Update README.md The metric elasticsearch_cluster_health_timed_out was removed in https://github.com/prometheus-community/elasticsearch_exporter/commit/320d8b38a541b25c804db648e0c074e9e003a014 per https://github.com/prometheus-community/elasticsearch_exporter/issues/212 Signed-off-by: Frank Ritchie <12985912+fritchie@users.noreply.github.com> --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 0e02bd63..a7fa6e0e 100644 --- a/README.md +++ b/README.md @@ -121,7 +121,6 @@ Further Information | elasticsearch_cluster_health_task_max_waiting_in_queue_millis | gauge | 1 | Max time in millis that a task is waiting in queue. | | elasticsearch_cluster_health_relocating_shards | gauge | 1 | The number of shards that are currently moving from one node to another node. | | elasticsearch_cluster_health_status | gauge | 3 | Whether all primary and replica shards are allocated. | -| elasticsearch_cluster_health_timed_out | gauge | 1 | Number of cluster health checks timed out | | elasticsearch_cluster_health_unassigned_shards | gauge | 1 | The number of shards that exist in the cluster state, but cannot be found in the cluster itself. | | elasticsearch_clustersettings_stats_max_shards_per_node | gauge | 0 | Current maximum number of shards per node setting. | | elasticsearch_clustersettings_allocation_threshold_enabled | gauge | 0 | Is disk allocation decider enabled. |