From 08dd2ab4cca50f708a4ade7db8b395fca60a573a Mon Sep 17 00:00:00 2001 From: Gregory McCue Date: Fri, 10 Jan 2025 12:02:25 -0500 Subject: [PATCH] docs: fix typo in prometheus.md (#16091) Fixes small `scrape_config` typo in `prometheus.md` --- docs/admin/integrations/prometheus.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/admin/integrations/prometheus.md b/docs/admin/integrations/prometheus.md index 9440d90a19..d849f192aa 100644 --- a/docs/admin/integrations/prometheus.md +++ b/docs/admin/integrations/prometheus.md @@ -59,7 +59,7 @@ spec: ### Prometheus configuration To allow Prometheus to scrape the Coder metrics, you will need to create a -`scape_config` in your `prometheus.yml` file, or in the Prometheus Helm chart +`scrape_config` in your `prometheus.yml` file, or in the Prometheus Helm chart values. The following is an example `scrape_config`. ```yaml