Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2d47088

Browse files
docs: fix prometheus metric name and slack webhook backtick (#28085) (#28161)
Backport of #28085 Original PR: #28085 — docs: fix prometheus metric name and slack webhook backtick Merge commit: 3145cc8 Requested by: @nickvigilante Co-authored-by: Nick Vigilante <[email protected]>
1 parent 81f0dce commit 2d47088

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/admin/integrations/prometheus.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ The following metrics support native histograms:
358358

359359
* `coderd_workspace_creation_duration_seconds`
360360
* `coderd_prebuilt_workspace_claim_duration_seconds`
361-
* `coderd_template_coderd_template_workspace_build_duration_seconds`
361+
* `coderd_template_workspace_build_duration_seconds`
362362

363363
Native histograms are an **experimental** Prometheus feature that removes the need to predefine bucket boundaries and allows higher-resolution buckets that adapt to deployment characteristics.
364364
Whether a metric is exposed as classic or native depends entirely on the Prometheus server configuration (see [Prometheus docs](https://prometheus.io/docs/specs/native_histograms/) for details):

docs/admin/monitoring/notifications/slack.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ To enable webhook integration in Coder, define the POST webhook endpoint
196196
matching the deployed Slack bot:
197197

198198
```sh
199-
export CODER_NOTIFICATIONS_WEBHOOK_ENDPOINT=http://localhost:6000/v1/webhook`
199+
export CODER_NOTIFICATIONS_WEBHOOK_ENDPOINT=http://localhost:6000/v1/webhook
200200
```
201201

202202
Finally, go to the **Notification Settings** in Coder and switch the notifier to

0 commit comments

Comments
 (0)