0
0
Fork 0
mirror of https://github.com/netdata/netdata.git synced 2025-04-17 11:12:42 +00:00
netdata_netdata/collectors
2022-01-18 15:51:12 +03:00
..
apps.plugin Use libnetdata/required_dummies.h in collectors. () 2022-01-18 10:29:59 +02:00
cgroups.plugin Use libnetdata/required_dummies.h in collectors. () 2022-01-18 10:29:59 +02:00
charts.d.plugin Included link to charts.d example () 2022-01-18 15:06:36 +03:00
checks.plugin Remove unecessary relative paths when including headers. () 2021-05-24 17:44:50 +03:00
cups.plugin Use libnetdata/required_dummies.h in collectors. () 2022-01-18 10:29:59 +02:00
diskspace.plugin Show stats for protected mount points in diskspace plugin () 2021-11-09 21:28:07 +03:00
ebpf.plugin Use libnetdata/required_dummies.h in collectors. () 2022-01-18 10:29:59 +02:00
fping.plugin Update fping version () 2021-04-15 12:01:01 +03:00
freebsd.plugin Fix freebsd and macos plugin names () 2021-08-04 18:44:49 +03:00
freeipmi.plugin Use libnetdata/required_dummies.h in collectors. () 2022-01-18 10:29:59 +02:00
idlejitter.plugin Remove unecessary relative paths when including headers. () 2021-05-24 17:44:50 +03:00
ioping.plugin Spelling collectors () 2021-04-14 12:52:15 +03:00
macos.plugin Fix freebsd and macos plugin names () 2021-08-04 18:44:49 +03:00
nfacct.plugin Use libnetdata/required_dummies.h in collectors. () 2022-01-18 10:29:59 +02:00
node.d.plugin Improved the code example in SNMP v3 documentation () 2022-01-13 15:27:24 +00:00
perf.plugin Use libnetdata/required_dummies.h in collectors. () 2022-01-18 10:29:59 +02:00
plugins.d Stream chart labels () 2021-10-25 11:32:22 +03:00
proc.plugin Fix ib counters () 2022-01-18 15:51:12 +03:00
python.d.plugin fix(python.d): ignore decoding errors in ExecutableService () 2022-01-17 10:49:32 +03:00
slabinfo.plugin Use libnetdata/required_dummies.h in collectors. () 2022-01-18 10:29:59 +02:00
statsd.plugin Fixed formatting () 2022-01-13 15:47:51 -05:00
tc.plugin Spelling () 2021-12-22 18:14:10 +03:00
timex.plugin Remove unecessary relative paths when including headers. () 2021-05-24 17:44:50 +03:00
xenstat.plugin Use libnetdata/required_dummies.h in collectors. () 2022-01-18 10:29:59 +02:00
all.h eBPF mdflush () 2021-10-23 21:16:14 +05:00
COLLECTORS.md Spelling () 2021-12-22 18:14:10 +03:00
Makefile.am Add a plugin for the system clock synchronization state () 2021-04-14 12:20:13 +03:00
QUICKSTART.md fix(docs): unresolved file references () 2021-12-20 16:21:01 +03:00
README.md Spelling md () 2021-01-18 07:43:43 -05:00
REFERENCE.md add bug report form () 2022-01-10 12:05:00 +03:00

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, and then view our quickstart guide to get up-and-running.

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 quickstart guide.

Take your next steps with collectors

Collectors quickstart

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

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

Backends: Extend our built-in database engine, which supports long-term metrics storage, by archiving metrics to like Graphite, Prometheus, MongoDB, TimescaleDB, and more.

Exporting: An experimental refactoring of our backends system with a modular system and support for exporting metrics to multiple systems simultaneously.

analytics