-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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: Telegraf CouchDB Plugin #652
Conversation
CouchDB Plugin - Formatted Code Minor fix for CouchDB Plugin Formatted code fix for CouchDB Plugin CouchDB Plugin - Changed hosts to full urls CouchDB Plugin - Formatted Code CouchDB Plugin - Fatal commit from local fix CouchDB Plugin - Updated test case
CouchDB Plugin is passing the tests but the is some issue with Tail log from ci:
|
The |
Could you change |
Should it be URLs? as it is in influxdb input plugin?
|
` | ||
} | ||
|
||
func (this *CouchDB) Gather(accumulator telegraf.Accumulator) error { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
change (this *CouchDB)
to (c *CouchDB)
heh, nope, I just meant renaming |
LOL. Anyways, I've changed |
looks good, 👍, can you format the README like https://github.com/influxdata/telegraf/blob/master/plugins/inputs/EXAMPLE_README.md? I'm trying to make this a template going forward (see https://github.com/influxdata/telegraf/tree/master/plugins/inputs/docker) |
👍 updated README.md |
CouchDB Plugin - Formatted Code closes influxdata#652 Minor fix for CouchDB Plugin Formatted code fix for CouchDB Plugin CouchDB Plugin - Changed hosts to full urls CouchDB Plugin - Formatted Code CouchDB Plugin - Fatal commit from local fix CouchDB Plugin - Updated test case
Added telegraf plugin for CouchDB, this collects data from multiple CouchDB hosts from standard couchdb endpoint _stats.