mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
refactor: Update all applications to store metrics (#7853)
* Update all applications to store metrics * fix db schema * Add glue test
This commit is contained in:
committed by
Neil Lathwood
parent
0dd3ec25d3
commit
b620692426
+1
-1
@@ -136,7 +136,7 @@ applications:
|
||||
application_metrics:
|
||||
Columns:
|
||||
- { Field: app_id, Type: int(11), 'Null': false, Extra: '' }
|
||||
- { Field: metric, Type: varchar(18), 'Null': false, Extra: '' }
|
||||
- { Field: metric, Type: varchar(32), 'Null': false, Extra: '' }
|
||||
- { Field: value, Type: int(11), 'Null': true, Extra: '' }
|
||||
- { Field: value_prev, Type: int(11), 'Null': true, Extra: '' }
|
||||
Indexes:
|
||||
|
||||
Reference in New Issue
Block a user