You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I currently embed the aggregation code inside the Gather function for tail (input plugin) and allow the user to select which function to apply over metrics
Feature Request
Implement aggregation/stats for metrics
Proposal:
I currently embed the aggregation code inside the Gather function for tail (input plugin) and allow the user to select which function to apply over metrics
` statFuncList: map[string]func(stats.Float64Data) (float64, error){
Aggregation logic inside the gather function
` if len(t.StatList) == 0 {
Current behavior:
No aggregation implemented
Desired behavior:
Should I provide a pull request for the changes or is there any better place to do the aggregation ?
Use case: [Why is this important (helps with prioritizing requests)]
Currently we use customize tail plug which generate a lot of metrics in 1 min, We only interested in aggregation of these metrics (stats)
Note: I'm using https://github.com/montanaflynn/stats for generating statistics
The text was updated successfully, but these errors were encountered: