24f8f6a4de
compactor docs ( #3543 )
2021-03-26 14:25:08 +05:30
bcbffb1988
Remove memberlist config from ring config. ( #3542 )
2021-03-25 14:41:19 -04:00
faff8b6632
Boltdb shipper doc fixes ( #3265 )
...
* Remove incorrect value for boltdb_shipper.resync_interval in example doc which anyways has a default value of 5m
* Update incorrect default value for resync_interval mentioned in docs
* Add boltdb shipper configuration in config reference file
2021-02-26 11:16:01 -05:00
b83b1abfa8
Update _index.md ( #3373 )
2021-02-26 10:51:45 -05:00
8a9b94a8bc
removes recover flag ( #3326 )
2021-02-11 14:54:41 -05:00
1eac0bfc28
Markdown Code highlighting ( #3147 )
...
Co-authored-by: marionxue <xuelong@xingshulin.com>
2021-02-11 07:51:42 -05:00
224e68a50b
WAL backpressure ( #3218 )
...
* adds WAL replay backpressure
* backpressure fn doesnt lock during passed fn for concurrency
* replayController
* replayController supports a RemoveFlushedChunks fn
* custom wal flusher
* encoding test determinism
* standardizes recoveredBytesTotal to replayControllers ownership
* linting
* default wal memory threshold to 4gb, adds docs
* fix test after v3 chunk schema change
* more lenient expectCheckpoint function
* replayController protects against flush race condition
* adds replay_memory_ceiling to wal jsonnet
* replay ceiling help msg
2021-01-27 16:13:59 -05:00
33abab5e42
Cortex update pre 1.7 ( #3215 )
...
* Starting to update cortex.
Signed-off-by: Cyril Tovena <cyril.tovena@gmail.com>
* Fixes ruler overrides.
Signed-off-by: Cyril Tovena <cyril.tovena@gmail.com>
* go.mod
Signed-off-by: Cyril Tovena <cyril.tovena@gmail.com>
2021-01-26 05:11:27 -05:00
0208071bbd
[doc] fix err. "loki_frontend" is invalid ( #3220 )
2021-01-25 14:07:56 +05:30
1ffd4f641e
Doc: Add missing wal in configuration ( #3162 )
...
* Doc: Add missing wal in configuration
* Update docs/sources/configuration/_index.md
Co-authored-by: Owen Diehl <ow.diehl@gmail.com>
* Update docs/sources/configuration/_index.md
Co-authored-by: Owen Diehl <ow.diehl@gmail.com>
* Update docs/sources/configuration/_index.md
Co-authored-by: Owen Diehl <ow.diehl@gmail.com>
Co-authored-by: Sandeep Sukhani <sandeep.d.sukhani@gmail.com>
2021-01-19 13:42:35 +05:30
5572366d93
Include instruction to enable variable expansion ( #3115 )
2021-01-05 10:48:15 -05:00
3edcda744e
mention the use of config.expand-env
flag in the doc. ( #3078 )
2021-01-05 05:11:45 -05:00
92c7bb5513
Update docs for downstream_url ( #3109 )
2021-01-04 09:48:49 -05:00
e83f809dd7
Small fixes for the documentation. ( #3088 )
...
Signed-off-by: Cyril Tovena <cyril.tovena@gmail.com>
2021-01-04 09:46:35 -05:00
72b4c0181a
Update _index.md ( #3032 )
2020-12-04 10:17:10 -05:00
bc29c6109e
Fix docs header inconsistency ( #3027 )
2020-12-03 13:20:40 -05:00
f6fd6ae7da
Add a critical missing field to the extended config s3 example ( #2991 )
2020-12-01 05:16:29 -05:00
61ba02e2c4
Limit series for metric queries. ( #2903 )
...
* Work in progress limit series.
Signed-off-by: Cyril Tovena <cyril.tovena@gmail.com>
* First draft of the series limiter.
Signed-off-by: Cyril Tovena <cyril.tovena@gmail.com>
* Add limiter to query-frontend.
Signed-off-by: Cyril Tovena <cyril.tovena@gmail.com>
* Add documentation.
Signed-off-by: Cyril Tovena <cyril.tovena@gmail.com>
* Fix build
Signed-off-by: Cyril Tovena <cyril.tovena@gmail.com>
* fmted
Signed-off-by: Cyril Tovena <cyril.tovena@gmail.com>
* lint and build fix
Signed-off-by: Cyril Tovena <cyril.tovena@gmail.com>
* Update docs/sources/configuration/_index.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
* Review feedback.
Signed-off-by: Cyril Tovena <cyril.tovena@gmail.com>
* Reduce // for to fix flaky test.
Signed-off-by: Cyril Tovena <cyril.tovena@gmail.com>
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
2020-11-18 05:18:36 -05:00
c14b443b7b
Add max_cache_freshness_per_query to docs ( #2909 )
2020-11-10 08:12:29 -05:00
5793c4964e
Configuration: Support environment expansion in configuration ( #2837 )
...
* Support environment expansion in configuration
Inspired by https://github.com/cortexproject/cortex/pull/2147
Fixes #2311
Adds -config.expand-env as flag to loki and promtail.
* Disable env expansion on logcli
* Small nit updates
2020-11-05 09:44:18 -05:00
bc202ae7ec
documentation: add tail_proxy_url option to query_frontend_config section ( #2879 )
...
* add tail_proxy_url option to the query_frontend_config section of configuration doc
* If queryFrontend run in tail proxy mode, append the Host of the tail_proxy_url to the request header, because in some scenario queryFrontend forward tail to the queriers deployed behind nginx and "Host" is required.
2020-11-05 05:06:22 -05:00
1eb86d4b5f
Only applies entry limits to non-SampleExprs. ( #2850 )
...
* only applies entry limits to non-SampleExprs. updates docs
* fixes some test case formatting
2020-11-04 07:47:01 -05:00
a8e73e1ae0
Docs: -querier.split-queries-by-day deprecation ( #2833 )
...
Add missing description and deprecation note.
2020-10-28 14:52:26 -04:00
6978ee5d73
Loki Release: update release notes and docs ( #2808 )
...
* update release notes and docs!
* add go and cortex version
* tweaks
* tweak wording
* change paths
* typo, thanks Cyril ;)
* thanks Owen ;)
2020-10-26 11:47:40 -04:00
2d59f890fe
Update docs for redis ( #2728 )
2020-10-07 06:05:09 -04:00
356e2765ff
[DOCS] change format of unordered lists in tech docs ( #2724 )
2020-10-05 16:10:19 -04:00
b9e8ddbb1b
Doc: fixing parameter name in configuration ( #2716 )
...
- http_path_prefix should be http_prefix
Signed-off-by: Hui Kang <kangh@us.ibm.com>
2020-10-05 13:53:45 -04:00
6f8bfe0c79
Ruler docs + single binary inclusion ( #2637 )
...
* starts alerting docs
* ruler in single binary
* make docs interactive
* alerting docs
* ruler prom alerts endpoint
* Apply suggestions from code review
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
* doc fixes
* capitalize ruler
* removes double spaces
* Update docs/sources/alerting/_index.md
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: Ed Welch <ed@oqqer.com>
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
Co-authored-by: Ed Welch <ed@oqqer.com>
2020-09-22 09:34:46 -04:00
337db2fedf
revendor cortex to latest master ( #2627 )
2020-09-16 17:47:11 +05:30
da99a2b2c0
memberlist correct yaml path. closes #2499 ( #2508 )
2020-08-18 20:29:47 -04:00
3486889db9
Release 1.6.0 ( #2502 )
...
* Updating changelog and release notes for 1.6.0
* updating version in documentation
2020-08-13 13:07:32 -04:00
5a8bc848db
Sync docs to website ( #2378 )
...
* update docs location
* add workflow
* update docs content
* update content
* cleanup
2020-07-21 17:53:48 +02:00