Skip to content

Conversation

aliasboink
Copy link

@aliasboink aliasboink commented Dec 11, 2024

I have a need for multiple Prometheus outputs on the Telegraf helm-chart.

  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.

@aliasboink
Copy link
Author

aliasboink commented Mar 17, 2025

Since the initial creation of this PR the change has been tested in production and it works as intended.

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