From f888833a2b72c99e0c8a14388c833dd06a78292f Mon Sep 17 00:00:00 2001 From: Emmanuel T Odeke Date: Sun, 25 Apr 2021 00:52:40 -0700 Subject: [PATCH] Update prometheusremotewriteexporter README.md --- exporter/prometheusremotewriteexporter/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/exporter/prometheusremotewriteexporter/README.md b/exporter/prometheusremotewriteexporter/README.md index 697656320aa..42bd0b2f476 100644 --- a/exporter/prometheusremotewriteexporter/README.md +++ b/exporter/prometheusremotewriteexporter/README.md @@ -43,6 +43,8 @@ Example: exporters: prometheusremotewrite: endpoint: "http://some.url:9411/api/prom/push" + wal: + dir: "DIRECTORY_HERE" ``` ## Advanced Configuration