Skip to content

Commit

Permalink
refactor(prometheusremotewrite): update README due to http_listener_v…
Browse files Browse the repository at this point in the history
…2 changes

Signed-off-by: Dominik Rosiek <[email protected]>
  • Loading branch information
Dominik Rosiek committed Jul 23, 2021
1 parent d6b440d commit 9e68e53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/parsers/prometheusremotewrite/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ Converts prometheus remote write samples directly into Telegraf metrics. It can
## Address and port to host HTTP listener on
service_address = ":1234"

## Path to listen to.
path = "/receive"
## Paths to listen to.
paths = ["/receive"]

## Data format to consume.
data_format = "prometheusremotewrite"
Expand Down

0 comments on commit 9e68e53

Please sign in to comment.