Docs: Fix parent of wal and wal_cleaner in loki ruler config docs (#4993)

* fix parent of wal and wal_cleaner in loki ruler config docs

* update changelog
pull/5016/head
Joe Stevens 4 years ago committed by GitHub
parent 2ef5e6faf9
commit b5d5123e0b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      CHANGELOG.md
  2. 32
      docs/sources/configuration/_index.md

@ -1,5 +1,6 @@
## Main
* [4993](https://github.com/grafana/loki/pull/4926) **thejosephstevens**: Fix parent of wal and wal_cleaner in loki ruler config docs
* [4933](https://github.com/grafana/loki/pull/4933) **jeschkies**: Support matchers in series label values query.
* [4926](https://github.com/grafana/loki/pull/4926) **thejosephstevens**: Fix comment in Loki module loading for accuracy
* [4920](https://github.com/grafana/loki/pull/4920) **chaudum**: Add `-list-targets` command line flag to list all available run targets

@ -475,22 +475,6 @@ remote_write:
# This should be greater than or equivalent to -limits.per-user-override-period.
[config_refresh_period: <duration> | default = 10s]
wal:
# The directory in which to write tenant WAL files. Each tenant will have its own
# directory one level below this directory.
[dir: <string> | default = "ruler-wal"]
# Frequency with which to run the WAL truncation process.
[truncate_frequency: <duration> | default = 60m]
# Minimum and maximum time series should exist in the WAL for.
[min_age: <duration> | default = 5m]
[max_age: <duration> | default = 4h]
wal_cleaner:
# The minimum age of a WAL to consider for cleaning.
[min_age: <duration> | default = 12h]
# How often to run the WAL cleaner.
[period: <duration> | default = 0s (disabled)]
client:
# The URL of the endpoint to send samples to.
url: <string>
@ -593,6 +577,22 @@ remote_write:
# This is experimental and might change in the future.
[retry_on_http_429: <boolean> | default = false]
wal:
# The directory in which to write tenant WAL files. Each tenant will have its own
# directory one level below this directory.
[dir: <string> | default = "ruler-wal"]
# Frequency with which to run the WAL truncation process.
[truncate_frequency: <duration> | default = 60m]
# Minimum and maximum time series should exist in the WAL for.
[min_age: <duration> | default = 5m]
[max_age: <duration> | default = 4h]
wal_cleaner:
# The minimum age of a WAL to consider for cleaning.
[min_age: <duration> | default = 12h]
# How often to run the WAL cleaner.
[period: <duration> | default = 0s (disabled)]
# File path to store temporary rule files.
# CLI flag: -ruler.rule-path
[rule_path: <filename> | default = "/rules"]

Loading…
Cancel
Save