0
0
Fork 0
mirror of https://github.com/netdata/netdata.git synced 2025-05-05 09:40:18 +00:00
netdata_netdata/web/api
Vladimir Kobal 2f6f8155db
Add message queue statistics ()
* Add IPC message queue charts

* Add obsolete flag for dimensions

* Delete obsolete dimensions from memory

* Remove files for obsolete dimensions, filter requests

* Make empty charts obsolete

* Minimize obsolete dimension checks

* Limit the number of dimensions in memory

* Remove obsolete dimensions on netdata exit

* Update documentation

* Move flag to the end

* Fix typo

* Fix typo
2019-02-11 13:24:24 +02:00
..
badges Ga () 2018-12-07 11:30:04 +01:00
exporters Add message queue statistics () 2019-02-11 13:24:24 +02:00
formatters Add message queue statistics () 2019-02-11 13:24:24 +02:00
health Bug fix for netdata behind authenticated proxies () 2019-01-18 23:06:51 +01:00
queries Ga () 2018-12-07 11:30:04 +01:00
Makefile.am Port ACLs, Management API and Health commands () 2019-01-15 12:49:28 +01:00
netdata-swagger.json Port ACLs, Management API and Health commands () 2019-01-15 12:49:28 +01:00
netdata-swagger.yaml Port ACLs, Management API and Health commands () 2019-01-15 12:49:28 +01:00
README.md Ga () 2018-12-07 11:30:04 +01:00
web_api_v1.c Port ACLs, Management API and Health commands () 2019-01-15 12:49:28 +01: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