Vladimir Kobal bf6237438d Fix cgroups unit tests 2 лет назад
..
apps.plugin d6396755b8 fix(apps.plugin): adjust `zmstat*` pattern to exclude zoneminder scripts (#13314) 2 лет назад
cgroups.plugin bf6237438d Fix cgroups unit tests 2 лет назад
charts.d.plugin 2104bf90c4 feat(charts.d/apcupds): add load usage chart (Watts) (#12965) 2 лет назад
checks.plugin c7f2647a62 Docs: Removed Google Analytics tags (#12145) 3 лет назад
cups.plugin 6f315af47e fully working attempt 2 2 лет назад
diskspace.plugin 138990a1d4 added permanent labels to all charts about plugin, module and family; added labels to all proc plugin modules 2 лет назад
ebpf.plugin 3f9d90a155 Ebpf issues (#13259) 2 лет назад
fping.plugin 9e85e48799 chore(fping.plugin): bump default fping version to 5.1 (#12930) 2 лет назад
freebsd.plugin 16487cf699 Rename the chart of real memory usage in FreeBSD (#13271) 2 лет назад
freeipmi.plugin eb216a1f4b Workers utilization charts (#12807) 2 лет назад
idlejitter.plugin eb216a1f4b Workers utilization charts (#12807) 2 лет назад
ioping.plugin 54ef002004 Remove check for config file in stock conf dir (#12327) 3 лет назад
macos.plugin eb216a1f4b Workers utilization charts (#12807) 2 лет назад
nfacct.plugin eb216a1f4b Workers utilization charts (#12807) 2 лет назад
perf.plugin c3dfbe52a6 netdata doubles (#13217) 2 лет назад
plugins.d 49234f23de Multi-Tier database backend for long term metrics storage (#13263) 2 лет назад
proc.plugin b381f8df3a cgroups: add "k8s." prefix to chart context in k8s 2 лет назад
python.d.plugin dfbc3bfb03 chore(python.d): remove python.d/* announced in v1.35.0 deprecation notice (#13370) 2 лет назад
slabinfo.plugin eb216a1f4b Workers utilization charts (#12807) 2 лет назад
statsd.plugin 49234f23de Multi-Tier database backend for long term metrics storage (#13263) 2 лет назад
tc.plugin eb216a1f4b Workers utilization charts (#12807) 2 лет назад
timex.plugin eb216a1f4b Workers utilization charts (#12807) 2 лет назад
xenstat.plugin eb216a1f4b Workers utilization charts (#12807) 2 лет назад
COLLECTORS.md dfbc3bfb03 chore(python.d): remove python.d/* announced in v1.35.0 deprecation notice (#13370) 2 лет назад
Makefile.am 22863c42b9 Remove node.d.plugin and relevant files (#12769) 2 лет назад
README.md 3a0eccafeb Update README.md (#12868) 2 лет назад
REFERENCE.md 0fa55c7dce feat: move dirs, logs, and env vars config options to separate sections (#12935) 2 лет назад
all.h eb216a1f4b Workers utilization charts (#12807) 2 лет назад

README.md

Collecting metrics

Netdata can collect metrics from hundreds of different sources, be they internal data created by the system itself, or external data created by services or applications. To see all of the sources Netdata collects from, view our list of supported collectors.

There are two essential points to understand about how collecting metrics works in Netdata:

  • All collectors are installed by default with every installation of Netdata. You do not need to install collectors manually to collect metrics from new sources.
  • Upon startup, Netdata will auto-detect any application or service that has a collector, as long as both the collector and the app/service are configured correctly.

Most users will want to enable a new Netdata collector for their app/service. For those details, see our collectors' configuration reference.

Take your next steps with collectors

Supported collectors list

Collectors configuration reference

Guides

Monitor Nginx or Apache web server log files with Netdata

Monitor CockroachDB metrics with Netdata

Monitor Unbound DNS servers with Netdata

Monitor a Hadoop cluster with Netdata

Related features

Dashboards: Visualize your newly-collect metrics in real-time using Netdata's built-in dashboard.

Exporting: Extend our built-in database engine, which supports long-term metrics storage, by archiving metrics to external databases like Graphite, Prometheus, MongoDB, TimescaleDB, and more. It can export metrics to multiple databases simultaneously.