[CORL-281] Metrics (#2298)

* feat: iunitial metrics implementation

* fix: graphql endpoint was throwing errors.

* feat: add metrics env variables to readme
This commit is contained in:
Wyatt Johnson
2019-05-10 00:26:24 +02:00
committed by Kiwi
parent df57b4eb17
commit d4b8e5ef70
21 changed files with 461 additions and 92 deletions
+3
View File
@@ -0,0 +1,3 @@
declare module "tsscmp" {
export default function tsscmp(expect: string, got: string): boolean;
}