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

Feature/helm improvements #332

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

arov00
Copy link
Contributor

@arov00 arov00 commented Feb 4, 2025

No description provided.

@arov00 arov00 requested a review from a team as a code owner February 4, 2025 15:35
@@ -24,6 +24,7 @@
{{- end -}}
{{ $rawMetricsTopics := (include "rawMetricsTopics" .) }}

{{ if .Values.aggregator.enabled -}}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what the use case of disabling the aggregator ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is to support the use-case where we scrape data from multiple clusters. In this case, we would spin up a telegraf for each cluster, but then use a single aggregator that consumes from the individual raw metrics topics.

This use case is not 100% supported yet, because for this to work, we would also need to be able to configure each telegraf to produce to a Kafka cluster that is different from the one that is being scraped. This is something that can/should be added in a future PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants