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

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.