From b8a2de84daebb9fe2cf94856abc0658550238743 Mon Sep 17 00:00:00 2001 From: Shimon Newman Date: Tue, 7 May 2024 20:57:42 +0300 Subject: [PATCH] Update CONTRIBUTING.md Co-authored-by: Christy Jacob --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 438d0da2c3..b4b1f32e64 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -336,7 +336,7 @@ These are the current metrics we collect usage stats for: | network.inbound | Sum of network inbound traffic per project | | network.outbound | Sum of network outbound traffic per project | -* The curly brackets in the metric name act as placeholders and will be replaced with a value. +> Note: The curly brackets in the metric name represents a template and is replaced with a value when the metric is processed. Metrics are collected into 3 scopes: Daily, monthly, and infinity. Adding new usage metrics to aggregate usage stats is simple but depends on whether you want to collect the statistics via API or background worker. Here are the steps needed for both cases: