Skip to content

telegraf helm chart uses unexported ports for prometheus-client #713

Open
@jcpunk

Description

@jcpunk

When using prometheus to track the state of telegraf, a svc/telegraf is created that points to port 9126. However, the telegraf pod does not list that port.

kubectl -n telegraf get pod telegraf-6d666d97d8-jgr9x -o jsonpath='{.spec.containers[0].ports}'
kubectl -n telegraf get svc telegraf -o yaml

In my ideal world, this port would be added with a name: prometheus-client and that name used for the service.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions