thiagoftsm 65662fe152 Dashboard network title (#12665) 2 лет назад
..
apps.plugin 5b5d057934 add `locust` to `apps_groups.conf` (#12498) 2 лет назад
cgroups.plugin 005d817ea8 fix(cgroups.plugin): set CPU prev usage before first usage. (#12622) 2 лет назад
charts.d.plugin 27e2d4537e fix: remove instance-specific information from chart titles (#12644) 2 лет назад
checks.plugin c7f2647a62 Docs: Removed Google Analytics tags (#12145) 3 лет назад
cups.plugin 3e6d5b4772 fix(cups.plugin): add `cups` prefix to chart context (#12444) 3 лет назад
diskspace.plugin 27e2d4537e fix: remove instance-specific information from chart titles (#12644) 2 лет назад
ebpf.plugin 65662fe152 Dashboard network title (#12665) 2 лет назад
fping.plugin c7f2647a62 Docs: Removed Google Analytics tags (#12145) 3 лет назад
freebsd.plugin c7f2647a62 Docs: Removed Google Analytics tags (#12145) 3 лет назад
freeipmi.plugin c7f2647a62 Docs: Removed Google Analytics tags (#12145) 3 лет назад
idlejitter.plugin c7f2647a62 Docs: Removed Google Analytics tags (#12145) 3 лет назад
ioping.plugin 54ef002004 Remove check for config file in stock conf dir (#12327) 3 лет назад
macos.plugin 13aafc9add Better check for IOMainPort on MacOS (#12600) 2 лет назад
nfacct.plugin 297c76c68e fix underscore in libnetfilter-acct-dev package (#12326) 3 лет назад
node.d.plugin e4ed564832 remove deprecated node.d modules (#12047) 3 лет назад
perf.plugin c7f2647a62 Docs: Removed Google Analytics tags (#12145) 3 лет назад
plugins.d fedab0d7fa Add a chart label filter parameter in context data queries (#12652) 2 лет назад
proc.plugin 27e2d4537e fix: remove instance-specific information from chart titles (#12644) 2 лет назад
python.d.plugin 27e2d4537e fix: remove instance-specific information from chart titles (#12644) 2 лет назад
slabinfo.plugin c7f2647a62 Docs: Removed Google Analytics tags (#12145) 3 лет назад
statsd.plugin 300575a168 feat(statsd.plugin): add Asterisk configuration file with synthetic charts (#12381) 3 лет назад
tc.plugin c7f2647a62 Docs: Removed Google Analytics tags (#12145) 3 лет назад
timex.plugin a129b10e58 Show error when clock synchronization state is unavailable (#12667) 2 лет назад
xenstat.plugin c7f2647a62 Docs: Removed Google Analytics tags (#12145) 3 лет назад
COLLECTORS.md e4ed564832 remove deprecated node.d modules (#12047) 3 лет назад
Makefile.am 7de64f49ff Add a plugin for the system clock synchronization state (#10895) 3 лет назад
README.md 52456f5baf Remove backends subsystem (#12146) 3 лет назад
REFERENCE.md c7f2647a62 Docs: Removed Google Analytics tags (#12145) 3 лет назад
all.h 64efa1122d feat(collectors/timex.plugin): add clock status chart (#12501) 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.