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 (#10718)
This commit is contained in:
parent
a96fec94ba
commit
fddcb83ee9
3 changed files with 66 additions and 2 deletions
database/sqlite
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue