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:
Tony Murray
2017-12-06 16:13:10 -06:00
committed by Neil Lathwood
parent 0dd3ec25d3
commit b620692426
44 changed files with 181 additions and 74 deletions

1
sql-schema/222.sql Normal file
View File

@@ -0,0 +1 @@
ALTER TABLE `application_metrics` CHANGE `metric` `metric` varchar(32) NOT NULL;