Commit fc03f7bb authored by Tony Ganga's avatar Tony Ganga 💬 Committed by Stephanie Jackson
Browse files

Update cost docs for o11y

parent 0c1241fe
Loading
Loading
Loading
Loading
+7 −4
Original line number Diff line number Diff line
@@ -26,10 +26,10 @@ The views for Elastic Cloud are constructed using SQL queries (worksheets in Sno
4. **ECU Burndown (Daily)**: Provides a burndown chart of daily ECU expenditure, starting from the total ECU available as of February 16th 2024 (when we started recording this data in Snowflake).
5. **Estimated ECU Exhaustion**: Shows a table with the estimated ECU exhaustion date, calculated by dividing the remaining balance by the daily average cost (The daily average cost is found by first adding up the daily costs for each day and then averaging these totals).

## GCP Cost (Looker Studio)
## GKE/GCP Cost (Grafana)

**Where to Find the Views**
You can find the view [here](https://lookerstudio.google.com/s/kJQfeVRUsdM).
You can find the view [here](https://dashboards.gitlab.net/d/9367c839-db0c-4e71-a97b-a0824087d159/gke-cluster-metering?orgId=1&from=now-2d&to=now&timezone=utc&var-project=gitlab-ops&var-cluster=ops-gitlab-gke&var-namespace=$__all&var-deployment=$__all).

**How the Views Are Built**

@@ -39,7 +39,10 @@ You can find the view [here](https://lookerstudio.google.com/s/kJQfeVRUsdM).
2. **GCP SKU Resources Query**
   This query lists all GCP SKU resources related to our tooling (e.g., Mimir, Sentry), including their descriptions and daily prices.

3. **Node Exporter**
   Node exporters emits metrics, the ones we are concerned with mainly are requests vs resources utilized. We use this data in views to calculate waste.

**What the Views Display**

- **GKE Operational Cost**: Shows the daily costs for each observability namespace within the GKE footprint over the past 30 days.
- **GCP Operational Cost**: Breaks down the costs of various GCP services by SKU, such as load balancer data processing and storage snapshots, also for the past 30 days.
- **GKE Operational Cost**: Shows the daily costs for each observability namespace within the GKE footprint.
- **GCP Operational Cost**: Breaks down the costs of various GCP services by SKU, such as load balancer data processing and storage snapshots.