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

Add the ability to store chart labels in the database ()

This commit is contained in:
Stelios Fragkakis 2021-03-09 12:44:37 +02:00 committed by GitHub
parent a96fec94ba
commit fddcb83ee9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 66 additions and 2 deletions
database/sqlite

View file

@ -58,5 +58,5 @@ extern void add_migrated_file(char *path, uint64_t file_size);
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);
#endif //NETDATA_SQLITE_FUNCTIONS_H