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

fix(metrics): don't collect internal Telegraf metrics #3193

Merged
merged 3 commits into from Aug 8, 2023

Conversation

swiatekm-sumo
Copy link
Contributor

@swiatekm-sumo swiatekm-sumo commented Aug 8, 2023

By default, Telegraf operator adds an internal input which collects Telegraf's own metrics. In addition, the Prometheus output exposes process and gocollector metrics. We don't want either of these enabled by default.

Unfortunately this behaviour of Telegraf operator can only be disabled via a flag passed on the command line, and the Helm Chart doesn't allow changing these. So instead we drop the metrics in the output.

Checklist

  • Changelog updated or skip changelog label added
  • Documentation updated
  • Template tests added for new features
  • Integration tests added or modified for major features

@swiatekm-sumo swiatekm-sumo force-pushed the fix/metrics/telegraf-internal-metrics branch from 9f6d502 to df7f66f Compare August 8, 2023 12:13
@swiatekm-sumo swiatekm-sumo marked this pull request as ready for review August 8, 2023 12:29
@swiatekm-sumo swiatekm-sumo requested a review from a team as a code owner August 8, 2023 12:29
@swiatekm-sumo swiatekm-sumo merged commit 8f951a5 into main Aug 8, 2023
41 checks passed
@swiatekm-sumo swiatekm-sumo deleted the fix/metrics/telegraf-internal-metrics branch August 8, 2023 14:10
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.

None yet

2 participants