From a19a5314a36245a6698d7e5a01e0ae296f61c0e3 Mon Sep 17 00:00:00 2001 From: Mohammad Abbasi Date: Sun, 8 Feb 2026 19:02:56 +0330 Subject: [PATCH] fix(docs): typo in prometheus_agent.md doc Signed-off-by: Mohammad Abbasi --- docs/prometheus_agent.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/prometheus_agent.md b/docs/prometheus_agent.md index 468b5565d1..0d8c3fa94a 100644 --- a/docs/prometheus_agent.md +++ b/docs/prometheus_agent.md @@ -20,8 +20,8 @@ In essence, it looks like this: ### Benefits of agent mode -- Improved efficency. The customized Agent TSDB WAL removes the data immediately after successful writes. If it cannot reach the remote endpoint, it persists the data temporarily on the disk until the remote endpoint is back online. This is currently limited to a two-hour buffer only, similar to non-agent Prometheus. This means that there is no need to build chunks of data in memory or maintain a full index for querying purposes. Essentially the Agent mode uses a fraction of the resources that a normal Prometheus server would use in a similar situation. -- Agent mode eables easier [horizontal scalability for ingestion](https://prometheus.io/blog/2021/11/16/agent/#the-dream-auto-scalable-metric-ingestion). +- Improved efficiency. The customized Agent TSDB WAL removes the data immediately after successful writes. If it cannot reach the remote endpoint, it persists the data temporarily on the disk until the remote endpoint is back online. This is currently limited to a two-hour buffer only, similar to non-agent Prometheus. This means that there is no need to build chunks of data in memory or maintain a full index for querying purposes. Essentially the Agent mode uses a fraction of the resources that a normal Prometheus server would use in a similar situation. +- Agent mode enables easier [horizontal scalability for ingestion](https://prometheus.io/blog/2021/11/16/agent/#the-dream-auto-scalable-metric-ingestion). ### Downsides of agent mode