Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/admin/integrations/prometheus.md
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ The following metrics support native histograms:

* `coderd_workspace_creation_duration_seconds`
* `coderd_prebuilt_workspace_claim_duration_seconds`
* `coderd_template_coderd_template_workspace_build_duration_seconds`
* `coderd_template_workspace_build_duration_seconds`

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.
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):
Expand Down
2 changes: 1 addition & 1 deletion docs/admin/monitoring/notifications/slack.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ To enable webhook integration in Coder, define the POST webhook endpoint
matching the deployed Slack bot:

```sh
export CODER_NOTIFICATIONS_WEBHOOK_ENDPOINT=http://localhost:6000/v1/webhook`
export CODER_NOTIFICATIONS_WEBHOOK_ENDPOINT=http://localhost:6000/v1/webhook
```

Finally, go to the **Notification Settings** in Coder and switch the notifier to
Expand Down
Loading