Stelios Fragkakis 18383397aa Fix random crash on agent shutdown (#14470) 2 лет назад
..
apps.plugin 2b4241fe5a add help line to functions response (#14399) 2 лет назад
cgroups.plugin 18383397aa Fix random crash on agent shutdown (#14470) 2 лет назад
charts.d.plugin 9f1403de7d Covert our documentation links to GH absolute links (#14344) 2 лет назад
checks.plugin 0541c97e53 Introduce the new Structure of the documentation (#13915) 2 лет назад
cups.plugin 3e3ff4bee8 Add Collector log (#14309) 2 лет назад
diskspace.plugin 9f1403de7d Covert our documentation links to GH absolute links (#14344) 2 лет назад
ebpf.plugin e2c2640656 Reduce service exit (#14381) 2 лет назад
freebsd.plugin 357ed779a3 Fix agent build failure on FreeBSD 14.0 due to new tcpstat struct (#14446) 2 лет назад
freeipmi.plugin 3e3ff4bee8 Add Collector log (#14309) 2 лет назад
idlejitter.plugin 3e3ff4bee8 Add Collector log (#14309) 2 лет назад
ioping.plugin 0541c97e53 Introduce the new Structure of the documentation (#13915) 2 лет назад
macos.plugin 3e3ff4bee8 Add Collector log (#14309) 2 лет назад
nfacct.plugin 3e3ff4bee8 Add Collector log (#14309) 2 лет назад
perf.plugin 3e3ff4bee8 Add Collector log (#14309) 2 лет назад
plugins.d bd7c9ebcc9 Check on parents the microseconds delta sent by agents (#14422) 2 лет назад
proc.plugin 9f1403de7d Covert our documentation links to GH absolute links (#14344) 2 лет назад
python.d.plugin b634a0730f Updated w1sensor.chart.py (#14435) 2 лет назад
slabinfo.plugin 3e3ff4bee8 Add Collector log (#14309) 2 лет назад
statsd.plugin 9f1403de7d Covert our documentation links to GH absolute links (#14344) 2 лет назад
tc.plugin 9f1403de7d Covert our documentation links to GH absolute links (#14344) 2 лет назад
timex.plugin 9f1403de7d Covert our documentation links to GH absolute links (#14344) 2 лет назад
xenstat.plugin 3e3ff4bee8 Add Collector log (#14309) 2 лет назад
COLLECTORS.md 9f1403de7d Covert our documentation links to GH absolute links (#14344) 2 лет назад
Makefile.am 4322b1973d remove deprecated fping.plugin in accordance with v1.37.0 deprecation notice (#14073) 2 лет назад
README.md 9f1403de7d Covert our documentation links to GH absolute links (#14344) 2 лет назад
REFERENCE.md 669e4784e1 Minor fixes for markdown links (#14415) 2 лет назад
all.h b7a2125da3 `ml - machine learning` to just `machine learning` (#14242) 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.