From 6de3efe29af0180874897a54a756d2f0691e155d Mon Sep 17 00:00:00 2001 From: gaspardmoindrot Date: Wed, 21 Jun 2023 23:20:19 +0000 Subject: [PATCH] =?UTF-8?q?[RELENG-7422]=20=F0=9F=92=84=20Trunk?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../collected-reported-metrics.md | 8 ++++++++ docs/metrics-analysis-prometheus/prometheus.md | 4 ++++ 2 files changed, 12 insertions(+) diff --git a/docs/metrics-analysis-prometheus/collected-reported-metrics.md b/docs/metrics-analysis-prometheus/collected-reported-metrics.md index e54866f..9635674 100644 --- a/docs/metrics-analysis-prometheus/collected-reported-metrics.md +++ b/docs/metrics-analysis-prometheus/collected-reported-metrics.md @@ -107,10 +107,14 @@ to estimate the overall cost using the following formula: cost = (cost_per_flavor + cost_per_storage) * cost_of_bandwidth / 100 ``` + + ### The different tags and their associated cost | Provider | Runner | Cost ($ per min) | @@ -128,8 +132,12 @@ cost = (cost_per_flavor + cost_per_storage) * cost_of_bandwidth / 100 | GCP | `n2-standard-4` | 0.005 | | GCP | `n2-standard-8` | 0.01 | + diff --git a/docs/metrics-analysis-prometheus/prometheus.md b/docs/metrics-analysis-prometheus/prometheus.md index a9ccb24..1f07f2a 100644 --- a/docs/metrics-analysis-prometheus/prometheus.md +++ b/docs/metrics-analysis-prometheus/prometheus.md @@ -44,6 +44,8 @@ within a specified time range. 5. The expression `> 0` filters the query results to only include repositories with a value greater than zero. +