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

Add Beanstalkd input plugin #4272

Merged
merged 3 commits into from
Sep 10, 2018
Merged

Conversation

44px
Copy link
Contributor

@44px 44px commented Jun 12, 2018

The beanstalkd plugin collects server stats as well as tube stats (reported by stats and stats-tube commands respectively).

Configuration:

[[inputs.beanstalkd]]
  ## Server to collect data from
  server = "localhost:11300"

  ## List of tubes to gather stats about.
  ## If no tubes specified then data gathered for each tube on server reported by list-tubes command
  tubes = ["notifications"]

Please share your thoughts about configuration and desired plugin behaviour. Should it allow to omit host and port from server option and use default values for beanstalkd (localhost:11300)?

Required for all PRs:

  • Signed CLA.
  • Associated README.md updated.
  • Has appropriate unit tests.

@44px 44px mentioned this pull request Jun 12, 2018
3 tasks
@danielnelson danielnelson added this to the 1.8.0 milestone Jun 12, 2018
@danielnelson danielnelson merged commit 69100f6 into influxdata:master Sep 10, 2018
@44px 44px deleted the input_beanstalkd branch September 20, 2018 09:20
rgitzel pushed a commit to rgitzel/telegraf that referenced this pull request Oct 17, 2018
otherpirate pushed a commit to otherpirate/telegraf that referenced this pull request Mar 15, 2019
otherpirate pushed a commit to otherpirate/telegraf that referenced this pull request Mar 15, 2019
dupondje pushed a commit to dupondje/telegraf that referenced this pull request Apr 22, 2019
athoune pushed a commit to bearstech/telegraf that referenced this pull request Apr 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants