0
0
Fork 0
mirror of https://github.com/netdata/netdata.git synced 2025-05-07 18:41:03 +00:00
netdata_netdata/web/api
Chris Akritidis ca95332d55
Extend netdata info API call ()
* Add array of collector plugins-modules to api/v1/info

* Add system info to api/v1/info, collect data from separate script, use environment vars in anonymous statistics script
2019-04-18 18:17:03 +03:00
..
badges Ga () 2018-12-07 11:30:04 +01:00
exporters Support legacy Prometheus metric names for source average () 2019-03-04 18:36:08 +01:00
formatters Extend netdata info API call () 2019-04-18 18:17:03 +03:00
health Bug fix for netdata behind authenticated proxies () 2019-01-18 23:06:51 +01:00
queries fix incorrect use of isnormal() () 2019-03-21 19:14:14 +02:00
Makefile.am Port ACLs, Management API and Health commands () 2019-01-15 12:49:28 +01:00
netdata-swagger.json Support legacy Prometheus metric names for source average () 2019-03-04 18:36:08 +01:00
netdata-swagger.yaml Support legacy Prometheus metric names for source average () 2019-03-04 18:36:08 +01:00
README.md Ga () 2018-12-07 11:30:04 +01:00
web_api_v1.c Extend netdata info API call () 2019-04-18 18:17:03 +03:00
web_api_v1.h Port ACLs, Management API and Health commands () 2019-01-15 12:49:28 +01:00

API

Netdata REST API

The complete documentation of the netdata API is available at the Swagger Editor.

If your prefer it over the Swagger Editor, you can also use Swagger UI. This however does not provide all the information available.

Google charts API

netdata is a Google Visualization API datatable and datasource provider, so it can directly be used with Google Charts.

Check this single chart, jsfiddle example:

image

and this multi chart, jsfiddle example:

image

analytics