From 3c8d76a55f6c4b13b5a8d7b32ae84e3e293f22f7 Mon Sep 17 00:00:00 2001 From: Bryan Boreham Date: Fri, 11 Jul 2025 12:03:12 +0100 Subject: [PATCH] Fix up: feature flag and Katakoda have gone Signed-off-by: Bryan Boreham --- docs/feature_flags.md | 2 +- docs/prometheus_agent.md | 5 +---- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/docs/feature_flags.md b/docs/feature_flags.md index 73fb6a25ba..24d70647fd 100644 --- a/docs/feature_flags.md +++ b/docs/feature_flags.md @@ -73,7 +73,7 @@ this feature flag will be ignored. `--enable-feature=agent` -When enabled, Prometheus runs in [agent mode](prometheus_agent.md). The agent mode is limited to +When enabled, Prometheus runs in agent mode. The agent mode is limited to discovery, scrape and remote write. This is useful when you do not need to query the Prometheus data locally, but diff --git a/docs/prometheus_agent.md b/docs/prometheus_agent.md index 7f72299fdd..b92699f8de 100644 --- a/docs/prometheus_agent.md +++ b/docs/prometheus_agent.md @@ -41,7 +41,4 @@ Flags: Since the Agent mode is behind a feature flag, use the --enable-feature=agent flag to run Prometheus in the Agent mode. The rest of the flags are either for both server and Agent or only for a specific mode. You can see which flag is for which mode by checking the last sentence of a flag's help string. "Use with server mode only" means it's only for server mode. If you don't see any mention like this, it means the flag is shared. -The Agent mode accepts the same scrape configuration with the same discovery options and remote write options. It also exposes a web UI on port 9095 with disabled query capabilities but shows build info, configuration, targets, and service discovery information as in a normal Prometheus server. - -### Hands-on Prometheus Agent Example: Katacoda Tutorial -To try the hands-on experience of Prometheus Agent capabilities, we recommend the [Thanos Katacoda tutorial of Prometheus Agent](https://katacoda.com/thanos/courses/thanos/4-receiver-agent), which explains how easy it is to run Prometheus Agent. \ No newline at end of file +The Agent mode accepts the same scrape configuration with the same discovery options and remote write options. It also exposes a web UI on port 9095 with disabled query capabilities but shows build info, configuration, targets, and service discovery information as in a normal Prometheus server. \ No newline at end of file