From abf3537b9af982459da38d092029c5597c432f2e Mon Sep 17 00:00:00 2001 From: Arthur Kepler <610274+excalq@users.noreply.github.com> Date: Wed, 26 Apr 2023 13:55:57 -0400 Subject: [PATCH] Adds new pipeline_up metric to README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 673a1425..f8fb8004 100644 --- a/README.md +++ b/README.md @@ -311,6 +311,7 @@ Table of exported metrics: | logstash_stats_pipeline_reloads_successes | counter | Number of successful pipeline reloads. | | logstash_stats_pipeline_reloads_last_failure_timestamp | gauge | Timestamp of last failed pipeline reload. | | logstash_stats_pipeline_reloads_last_success_timestamp | gauge | Timestamp of last successful pipeline reload. | +| logstash_stats_pipeline_up | gauge | Whether the pipeline is up or not. | | logstash_stats_process_cpu_load_average_1m | gauge | Total 1m system load average. | | logstash_stats_process_cpu_load_average_5m | gauge | Total 5m system load average. | | logstash_stats_process_cpu_load_average_15m | gauge | Total 15m system load average. |