diff --git a/content/blog/2025/cloud-cost-groups/featured.png b/content/blog/2025/cloud-cost-groups/featured.png new file mode 100644 index 000000000..6ad212d45 Binary files /dev/null and b/content/blog/2025/cloud-cost-groups/featured.png differ diff --git a/content/blog/2025/cloud-cost-groups/index.md b/content/blog/2025/cloud-cost-groups/index.md new file mode 100644 index 000000000..c98f02e6b --- /dev/null +++ b/content/blog/2025/cloud-cost-groups/index.md @@ -0,0 +1,30 @@ +--- +title: Adding User Group Insights to Cloud Cost Dashboards with Grafana +date: 2025-11-24 +authors: + - Jenny Wong +categories: service enhancements +tags: + - announcement + - cloud costs + - monitoring + - open source +--- + +We are excited to announce that we have extended our cloud cost dashboards to support display costs filtered by user groups using Grafana! This new feature allows administrators to monitor and manage cloud expenses based on user group memberships in JupyterHub. + +![Group cloud cost dashboard showing cost breakdowns by user groups](featured.png) + +## Learn more + +- Take a look at the [Community Hub Guide](https://docs.2i2c.org/admin/monitoring/cost-users-groups/#group-cloud-costs) to see what's new +- Check out the documentation of the [2i2c-org/jupyterhub-cost-monitoring](https://jupyterhub-cost-monitoring.readthedocs.io/en/latest/) project to see how it all works +- [Jenny](../../../authors/jenny-wong/_index.md) recently presented her work on the cost monitoring system at [JupyterCon 2025](https://events.linuxfoundation.org/jupytercon/) earlier this month. Watch a [video](https://youtu.be/M5x3bTgRzVs?si=P2c3Ngb8v7f4ks0I) or look at the [slides](https://docs.google.com/presentation/d/1N8V7dna1atpRmcbpgZ0-VL5cbOQfwYfXTstudT2ierY/edit?usp=sharing). + +{{< feedback >}} + +## Acknowledgements + +- [Tarashish](https://github.com/sunu) @ [Development Seed](../../collaborators/devseed/) for collaborating on this project with us. +- [NASA VEDA](../../collaborators/nasa-veda/) and the DSE Team at NASA MSFC ODSI for funding much of this work. +- [Kyle Lesinger](https://github.com/kyle-lesinger) from the Disasters community for providing valuable feedback and bug reports during development. diff --git a/contribute/blog.md b/contribute/blog.md index 6c6ab059c..461e4b73c 100644 --- a/contribute/blog.md +++ b/contribute/blog.md @@ -30,7 +30,7 @@ It contains an `index.md` file that you can modify. Put it in the folder for the _Categories are non-overlapping, every post must have one category._ -#### `service-enhancements` +#### `service enhancements` Hub improvements and infrastructure that benefits members @@ -39,7 +39,7 @@ Hub improvements and infrastructure that benefits members - Technical migrations - Performance improvements -#### `community-impact` +#### `community impact` Work from our collaborators and member communities that we've enabled. @@ -47,7 +47,7 @@ Work from our collaborators and member communities that we've enabled. - Hackweeks and events - Announcements and offers from collaborators -#### `upstream-impact` +#### `upstream impact` Strengthening the open source ecosystem @@ -84,13 +84,13 @@ _Tags are more fluid, you can add as many to a post as you like._ - `sustainability` - about funding or capacity building - `reliability` - about infrastructure reliability - `monitoring` - about visibility and monitoring of cloud infrastructure -- `cloud-costs` - about cloud costs +- `cloud costs` - about cloud costs - `communication` - about communicating ideas - `reproducibility` - about enabling reproducible computation - `computation` - about enabling computation and scaling - `data` - about reading and using data in the cloud - `sovereignty` - about giving communities control and enabling Right to Replicate -- `open-source` - anything that involves upstream tools or contributions (use heavily!) +- `open source` - anything that involves upstream tools or contributions (use heavily!) #### Technologies - `jupyter` (for project-wide information) @@ -99,7 +99,7 @@ _Tags are more fluid, you can add as many to a post as you like._ - `binder` #### Domains -- `earth-science` - (here are common ones, add new domain tags as you wish) +- `eart -science` - (here are common ones, add new domain tags as you wish) - `biology` ## How to write blog posts