Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: emit an event for karafka stats
This sends an event when Karafka emits a `statistics_emitted` event. It can be toggled off with the following configuration: ``` karafka: insights: events: false ``` All metrics in the karafka plugin should now be disabled by default and will need to be enabled by: ``` karafka: insights: metrics: true ``` (actually this was already the case, but I missed one metric, so now all metrics are disabled)
- Loading branch information