From 7a5c59600a9281d6390154685990e80a3cd6afed Mon Sep 17 00:00:00 2001 From: Ian Kerins Date: Thu, 28 Sep 2023 17:08:47 -0400 Subject: [PATCH] pipeline: pipeline-monitoring: fix typo Signed-off-by: Ian Kerins --- pipeline/pipeline-monitoring.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipeline/pipeline-monitoring.md b/pipeline/pipeline-monitoring.md index 79fb1cc69..6d6a654a1 100644 --- a/pipeline/pipeline-monitoring.md +++ b/pipeline/pipeline-monitoring.md @@ -4,7 +4,7 @@ description: Learn how to monitor your data pipeline with external services # Pipeline Monitoring -A Data Pipeline represents a flow of data that goes through the inputs \(sources\), filers, and output \(sinks\). There are a couple of ways to monitor the pipeline. We recommend the following sections for a better understanding and steps to get started: +A Data Pipeline represents a flow of data that goes through the inputs \(sources\), filters, and output \(sinks\). There are a couple of ways to monitor the pipeline. We recommend the following sections for a better understanding and steps to get started: * [HTTP Server: JSON and Prometheus Exporter-style metrics](../administration/monitoring.md#http-server) * [Grafana Dashboards and Alerts](../administration/monitoring.md#grafana-dashboard-and-alerts)