From 29f42c9cbf157929677c9d6c5016f1b58151c1b2 Mon Sep 17 00:00:00 2001 From: anish kumar Date: Thu, 16 Apr 2026 19:51:44 +0530 Subject: [PATCH 1/4] docs: clarify alerting and swarm wording --- docs/guides/dockerswarm.md | 2 +- docs/tutorials/alerting_based_on_metrics.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/guides/dockerswarm.md b/docs/guides/dockerswarm.md index ffdb9e631..97313bf4f 100644 --- a/docs/guides/dockerswarm.md +++ b/docs/guides/dockerswarm.md @@ -29,7 +29,7 @@ NOTE: The rest of this post assumes that you have a Swarm running. ## Setting up Prometheus -For this guide, you need to [setup Prometheus][setup]. We will assume that +For this guide, you need to [set up Prometheus][setup]. We will assume that Prometheus runs on a Docker Swarm manager node and has access to the Docker socket at `/var/run/docker.sock`. diff --git a/docs/tutorials/alerting_based_on_metrics.md b/docs/tutorials/alerting_based_on_metrics.md index acd0299b9..cfb34dde5 100644 --- a/docs/tutorials/alerting_based_on_metrics.md +++ b/docs/tutorials/alerting_based_on_metrics.md @@ -12,7 +12,7 @@ Download the latest release of Alertmanager for your operating system from [here Alertmanager supports various receivers like `email`, `webhook`, `pagerduty`, `slack` etc through which it can notify when an alert is firing. You can find the list of receivers and how to configure them [here](/docs/alerting/latest/configuration/). We will use `webhook` as a receiver for this tutorial, head over to [webhook.site](https://webhook.site) and copy the webhook URL which we will use later to configure the Alertmanager. -First let's setup Alertmanager with the webhook receiver. +First let's set up Alertmanager with the webhook receiver. > alertmanager.yml @@ -81,4 +81,4 @@ Open [http://localhost:9090/rules](http://localhost:9090/rules) in your browser -Similarly Alertmanager can be configured with other receivers to notify when an alert is firing. \ No newline at end of file +Similarly Alertmanager can be configured with other receivers to notify when an alert is firing. From fe1e87a072bdccd3559c4d32c6d85fb1e1553dea Mon Sep 17 00:00:00 2001 From: anish kumar Date: Thu, 16 Apr 2026 19:54:08 +0530 Subject: [PATCH 2/4] docs: clarify overview setup wording --- docs/introduction/overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/introduction/overview.md b/docs/introduction/overview.md index 6eeb7c9fe..8d368f0f5 100644 --- a/docs/introduction/overview.md +++ b/docs/introduction/overview.md @@ -78,7 +78,7 @@ Prometheus is designed for reliability, to be the system you go to during an outage to allow you to quickly diagnose problems. Each Prometheus server is standalone, not depending on network storage or other remote services. You can rely on it when other parts of your infrastructure are broken, and -you do not need to setup extensive infrastructure to use it. +you do not need to set up extensive infrastructure to use it. ## When does it not fit? From ebd510b6c68c6f93c85961acf2d500a74d7046f0 Mon Sep 17 00:00:00 2001 From: anish kumar Date: Thu, 16 Apr 2026 19:55:00 +0530 Subject: [PATCH 3/4] docs: clarify dockerswarm setup wording --- docs/guides/dockerswarm.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/dockerswarm.md b/docs/guides/dockerswarm.md index 97313bf4f..f127ee745 100644 --- a/docs/guides/dockerswarm.md +++ b/docs/guides/dockerswarm.md @@ -29,7 +29,7 @@ NOTE: The rest of this post assumes that you have a Swarm running. ## Setting up Prometheus -For this guide, you need to [set up Prometheus][setup]. We will assume that +For this guide, you need to [set up Prometheus][setup]. We assume that Prometheus runs on a Docker Swarm manager node and has access to the Docker socket at `/var/run/docker.sock`. From 061a5aebee15d4bd7dc77cd2f7494c02a586fd94 Mon Sep 17 00:00:00 2001 From: anish kumar Date: Thu, 16 Apr 2026 19:55:38 +0530 Subject: [PATCH 4/4] docs: clarify basic auth wording --- docs/guides/basic-auth.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/basic-auth.md b/docs/guides/basic-auth.md index abc96377c..fce3e3985 100644 --- a/docs/guides/basic-auth.md +++ b/docs/guides/basic-auth.md @@ -79,7 +79,7 @@ $ prometheus --web.config.file=web.yml ## Testing -You can use cURL to interact with your setup. Try this request: +You can use cURL to interact with your configuration. Try this request: ```bash curl --head http://localhost:9090/graph