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

Update InfluxDB Input Plugin to capture AE stats being exposed with InfluxDB 1.6 #4017

Closed
timhallinflux opened this issue Apr 13, 2018 · 3 comments · Fixed by #8569
Closed
Assignees
Labels
area/influxdb feature request Requests for new plugin and for new features to existing plugins

Comments

@timhallinflux
Copy link
Contributor

Feature Request

InfluxDB Enterprise 1.6 introduces a new service which reports on shard consistency. Telegraf input plug-in should have an optional configuration setting to allow for collection of the shard consistency status and other details exposed.

Proposal:

Create optional configuration setting to capture Anti Entropy (AE) service metrics as part of the shard consistency reports. Ensure that the plugin, by default works with both OSS and Enterprise editions of the database. Hence, this will require users to active that portion of the configuration when this input plugin is used with the Enterprise edition.

Current behavior:

No AE stats are captured.

Desired behavior:

Capture and report on AE shard consistency status, allowed for alerting and notifications to be setup, if shard inconsistencies are detected. Also allows for timestamp to be captured indicating when these inconsistencies were detected.

@timhallinflux timhallinflux added feat Improvement on an existing feature such as adding a new setting/mode to an existing plugin area/influxdb labels Apr 13, 2018
@danielnelson
Copy link
Contributor

@timhallinflux Can you add a link to the docs for the metrics in question?

@danielnelson danielnelson added feature request Requests for new plugin and for new features to existing plugins and removed feat Improvement on an existing feature such as adding a new setting/mode to an existing plugin labels Apr 13, 2018
@sjwang90
Copy link
Contributor

@timhallinflux Can you provide a link to the Anti Entropy (AE) service metrics?

@timhallinflux timhallinflux assigned sjwang90 and unassigned nhaugo Dec 15, 2020
@timhallinflux
Copy link
Contributor Author

I think this just happens... and we simply need to update the documentation in the README: https://github.com/influxdata/telegraf/blob/release-1.16/plugins/inputs/influxdb/README.md

you can see the list of all supported metrics (and cross check them to ensure they are up-to-date with the 1.8 release here:

https://docs.influxdata.com/platform/monitoring/influxdata-platform/tools/measurements-internal/

This includes which metrics are "enterprise only".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/influxdb feature request Requests for new plugin and for new features to existing plugins
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants