Skip to content

Commit

Permalink
Add more Prometheus compatible endpoint information to the Collect Pr…
Browse files Browse the repository at this point in the history
…ometheus metrics task (#1152)
  • Loading branch information
clayton-cornell authored Jun 27, 2024
1 parent 7d407d4 commit 5734ee2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/sources/tasks/collect-prometheus-metrics.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ To configure a `prometheus.remote_write` component for metrics delivery, complet

- _`<LABEL>`_: The label for the component, such as `default`.
The label you use must be unique across all `prometheus.remote_write` components in the same configuration file.
- _`<PROMETHEUS_URL>`_ The full URL of the Prometheus-compatible endpoint where metrics will be sent, such as `https://prometheus-us-central1.grafana.net/api/prom/push`.
- _`<PROMETHEUS_URL>`_ The full URL of the Prometheus-compatible endpoint where metrics are sent, such as `https://prometheus-us-central1.grafana.net/api/v1/write` for Prometheus or `https://mimir-us-central1.grafana.net/api/v1/push/` for Mimir. The endpoint URL depends on the database you use.

1. If your endpoint requires basic authentication, paste the following inside the `endpoint` block.

Expand Down

0 comments on commit 5734ee2

Please sign in to comment.