Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxime De courchelle authored and Yohann Prigent committed Jul 27, 2018
1 parent 9b4429e commit a6bd609
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Prometheus SCW Service Discovery

prometheus-scw-sd retrieves your Scaleway server list and converts to Prometheus targets.
Prometheus SCW Service Discovery converts your Scaleway server list and converts to Prometheus targets.

This project is adapted from the official [Consul SD](https://github.com/prometheus/prometheus/tree/master/documentation/examples/custom-sd).

Expand Down Expand Up @@ -32,7 +32,7 @@ Using servers private IP, custom port and time interval in second:

## Config

prometheus-scw-sd outputs a json file containing targets to scrape.
Prometheus SCW Service Discovery outputs a json file containing targets to scrape.
You need to include this file in your `prometheus.yml`.

```yml
Expand All @@ -45,7 +45,7 @@ scrape_configs:
## Labels
prometheus-scw-sd scrape Scaleway servers tags as labels, as comma separated list of strings.
Prometheus SCW Service Discovery scrapes Scaleway servers tags as labels, as comma separated list of strings.
This allows you to use regex substitution for relabelling.
We surround the separated list with the separator as well. This way regular expressions
in relabeling rules don't have to consider tag positions.
Expand Down

0 comments on commit a6bd609

Please sign in to comment.