From 57611ff533b64fef4107d3b0d92415dd888562a3 Mon Sep 17 00:00:00 2001 From: lecaros Date: Wed, 9 Mar 2022 13:36:40 -0300 Subject: [PATCH] input: tail: remove monitoring section Signed-off-by: lecaros --- pipeline/inputs/tail.md | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/pipeline/inputs/tail.md b/pipeline/inputs/tail.md index e409a8647..ae9bc6763 100644 --- a/pipeline/inputs/tail.md +++ b/pipeline/inputs/tail.md @@ -247,15 +247,3 @@ The `WAL` mechanism give us higher performance but also might increase the memor File rotation is properly handled, including logrotate's _copytruncate_ mode. Note that the `Path` patterns **cannot** match the rotated files. Otherwise, the rotated file would be read again and lead to duplicate records. - -## Monitoring - -Fluent Bit offers several ways to monitor your data pipelines: - -* [HTTP Server: JSON and Prometheus Exporter-style metrics](../../administration/monitoring.md#http-server) -* [Grafana Dashboards and Alerts](../../administration/monitoring.md#grafana-dashboard-and-alerts) -* [Health Checks](../../administration/monitoring.md#health-check-for-fluent-bit) -* [Calyptia Cloud: hosted service to monitor and visualize your pipelines](../../administration/monitoring.md#calyptia-cloud) - - -