netdata/netdata

View on GitHub
.gitignore

Summary

Maintainability
Test Coverage
# Secrets
gcs-credentials.json

.deps
.libs
.dirstamp
.project
.pydevproject

# local dev outputs
dist/

*.o
*.a
config.h.in
Makefile.in
*~
.*.swp
*.old
*.log
!src/collectors/log2journal/tests.d/*.log
!src/go/collectors/**/*.log
*.pyc

netdata.spec
sha256sums.txt

upload/
artifacts/

ebpf.plugin
src/collectors/ebpf.plugin/reset_netdata_trace.sh
!ebpf.plugin/
src/libnetdata/ebpf/includes/

# protoc generated files
*.pb.cc
*.pb.h

# installation artifacts
packaging/installer/.environment.sh
*.tar.*
*.run

# netdata makeself downloads
packaging/makeself/tmp/

# coverity
cov-int/
netdata-coverity-analysis.tgz
.coverity-scan.conf

.cproject/
.idea/
.vscode/*
!.vscode/settings.default.json
.project/
.settings/
README
TODO.md
TODO.txt

src/web/gui/chart-info/
src/web/gui/control.html
src/web/gui/dashboard.js
src/web/gui/datasource.css
src/web/gui/gadget.xml
src/web/gui/index_new.html
src/web/gui/version.txt

# related to karma/javascript/node
/node_modules/
/coverage/

system/install-service.sh
system/netdata.logrotate
system/cron/netdata-updater-daily
system/freebsd/rc.d/netdata
system/initd/init.d/netdata
system/launchd/netdata.plist
system/lsb/init.d/netdata
system/openrc/init.d/netdata
system/runit/run
system/systemd/netdata.service
system/systemd/netdata.service.*
system/systemd/netdata-updater.service
!system/systemd/netdata.service.in
!system/systemd/netdata.service.*.in

src/health/notifications/alarm-notify.sh
claim/netdata-claim.sh
src/collectors/cgroups.plugin/cgroup-name.sh
src/collectors/cgroups.plugin/cgroup-network-helper.sh
src/collectors/tc.plugin/tc-qos-helper.sh
src/collectors/charts.d.plugin/charts.d.plugin
src/collectors/python.d.plugin/python.d.plugin
src/collectors/ioping.plugin/ioping.plugin
src/collectors/go.d.plugin
src/web/netdata-switch-dashboard.sh

src/logsmanagement/stress_test/stress_test

# installer generated files
/netdata-uninstaller.sh
/netdata-updater.sh

# cmake files
cmake-build-debug/
cmake-build-release/
CMakeCache.txt
CMakeFiles/
cmake_install.cmake
.cmake
compile_commands.json

# jetbrains IDE
.jetbrains*

.DS_Store
webcopylocal*

# converted diagrams
docs/diagrams/*.png
docs/diagrams/*.svg
docs/diagrams/*.atxt
docs/diagrams/plantuml.jar

# python virtual environment
venv/

# debugging / profiling
makeself/debug/
tests/profile/benchmark-dictionary
tests/profile/benchmark-registry
tests/profile/test-eval
tests/profile/benchmark-line-parsing
tests/profile/benchmark-procfile-parser
tests/profile/benchmark-value-pairs
tests/profile/statsd-stress
tests/health_mgmtapi/health-cmdapi-test.sh
oprofile_data/
vgcore.*
callgrind.out.*
gmon.out
gmon.txt
sitespeed-result/
tests/acls/acl.sh
tests/urls/request.sh
tests/alarm_repetition/alarm.sh
tests/template_dimension/template_dim.sh
tests/ebpf/ebpf_thread_function.sh
aclk/legacy/tests/install-fake-charts.d.sh

# tests and temp files
test-driver
**/tests/*_testdriver
**/tests/*_testdriver.trs
python.d/python-modules-installer.sh

# documentation generated files
docs/generator/src
docs/generator/build
docs/generator/doc
docs/generator/localization
docs/generator/mkdocs.yml

.environment.sh

#CLion files
netdata.cbp

# External dependencies
externaldeps/

# vim sessions
Session.vim
Session.*.vim

# clangd cache
.cache/

# Special exceptions
!packaging/repoconfig/Makefile

# Jupyter notebook checkpoints
.ipynb_checkpoints

# gorilla benchmark & fuzz binaries
src/libnetdata/gorilla/gorilla_benchmark
src/libnetdata/gorilla/gorilla_fuzzer
src/libnetdata/gorilla/fuzz-*.log

# ignore build/ directory (default dir for many IDEs/LSPs)
build/

# ignore rules for go plugin code
src/go/collectors/go.d.plugin/bin/
src/go/collectors/go.d.plugin/mocks/springboot2/.gradle/
src/go/collectors/go.d.plugin/mocks/tmp/*
!src/go/collectors/go.d.plugin/mocks/tmp/.gitkeep
src/go/collectors/go.d.plugin/vendor