diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-03-09 13:19:48 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-03-09 13:20:02 +0000 |
commit | 58daab21cd043e1dc37024a7f99b396788372918 (patch) | |
tree | 96771e43bb69f7c1c2b0b4f7374cb74d7866d0cb /.gitignore | |
parent | Releasing debian version 1.43.2-1. (diff) | |
download | netdata-58daab21cd043e1dc37024a7f99b396788372918.tar.xz netdata-58daab21cd043e1dc37024a7f99b396788372918.zip |
Merging upstream version 1.44.3.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | .gitignore | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index daa55c030..a53025c3b 100644 --- a/.gitignore +++ b/.gitignore @@ -18,6 +18,7 @@ Makefile.in .*.swp *.old *.log +!collectors/log2journal/tests.d/*.log *.pyc Makefile @@ -41,6 +42,9 @@ sha256sums.txt # netdata binaries netdata netdatacli +systemd-cat-native +log2journal +!log2journal/ !netdata/ upload/ artifacts/ @@ -83,6 +87,9 @@ debugfs.plugin systemd-journal.plugin !systemd-journal.plugin/ +logs-management.plugin +!logs-management.plugin/ + # protoc generated files *.pb.cc *.pb.h @@ -142,6 +149,8 @@ daemon/get-kubernetes-labels.sh health/notifications/alarm-notify.sh claim/netdata-claim.sh +collectors/cgroups.plugin/cgroup-name.sh +collectors/cgroups.plugin/cgroup-network-helper.sh collectors/tc.plugin/tc-qos-helper.sh collectors/charts.d.plugin/charts.d.plugin collectors/python.d.plugin/python.d.plugin @@ -149,6 +158,8 @@ collectors/ioping.plugin/ioping.plugin collectors/go.d.plugin web/netdata-switch-dashboard.sh +logsmanagement/stress_test/stress_test + # installer generated files /netdata-uninstaller.sh /netdata-updater.sh |