0
0
Fork 0
mirror of https://github.com/netdata/netdata.git synced 2025-05-17 06:32:21 +00:00

Add data query support for archived charts ()

This commit is contained in:
Stelios Fragkakis 2021-03-22 09:47:22 +02:00 committed by GitHub
parent 0b0748ee4f
commit 65bc43d9cb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 345 additions and 71 deletions
database/sqlite

View file

@ -59,4 +59,5 @@ extern void db_unlock(void);
extern void db_lock(void);
extern void delete_dimension_uuid(uuid_t *dimension_uuid);
extern void sql_store_chart_label(uuid_t *chart_uuid, int source_type, char *label, char *value);
extern void sql_build_context_param_list(struct context_param **param_list, RRDHOST *host, char *context, char *chart);
#endif //NETDATA_SQLITE_FUNCTIONS_H