0
0
Fork 0
mirror of https://github.com/netdata/netdata.git synced 2025-04-23 04:50:22 +00:00
netdata_netdata/web/api
Costa Tsaousis 080e0aee27
Faster queries ()
* faster rrdeng_load_metric_next()

* no need to check validity for number - already done at the query side

* solve discrepancy between query create and free

* inline unpack_storage_number
2022-05-24 08:20:40 +03:00
..
badges Docs: fix GitHub format () 2022-04-20 07:22:51 -04:00
exporters Add chart filtering parameter to the allmetrics API query () 2022-05-05 19:32:57 +03:00
formatters Return stable or nightly based on version if the file check fails () 2022-05-13 12:48:53 +03:00
health Docs: Removed Google Analytics tags () 2022-02-17 10:37:46 +00:00
queries Faster queries () 2022-05-24 08:20:40 +03:00
tests Add chart filtering parameter to the allmetrics API query () 2022-05-05 19:32:57 +03:00
Makefile.am Makefile.am files indentation () 2019-11-11 01:30:00 +02:00
netdata-swagger.json Add chart filtering parameter to the allmetrics API query () 2022-05-05 19:32:57 +03:00
netdata-swagger.yaml Add chart filtering parameter to the allmetrics API query () 2022-05-05 19:32:57 +03:00
README.md Docs: Removed Google Analytics tags () 2022-02-17 10:37:46 +00:00
web_api_v1.c Take into account the in queue wait time when executing a data query () 2022-05-12 22:39:18 +03:00
web_api_v1.h Add a chart label filter parameter in context data queries () 2022-04-12 08:18:40 +03: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.