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

feat: [telegraf] allow multiple Prometheus outputs in the service #694

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

aliasboink
Copy link

@aliasboink aliasboink commented Dec 11, 2024

I have a need for multiple Prometheus outputs on the Telegraf helm-chart.
Here is a mock setup that should work, even though it achieves nothing:

  outputs:
    - prometheus_client:
        listen: ":30000"
        metric_version: 2
        path: "/metrics"
    - prometheus_client:
        listen: ":9273"
        metric_version: 2
        path: "/metrics"
    - prometheus_client:
        listen: ":9274"
        metric_version: 1
        path: "/metrics"

This configuration causes an error only in the Kubernetes service, as shown here: #693

The implemented has been tested and works as expected:
image

Please notify me if there's anything else I need to for this 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.

1 participant