Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add: Supports Grafana Cloud Logs #56

Merged
merged 1 commit into from
Oct 28, 2021
Merged

Commits on Oct 28, 2021

  1. Add: Supports Grafana Cloud Logs

    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]>
    jay-dee7 committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    6f44167 View commit details
    Browse the repository at this point in the history