feat: Add grafana2 Helm chart for staging GCP cluster with dashboards as code - #23
Open
tomadowley wants to merge 2 commits into
Open
feat: Add grafana2 Helm chart for staging GCP cluster with dashboards as code#23tomadowley wants to merge 2 commits into
tomadowley wants to merge 2 commits into
Conversation
…as code Created a new Helm chart for Grafana deployment to the staging GCP cluster. This chart manages dashboards as code, utilizing the latest Grafana and GCP plugins. It includes configurations for Google Cloud Monitoring and Google Managed Prometheus metrics, along with Google Cloud Logging. Starter dashboards for GKE managed Prometheus overview are added. A README file with installation instructions and required secrets is also included. A .gitignore file was added to prevent accidental commitment of chart archives. Co-Authored-By: Cosine CLI (gpt-5.5) <agent@cosine.sh>
…ds as code Designed a new Helm chart for Grafana, named `grafana2`, to manage dashboards as code. Included configuration for GCP integration: - Utilized the built-in `stackdriver` datasource for GCP metrics and Google Managed Service for Prometheus. - Configured the `googlecloud-logging-datasource@1.6.3` plugin for Google Cloud Logging. Implemented dashboard-as-code by placing JSON dashboards in `grafana2/dashboards/`. - Added a starter dashboard `gke-managed-prometheus-overview.json`. Added necessary Helm chart files, including templates and helper configurations. - Included a `README.md` with installation instructions and required secret information. - Added `.gitignore` to the `charts` directory to prevent accidental commits of chart archives. Performed verification steps including linting and templating the Helm chart. Ensured correct configuration for Workload Identity, GCP datasources, and secret references.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This patch introduces the grafana2 Helm chart to deploy Grafana on the staging GCP cluster with dashboards-as-code support.
What’s included:
Files added/updated:
How this solves the task: