Skip to content

Commit 92c4750

Browse files
author
Bibas
committed
Add step on starting prom
1 parent 9ca8c34 commit 92c4750

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pages/cockpit/how-to/federate-scaleway-metrics.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ In this page, we will show you how to federate your Scaleway metrics using the `
1919

2020
- A Scaleway account logged into the [console](https://console.scaleway.com)
2121
- [Owner](/iam/concepts/#owner) status or [IAM permissions](/iam/concepts/#permission) allowing you to perform actions in the intended Organization
22-
- [Created](/cockpit/how-to/create-token/) a Cockpit token with read access in the same region as the metrics data source
22+
- [Created](/cockpit/how-to/create-token/) a Cockpit token that have query metrics priviledge in the same region as the metrics data source
2323
- A running [Prometheus](https://prometheus.io) instance
2424

2525
<Message type="info">
@@ -83,8 +83,8 @@ Once you have configured your `prometheus.yml` file, you can use docker-compose
8383
command:
8484
- '--config.file=/etc/prometheus/prometheus.yml'
8585
```
86-
87-
2. Go to `http://localhost:9090/targets` and you should see your newly created target, federating your Scaleway metrics.
86+
2. Run `docker-compose up -d` to start your Prometheus instance
87+
3. Go to `http://localhost:9090/targets` and you should see your newly created target, federating your Scaleway metrics.
8888

8989
## Monitor your federation volumes
9090

0 commit comments

Comments
 (0)