Skip to content

Commit

Permalink
[RELENG-7422] 💄 Trunk
Browse files Browse the repository at this point in the history
  • Loading branch information
gaspardmoindrot committed Jun 21, 2023
1 parent e8ad0c4 commit 6de3efe
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -107,10 +107,14 @@ to estimate the overall cost using the following formula:
cost = (cost_per_flavor + cost_per_storage) * cost_of_bandwidth / 100
```

<!-- trunk:ignore
!!! note
GCP and AWS costs are quite the same for the same flavors.
-->

### The different tags and their associated cost

| Provider | Runner | Cost ($ per min) |
Expand All @@ -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 |

<!-- trunk:ignore
!!! note
Please note that the names of large GitHub hosted runners
may not be explicitly the same as shown below, but this is
the naming convention recommended by GitHub.
-->
4 changes: 4 additions & 0 deletions docs/metrics-analysis-prometheus/prometheus.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<!-- trunk:ignore
!!! info
Using Grafana enhances the visualization of Prometheus data and
Expand All @@ -53,3 +55,5 @@ within a specified time range.
(selected time range) when working with Prometheus data in Grafana. This
integration enables efficient data exploration and analysis for better
insights and decision-making.
-->

0 comments on commit 6de3efe

Please sign in to comment.