From c7a9d35c801b792035dfa33e0fed497cf3e43490 Mon Sep 17 00:00:00 2001 From: Jeroen Hermans Date: Wed, 1 Jun 2022 11:03:38 +0200 Subject: [PATCH] Update workspaceMetrics.ts --- config/metricConfigs/workspaceMetrics.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config/metricConfigs/workspaceMetrics.ts b/config/metricConfigs/workspaceMetrics.ts index 180683a..1859056 100644 --- a/config/metricConfigs/workspaceMetrics.ts +++ b/config/metricConfigs/workspaceMetrics.ts @@ -65,6 +65,10 @@ const allowedMetrics: MetricsConfig = [ { name: "workspaceState", allowedValues: ["unknown", "new", "existing"] + }, + { + name: "experimentalSyncBackend", + allowedValues: ["true", "false"] } ], protocol: "statsd"