0
0
Fork 0
mirror of https://github.com/netdata/netdata.git synced 2025-04-26 13:54:48 +00:00
netdata_netdata/web/api
Adrien Béraud d92890b5f1
Configurable storage engine for Netdata agents: step 1 ()
* rrd: move API structures out of rrddim_volatile

In C, unlike C++, it's not possible to reference a nested structure
from outside this structure.

Since we later want to use rrddim_query_ops and rrddim_collect_ops
separately from rrddim_volatile, move these nested structures out.

* rrd: use opaque handle types for different memory modes
2022-05-03 11:34:15 +03:00
..
badges Docs: fix GitHub format () 2022-04-20 07:22:51 -04:00
exporters Remove backends subsystem () 2022-03-15 11:50:24 +01:00
formatters One way allocator to double the speed of parallel context queries () 2022-05-03 00:31:19 +03:00
health Docs: Removed Google Analytics tags () 2022-02-17 10:37:46 +00:00
queries Configurable storage engine for Netdata agents: step 1 () 2022-05-03 11:34:15 +03:00
tests Add the ability to perform a data query using an offline node id () 2022-04-19 11:32:49 +03:00
Makefile.am Makefile.am files indentation () 2019-11-11 01:30:00 +02:00
netdata-swagger.json Add a chart label filter parameter in context data queries () 2022-04-12 08:18:40 +03:00
netdata-swagger.yaml Add a chart label filter parameter in context data queries () 2022-04-12 08:18:40 +03:00
README.md Docs: Removed Google Analytics tags () 2022-02-17 10:37:46 +00:00
web_api_v1.c One way allocator to double the speed of parallel context queries () 2022-05-03 00:31:19 +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.