Skip to content

Releases: mdegat01/addon-loki

v1.9.4

01 Feb 23:55
47becd7
Compare
Choose a tag to compare
v1.9.4 Pre-release
Pre-release

What’s changed

🐛 Bug fixes

⬆️ Dependency updates

v1.9.3

12 Jan 19:53
c3fd59b
Compare
Choose a tag to compare

What’s changed

It appears something about the 2.4.0 release of Loki made the retention policy I put in place in the default config of this addon stop working. I personally noticed it this release when Loki was taking so long to start up due to its huge index that watchdog was restarting it before it could finish (watchdog polls it every 2 minutes if you have it on).

This release fixes the retention policy so your days_to_keep value is honored again. If you are having trouble getting Loki working check your supervisor log for entries like this:

WARNING (MainThread) [supervisor.misc.tasks] Watchdog missing application response from 39bd2704_loki

If you see that, turn off watchdog and start Loki. Assuming it is able to get up and running then let it run for about 6 hours or so, the compactor should kick in and clean up the index by that point. After that you should be able to turn watchdog back on and proceed as normal.

And please report an issue if you are still seeing issues after that or aren't able to start Loki even with watchdog off.

🚀 Enhancements

🐛 Bug fixes

v1.9.3b3

10 Jan 23:07
c3fd59b
Compare
Choose a tag to compare
v1.9.3b3 Pre-release
Pre-release

What’s changed

🚀 Enhancements

v1.9.3b2

10 Jan 22:21
362a0a2
Compare
Choose a tag to compare
v1.9.3b2 Pre-release
Pre-release

What’s changed

🐛 Bug fixes

  • Grant rwk access in /tmp to files owned by Loki user @mdegat01 (#141)

v1.9.3b1

10 Jan 21:42
6422590
Compare
Choose a tag to compare
v1.9.3b1 Pre-release
Pre-release

What’s changed

🐛 Bug fixes

  • Needs access to ssl cnf file and files in /tmp @mdegat01 (#140)

v1.9.3b0

10 Jan 20:34
f95f0f2
Compare
Choose a tag to compare
v1.9.3b0 Pre-release
Pre-release

What’s changed

🐛 Bug fixes

v1.9.2

10 Jan 15:59
c6f703f
Compare
Choose a tag to compare

What’s changed

🚀 Enhancements

🧰 Maintenance

📚 Documentation

⬆️ Dependency updates

v1.9.1

10 Nov 23:43
a0ab2d2
Compare
Choose a tag to compare

What’s changed

⚠ ⚠ If you use the config_path option to provide Loki with your own custom config you will need to manually update your config to set ingester.wal.dir to /data/loki/wal. Otherwise Loki will break with a permission error on startup as Loki will try and create this directory in a place it does not have access. See default_config.yaml#L19 to see the addition to the default config you should copy to yours.

🐛 Bug fixes

🧰 Maintenance

  • Cache management and one-at-a-time builds in CI @mdegat01 (#120)

v1.9.0

10 Nov 15:56
7292dc1
Compare
Choose a tag to compare

What’s changed

🚀 Enhancements

⬆️ Dependency updates

v1.8.1

19 Oct 16:29
c67272e
Compare
Choose a tag to compare

What’s changed

⬆️ Dependency updates