mirror of
https://github.com/netdata/netdata.git
synced 2025-05-17 06:32:21 +00:00
Persist claim ids in local database for parent and children (#10993)
This commit is contained in:
parent
d978a72e04
commit
076822eb88
4 changed files with 55 additions and 1 deletions
database/sqlite
|
@ -60,4 +60,5 @@ 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);
|
||||
extern void store_claim_id(uuid_t *host_id, uuid_t *claim_id);
|
||||
#endif //NETDATA_SQLITE_FUNCTIONS_H
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue