summaryrefslogtreecommitdiffstats
path: root/collectors
AgeCommit message (Collapse)Author
2022-05-03Remove node.d.plugin and relevant files (#12769)Suraj Neupane
* Remove node.d.plugin and relevant files * fix build packages * remove node.d related words/phrases from docs and tests
2022-05-02chore(python.d): remove python.d/* announced in v1.34.0 deprecation notice ↵Ilya Mashchenko
(#12796)
2022-05-02fix(cgroups.plugin): do not add network devices if cgroup proc is in the ↵Ilya Mashchenko
host net ns (#12788)
2022-05-02fix(proc/net/dev): exclude Proxmox bridge interfaces (#12789)Ilya Mashchenko
2022-04-28faster execution of external programs (#12759)Costa Tsaousis
* faster invocation of external plugins by eliminating the need for starting /bin/sh and then the command * added missing parameter * prefer the z function * cleanup and clarity - addressed LGTM issue * simplified the popen() interface a bit, to make it more predictable for future uses * removed commented old code * more comments cleanup * mypopen_raw() added for completeness - it is not currently used * simplified the mypopen_raw() interface even further * Update libnetdata/popen/popen.c Co-authored-by: Vladimir Kobal <vlad@prokk.net> * restored 0 flags for netdata_spawn() and cosmetic changes * added more clarity to the code and reverted old behavior of all other execution of commands Co-authored-by: Vladimir Kobal <vlad@prokk.net>
2022-04-27chore(cgroup.plugin): remove undocumented feature reading cgroups-names.sh ↵Ilya Mashchenko
when renaming cgroups (#12745) Co-authored-by: Vladimir Kobal <vlad@prokk.net>
2022-04-26Memory CO-RE (#12684)thiagoftsm
2022-04-25fix(cgroups.plugin): remove "enable cgroup X" config option on cgroup ↵Ilya Mashchenko
deletion (#12746)
2022-04-25fix(cgroups.plugin): remove "search for cgroups under PATH" conf option to ↵Ilya Mashchenko
fix memory leak (#12752)
2022-04-25feat(cgroups.plugin): add "CPU Time Relative Share" chart (#12741)Ilya Mashchenko
2022-04-25fix(cgroups.plugin): run renaming script only for containers in k8s (#12747)Ilya Mashchenko
2022-04-25Mention serial numbers in chart names in the plugins.d API documentation ↵Vladimir Kobal
(#12733)
2022-04-22feat(cgroups.plugin): add k8s_qos_class label (#12737)Ilya Mashchenko
* add k8s_qos_class label * simplify
2022-04-20feat(apps.plugin): add caddy to apps_groups.conf (#12678)simon3000
2022-04-19chore(cgroups.plugin): reduce the CPU time required for ↵Ilya Mashchenko
cgroup-network-helper.sh (#12711)
2022-04-19chore(ebpf.plugin): re-enable socket module by default (#12702)Ilya Mashchenko
2022-04-19feat(apps.plugin): add proxmox-ve processes to apps_groups.conf (#12704)Ilya Mashchenko
2022-04-18fix_inbound:Add missing values to algorithm vector (#12698)thiagoftsm
2022-04-13Dashboard network title (#12665)thiagoftsm
* update_dashboard_2: Update SWAP description * ebpf_dashboard_2: Update reviews * ebpf_dashboard_2: Use two words to define File Systems * dashboard_network_title: Update swap chart title * dashboard_network_title: Update shared memory titles * dashboard_network_title: Update cachestat titles * dashboard_network_title: Update directory cache titles * dashboard_network_title: Update mount titles * dashboard_network_title: Update hardirq description. * dashboard_network_title: Update softirq description. * dashboard_network_title: Update centralized description adding IRQ. * dashboard_network_title: Update shared memory description. * dashboard_network_title: Update global network description * dashboard_network_title: Fix reference and remove dupplication * dashboard_network_title: Update apps description * dashboard_network_title: Update network cgroup description * dashboard_network_title: Update main menu * dashboard_network_title: Fix rebase * dashboard_network_title: Fix LGTM * dashboard_network_title: Remove dot * dashboard_network_title: Remove dot * dashboard_network_title: Remove dot * dashboard_network_title: Return to old title * dashboard_network_title: Return to old title (shm) * dashboard_network_title: Update swap title
2022-04-12fix(ebpf.plugin): add missing chart context for cgroups charts (#12671)Ilya Mashchenko
2022-04-12Show error when clock synchronization state is unavailable (#12667)Vladimir Kobal
* Show error when clock synchronization state is unavailable * Update collectors/timex.plugin/plugin_timex.c Co-authored-by: Ilya Mashchenko <ilya@netdata.cloud> * Update collectors/timex.plugin/plugin_timex.c Co-authored-by: Ilya Mashchenko <ilya@netdata.cloud>
2022-04-12Add a chart label filter parameter in context data queries (#12652)Stelios Fragkakis
* Add function to filter chart labels * Add new parameter to filter chart labels on context queries * Change swagger * Better formatting for swagger
2022-04-11fix: remove instance-specific information from chart titles (#12644)Ilya Mashchenko
Co-authored-by: Vasilis Kalintiris <vasilis@netdata.cloud>
2022-04-11add `locust` to `apps_groups.conf` (#12498)Andrew Maguire
2022-04-07fix(cgroups.plugin): set CPU prev usage before first usage. (#12622)Ilya Mashchenko
2022-04-04feat(cgroups.plugin): add CPU throttling charts (#12591)Ilya Mashchenko
2022-04-04Better check for IOMainPort on MacOS (#12600)Vladimir Kobal
2022-04-04Fix ebpf exit (#12590)thiagoftsm
2022-04-01Update links to documentation (eBPF) (#12581)thiagoftsm
2022-03-31Update ebpf doc (#12503)thiagoftsm
2022-03-30Unblock cgroup version detection with systemd (#12553)Vladimir Kobal
2022-03-29Socket connections (eBPF) and bug fix (#12532)thiagoftsm
2022-03-24feat(collectors/timex.plugin): add clock status chart (#12501)Ilya Mashchenko
Co-authored-by: Suraj Neupane <neupanesuraj@gmail.com>
2022-03-24timex: this plugin enables timex plugin for non-linux systems (#12489)Suraj Neupane
* timex: this plugin enables timex plugin for non-linux system * refactoring and fixing PR comments * move OS specific macros to libnetdata * Update README.md Co-authored-by: Ilya Mashchenko <ilya@netdata.cloud> Co-authored-by: Tina Luedtke <kickoke@users.noreply.github.com>
2022-03-23Adjust timex.plugin information to be less cryptic (#12495)DanTheMediocre
Co-authored-by: Ilya Mashchenko <ilya@netdata.cloud> Co-authored-by: Tina Luedtke <kickoke@users.noreply.github.com>
2022-03-21feat(collectors/cgroups): prefer `blkio.*_recursive` when available (#12462)Ilya Mashchenko
2022-03-21docs(collectors/python.d): remove mention of compatibility with py2/py3 (#12465)Ilya Mashchenko
2022-03-18Add content for eBPF documentation (#12417)thiagoftsm
2022-03-18feat(statsd.plugin): add Asterisk configuration file with synthetic charts ↵Ilya Mashchenko
(#12381)
2022-03-18fix(collectors/cgroups): use different context for cgroup network charts ↵Ilya Mashchenko
(#12454)
2022-03-18fix(cups.plugin): add `cups` prefix to chart context (#12444)Ilya Mashchenko
2022-03-17apps.plugin: fix for plugin sending unnecessary data in freebsd (#12446)Suraj Neupane
2022-03-15fix(charts.d.plugin): fix recursion in apcupsd_check and enable it again ↵Ilya Mashchenko
(#12418)
2022-03-15fix: temporary disable charts.d apcupsd collectors (#12415)Ilya Mashchenko
* disable charts apcupds * disable only in containers * Update collectors/charts.d.plugin/charts.d.plugin.in Co-authored-by: Austin S. Hemmelgarn <ahferroin7@gmail.com> Co-authored-by: Austin S. Hemmelgarn <ahferroin7@gmail.com>
2022-03-15Remove backends subsystem (#12146)Vladimir Kobal
2022-03-14Remove unecessary error report for proc and sys files (#12385)thiagoftsm
2022-03-14fix double host prefix (#12380)Ilya Mashchenko
2022-03-14fix(ebpf.plugin): remove pid file on exit (#12379)thiagoftsm
2022-03-08CO-RE and syscalls (#12318)thiagoftsm
2022-03-08introduce new chart for process states metrics (#12305)Suraj Neupane
* 12139: introduce new chart for process states metrics This commit introduces new chart for total number of processes in different states i.e running, sleeping, sleeping_d, zombie and stopped. * fix recursive chart generation issue * fix recursive chart addition * fixing comments * Update web/gui/dashboard_info.js Co-authored-by: Ilya Mashchenko <ilya@netdata.cloud> * Update collectors/apps.plugin/apps_plugin.c Co-authored-by: Ilya Mashchenko <ilya@netdata.cloud> * fixing commenets * Apply suggestions from code review * Update collectors/apps.plugin/apps_plugin.c * Update collectors/apps.plugin/apps_plugin.c Co-authored-by: Timotej S. <6674623+underhood@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: Tina Luedtke <kickoke@users.noreply.github.com> Co-authored-by: Ilya Mashchenko <ilya@netdata.cloud> Co-authored-by: Timotej S. <6674623+underhood@users.noreply.github.com> Co-authored-by: Tina Luedtke <kickoke@users.noreply.github.com>