Skip to content

Instantly share code, notes, and snippets.

@danslimmon
Created October 10, 2013 21:16
Show Gist options
  • Save danslimmon/6925793 to your computer and use it in GitHub Desktop.
Save danslimmon/6925793 to your computer and use it in GitHub Desktop.
Should this not generate an event every 5 seconds with "foo.count", "foo.rate_1m", etc. fields?
input { stdin {} }
filter { metrics { meter => [ "foo" ] } }
output { stdout { debug => true } }
@danslimmon
Copy link
Author

I feed it with input, but I don't get any metric events.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment