Skip to content
This repository was archived by the owner on Feb 7, 2023. It is now read-only.

Commit b92ed22

Browse files
authored
Merge pull request #21 from datacamp/add-label
Update workspaceMetrics.ts
2 parents a156586 + c7a9d35 commit b92ed22

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

config/metricConfigs/workspaceMetrics.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,10 @@ const allowedMetrics: MetricsConfig = [
6565
{
6666
name: "workspaceState",
6767
allowedValues: ["unknown", "new", "existing"]
68+
},
69+
{
70+
name: "experimentalSyncBackend",
71+
allowedValues: ["true", "false"]
6872
}
6973
],
7074
protocol: "statsd"

0 commit comments

Comments
 (0)