-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
We need a simple and modern way to manage our logs so that when an issue occurs, we can debug it easily. We now have a way to do this via [Fluent Bit Loki Plugin](https://docs.fluentbit.io/manual/pipeline/outputs/loki). Reasons for going with fluent-bit: * Very Very low memory footprint, this means we can run this service on a light machine and not have to worry about it, we can also share the host for main backend and fluent-bit. * Very customizable - Fluent Bit has tons of plugins, which means we can redirect our logs to a different log management service, receive logs in various ways, filter log messages, etc. * Support for multiple outputs - This is a strong feature of FluentBit. This lets us output our logs to Granfa Loki, Logzio, Datadog, StdOut, etc all at the same time. Signed-off-by: jay-dee7 <[email protected]>
- Loading branch information
Showing
11 changed files
with
332 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.