netdata
netdata copied to clipboard
Architected for speed. Automated for easy. Monitoring and troubleshooting, transformed!
[Bug]: Averaging metrics across active and inactive DBs causes incorrect values in composite charts
### Bug description Buffer cache hit ratio is being averaged across all DBs present in Postgres server. This includes DBs which are idle and where no operations are taking place...
### Bug description Hi Team, My netdata cloud agent stopped working. I tried to reinstall the agent . ```cmd wget -O /tmp/netdata-kickstart.sh https://my-netdata.io/kickstart.sh && sh /tmp/netdata-kickstart.sh --claim-token xxxxxxxxxxxxxx --claim-url https://app.netdata.cloud...
##### Summary More details when I finish tests. ##### Test Plan ##### Additional Information The code added with this PR was intially tested using [CO-RE](https://github.com/netdata/ebpf-co-re/pull/27) codes and also legacy codes:...
### Bug description Manually added capability CAP_NET_ADMIN for go.d.plugin is lost when agent is updated and file replaced, breaking wireguard collector ### Expected behavior File capability retained if present before...
# Table of Contents - [Summary](#summary) - [Design Overview](#design-overview) - [Configuration](#configuration) - [Custom charts based on regex parsers](#custom-regex-charts) - [Configuration Examples](#configuration-examples) - [Log Collection](#log-collection) - [Tail_plugin.c](#tail-plugin-c) - [FLB_plugin.c](#flb-plugin-c) - [Buffering](#buffering)...
##### Summary netdata.service: Update PIDFile to avoid systemd legacy path warning Resolves warning logged by systemd: systemd[1]: /lib/systemd/system/netdata.service:14: PIDFile= references a path below legacy directory /var/run/, updating /var/run/netdata/netdata.pid → /run/netdata/netdata.pid;...
##### Summary This is a comprehensive overhaul of how we handle installation of the Netdata agent as a system service. It involves the following changes: - The templated files from...
##### Summary Should be merged after v1.36.0 is out. --- This PR removes the following modules ([v1.36.0 deprecation notice](https://github.com/netdata/netdata/releases/tag/v1.36.0#v1360-deprecation-notice)): - [python.d/postgres](https://github.com/netdata/netdata/tree/v1.36.0/collectors/python.d.plugin/postgres) ##### Test Plan - check errors during installation. -...
### Problem See https://github.com/netdata/netdata/issues/13389. ### Description In short, handling of stock config files from outside of a container is currently complicated in ways it does not need to be. ###...
##### Summary Tentative beta release date is no earlier than 2022-09-13. Tentative full release date is no earlier than 2022-10-18 ##### Test Plan CI passes on this PR. ##### Additional...