Skip to content

Commit

Permalink
Update WAL example in README
Browse files Browse the repository at this point in the history
  • Loading branch information
odeke-em committed May 2, 2021
1 parent 21b720e commit c95cddb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion exporter/prometheusremotewriteexporter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,9 @@ exporters:
prometheusremotewrite:
endpoint: "http://some.url:9411/api/prom/push"
wal:
dir: "DIRECTORY_HERE"
path: "DIRECTORY_HERE"
truncate-frequency: "Optional Frequency in seconds per time.ParseDuration https://golang.org/pkg/time/#ParseDuration, default of 1m"
cache-size: "An optional size before truncating the WAL, default of 300"
```
## Advanced Configuration
Expand Down

0 comments on commit c95cddb

Please sign in to comment.