fujiwara / fluent-plugin-suppress

fluentd plugin to suppress same messages.
Other
17 stars 13 forks source link

WIP: Provide feedback about number of suppressed messages #12

Closed dogweather closed 5 years ago

dogweather commented 6 years ago

Adding an option, giver_feedback, which will cause messages such as "And 7 more..." to be sent.

dogweather commented 6 years ago

I'm sorry about the Rubocop/style changes. I can revert those if needed.

dogweather commented 6 years ago

The current problem is that it outputs a series of And 1 more... / And 1 more..., etc. I'm thinking that the solution is to check for one of these in the stream before adding it. If it exists, I'll add the number of new suppressed items.

dannyk81 commented 6 years ago

Hey @dogweather 😄

Was wondering if there are any plans to get this done, we've just started to use the plugin and were thinking that this is something that could be really useful!