mirror of
https://github.com/netdata/netdata.git
synced 2025-05-17 06:32:21 +00:00
Add data query support for archived charts (#10771)
This commit is contained in:
parent
0b0748ee4f
commit
65bc43d9cb
14 changed files with 345 additions and 71 deletions
database/sqlite
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue