Replies: 4 comments
-
For our use case: we are maintaining counters about log messages, e.g. per
And it would be nice if we could replace that with something like
|
Beta Was this translation helpful? Give feedback.
-
One thing we'd also like to move to fluent-bit, which is a different way of doing metrics: we have logs containing metric data in logfmt format, e.g
Which would then map these logfmt keys to metrics. I am currently planning to implement this with another lua script, but something native would be terriffic. |
Beta Was this translation helpful? Give feedback.
-
Be good to make it work for the internal format then we can just make sure logs are parsed with whatever parser is required and get the output. Various examples of metrics in logs in different formats are here: https://github.com/couchbase/couchbase-fluent-bit/tree/main/test/logs The Erlang ones are particularly verbose: https://github.com/couchbase/couchbase-fluent-bit/blob/main/test/logs/babysitter.log |
Beta Was this translation helpful? Give feedback.
-
See #6674 |
Beta Was this translation helpful? Give feedback.
-
From the Fluent Community meeting we were discussing Log 2 Metric filter, and now starting this to how we can achieve log 2 metric
Beta Was this translation helpful? Give feedback.
All reactions