Skip to content

Commit

Permalink
Merge pull request #2522 from ClickHouse/behemot/update-prometheus-docs
Browse files Browse the repository at this point in the history
Fix URL in Prometheus Integration docs
  • Loading branch information
behebot authored Jul 23, 2024
2 parents 194be8a + a0d0763 commit e8fefa5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/en/integrations/prometheus.md
Original file line number Diff line number Diff line change
Expand Up @@ -211,8 +211,8 @@ Self-managed users of Grafana can find the instructions for installing the Alloy
prometheus.scrape "clickhouse_cloud" {
// Collect metrics from the default listen address.
targets = [{
__address__ = "https://api.control-plane.clickhouse.com/v1/organizations/:organizationId/services/:serviceId/Promethues",
// e.g. https://api.control-plane.clickhouse.com/v1/organizations/97a33bdb-4db3-4067-b14f-ce40f621aae1/services/f7fefb6e-41a5-48fa-9f5f-deaaa442d5d8/prometheus
__address__ = "https://api.clickhouse.cloud/v1/organizations/:organizationId/services/:serviceId/Promethues",
// e.g. https://api.clickhouse.cloud/v1/organizations/97a33bdb-4db3-4067-b14f-ce40f621aae1/services/f7fefb6e-41a5-48fa-9f5f-deaaa442d5d8/prometheus
}]
honor_labels = true
Expand Down Expand Up @@ -246,7 +246,7 @@ You can use the Datadog [Agent](https://docs.datadoghq.com/agent/?tab=Linux) and
init_config:
instances:
- openmetrics_endpoint: 'https://api.control-plane.clickhouse.com/v1/organizations/97a33bdb-4db3-4067-b14f-ce40f621aae1/services/f7fefb6e-41a5-48fa-9f5f-deaaa442d5d8/prometheus'
- openmetrics_endpoint: 'https://api.clickhouse.cloud/v1/organizations/97a33bdb-4db3-4067-b14f-ce40f621aae1/services/f7fefb6e-41a5-48fa-9f5f-deaaa442d5d8/prometheus'
namespace: 'clickhouse'
metrics:
- '^ClickHouse.*'
Expand Down

0 comments on commit e8fefa5

Please sign in to comment.