grafana / loki

Like Prometheus, but for logs.
https://grafana.com/loki
GNU Affero General Public License v3.0
23.96k stars 3.46k forks source link

docs: add info about remotewrite client config in ruler (backport release-3.0.x) #14699

Closed loki-gh-app[bot] closed 2 weeks ago

loki-gh-app[bot] commented 2 weeks ago

Backport b7ac5b4dcd5b3ad13f5a75e06fa27d78db715107 from #14401


What this PR does / why we need it: When setting up a remote write client for recording rules, I found it unclear what RemoteWriteConfig referred to. After checking the code, I realised it was actually a Prometheus remote write configuration. Adding this clarification in the documentation will make it easier for others to understand the setup without needing to dive into the code.

Checklist