Skip to content

docs: fix prometheus metric name and slack webhook backtick (#28085) - #28161

Merged
nickvigilante merged 1 commit into
release/2.36from
backport/28085-to-2.36
Aug 14, 2026
Merged

docs: fix prometheus metric name and slack webhook backtick (#28085)#28161
nickvigilante merged 1 commit into
release/2.36from
backport/28085-to-2.36

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

Backport of #28085

Original PR: #28085 — docs: fix prometheus metric name and slack webhook backtick
Merge commit: 3145cc8
Requested by: @nickvigilante

## What

Two small monitoring-doc fixes surfaced by the runtime drift sweep.

### `docs/admin/integrations/prometheus.md`
The native-histograms list showed
`coderd_template_coderd_template_workspace_build_duration_seconds`
(doubled `coderd_template_` prefix). The correct metric name, per the
metrics table earlier on the same page and the generated metrics, is
`coderd_template_workspace_build_duration_seconds`.

### `docs/admin/monitoring/notifications/slack.md`
The `CODER_NOTIFICATIONS_WEBHOOK_ENDPOINT` export ended with a stray
backtick:
```
export CODER_NOTIFICATIONS_WEBHOOK_ENDPOINT=http://localhost:6000/v1/webhook`
```
On paste, bash treats the trailing backtick as an unterminated command
substitution and errors. Removed it.

Both reproduced during the runtime drift sweep and verified against
`main`.

Linear:
[DOCS-647](https://linear.app/codercom/issue/DOCS-647/docs-fix-monitoring-examples-prometheus-metric-name-slack-webhook)

> This PR was created with AI assistance (Coder Agents).

(cherry picked from commit 3145cc8)
@github-actions
github-actions Bot requested a review from a team as a code owner August 14, 2026 16:50
@github-actions github-actions Bot added the backport/v2.36 Backport PR targeting release/2.36 label Aug 14, 2026
@github-actions
github-actions Bot requested a review from nickvigilante August 14, 2026 16:50
@nickvigilante
nickvigilante enabled auto-merge (squash) August 14, 2026 16:54
@nickvigilante
nickvigilante merged commit 2d47088 into release/2.36 Aug 14, 2026
@nickvigilante
nickvigilante deleted the backport/28085-to-2.36 branch August 14, 2026 16:54
@github-actions github-actions Bot locked and limited conversation to collaborators Aug 14, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

backport/v2.36 Backport PR targeting release/2.36

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant