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

1-second timer value does not work #11

Closed
LanceNorskog opened this issue Jul 20, 2015 · 1 comment
Closed

1-second timer value does not work #11

LanceNorskog opened this issue Jul 20, 2015 · 1 comment

Comments

@LanceNorskog
Copy link

When I use the numeric_monitor plugin with a timer value of 1 second, it fires every two seconds.
This is the config block I use:

<match stats.**>
type numeric_monitor
aggregate tag
input_tag_remove_prefix stats
tag_prefix stats2
monitor_key count
count_interval 1s
output_per_tag yes

This posts a new output every 2 seconds, and the counts add up. So it's running every 2 seconds instead of every second.

Is this supposed to work? Does Ruby support sub-second timers? If not, please make it an error to use 1 second.

@tagomoris
Copy link
Owner

Fixed this bug and released v0.1.8.
@LanceNorskog Please reopen this issue if you still have problems!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants