diff --git a/CHANGELOG.md b/CHANGELOG.md index 24a72762e3..558d6964b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,6 +26,7 @@ Main (unreleased) ### Bugfixes +- Fixed an issue where `loki.process`, `loki.relabel`, and `loki.secretfilter` would block all downstream receivers if one receiver was slow or blocked. Each component now uses per-destination queues with configurable `max_forward_queue_size` and optional `block_on_full` mode. (@cnygaard) - (_Public Preview_) Additions to `database_observability.postgres` component: - `schema_details` diff --git a/docs/sources/reference/components/loki/loki.process.md b/docs/sources/reference/components/loki/loki.process.md index 226670e9fe..c24c2ff63d 100644 --- a/docs/sources/reference/components/loki/loki.process.md +++ b/docs/sources/reference/components/loki/loki.process.md @@ -35,11 +35,16 @@ loki.process "