-
Notifications
You must be signed in to change notification settings - Fork 0
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
DP-1537: Limit Influx db volume getting huge overtime #20
Conversation
Releasing new version with better check on linux cpu_plugin
Release bugfix
…ockets and file descriptors
|
Test telegraf on tugbot_simulator 2.4.3-28 (https://github.com/MOV-AI/project-tugbot/releases/tag/2.4.3-28)Production Level
Debug Level
|
Test telegraf on tugbot_simulator 2.3.1-31 (https://github.com/MOV-AI/project-tugbot/releases/tag/2.3.1-31)
Production Level
Debug Level
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mariana-dias-alves please add back procstat and net plugins on the production config to keep iso functionality with 2.3.1.
For procstat, maybe you can limit to the metrics we display:
## Properties to collect
## Available options are "cpu", "limits", "memory", "mmap"
properties = ["cpu", "memory"]
(can be removed on 2.4.3 but we will need to adapt the dashboards)
the option to specify properties in the procstat plugin was only added 2 weeks ago, there is still no official release with that option, so I cannot specify this option even if I update the dockerfile to the latest telegraf release: influxdata/telegraf#15299 |
content
updated both container image and configurations
created 2 configurations templates:
added 2 metrics in the telegraf configurations too track issues around sockets and file descriptors on longruns
Documentation :
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/linux_sysctl_fs/README.md
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/netstat/README.md