0
0
Fork 0
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 ()

This commit is contained in:
Stelios Fragkakis 2021-04-22 09:38:49 +03:00 committed by GitHub
parent d978a72e04
commit 076822eb88
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 55 additions and 1 deletions
database/sqlite

View file

@ -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