From 7430cb48d052070efe249f678b84a90d7fe12938 Mon Sep 17 00:00:00 2001 From: Shimon Newman Date: Tue, 7 May 2024 20:58:04 +0300 Subject: [PATCH] Update CONTRIBUTING.md Co-authored-by: Christy Jacob --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f2fb6b0683..84fb340463 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -356,6 +356,7 @@ const METRIC_FUNCTIONS = 'functions'; const METRIC_DEPLOYMENTS = 'deployments'; const METRIC_DEPLOYMENTS_STORAGE = 'deployments.storage'; ``` +Next follow the appropriate steps below depending on whether you're adding the metric to the API or the worker. **API**