Skip to content

Commit

Permalink
feat(aggregators.basicstats): Add first field
Browse files Browse the repository at this point in the history
  • Loading branch information
tguenneguez committed Oct 1, 2024
1 parent fa48b77 commit 4ee143b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/aggregators/basicstats/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
# drop_original = false

## Configures which basic stats to push as fields
# stats = ["count","diff","rate","min","max","mean","non_negative_diff","non_negative_rate","percent_change","stdev","s2","sum","interval","last","first"]
# stats = ["count","min","max","mean","variance","stdev"]
```

- stats
Expand Down

0 comments on commit 4ee143b

Please sign in to comment.