influxdata / influxdata/helm-charts
[telegraf-ds] inputs.net provides no data
Nobody has claimed this yet.
- Dominant language
- Mustache
- Stars
- 257
- Forks
- 347
- Avg merge
- 4d 20h
- Merged PRs (30d)
- 9
Description
After getting telegraf to start providing data as a daemon set, I then tried to get some network information (it isn't included in the default set of metrics) by adding this to the configMap:
[[inputs.net]]
ignore_protocol_stats = true
interfaces = [ "ens*"]
But there's nothing. No output anywhere.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by inspecting the generated ConfigMap and DaemonSet configuration for the Telegraf deployment, then verify how the inputs.net settings are rendered and loaded. Done means the DaemonSet exposes network metrics from the configured ens* interfaces when the input is enabled.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- helm, kubernetes
- Domain
- devops, infrastructure
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100