Skip to content

Conversation

@skudasov
Copy link
Contributor

@skudasov skudasov commented Jan 21, 2026


Below is a summarization created by an LLM (gpt-4-0125-preview). Be mindful of hallucinations and verify accuracy.

Why

The changes improve observability tooling by fixing local dashboard loading issues and updating the Grafana version to ensure compatibility with the latest features and bug fixes. Additionally, unnecessary files have been removed to clean up the project structure.

What

  • framework/.changeset/v0.13.5.md
    • Added a changeset note to document the fix and Grafana version bump.
  • framework/observability.go
    • Modified EmbeddedObservabilityFiles to include the entire observability directory.
    • Changed directory constants to reflect the new observability cache directory and introduced a relative path for local dashboards.
    • Added copyLocalDashboards function to sync local dashboards to the observability cache directory, improving the local development process.
    • Updated getObservabilityDir function to use the new cache directory path.
    • Enhanced extractAllFiles to call copyLocalDashboards post-extraction, ensuring local dashboards are properly placed.
  • framework/observability/compose/docker-compose.yaml
    • Updated Grafana image version from 10.1.0 to 12.3.1 to take advantage of the latest features and fixes.
    • Adjusted service configurations to align with the updated Grafana version requirements.
  • framework/observability/dashboards/dummy.json
    • Removed an unnecessary dummy file, simplifying the project structure and focusing on essential components only.

@skudasov skudasov requested a review from a team as a code owner January 21, 2026 12:51
@github-actions
Copy link

👋 skudasov, thanks for creating this pull request!

To help reviewers, please consider creating future PRs as drafts first. This allows you to self-review and make any final changes before notifying the team.

Once you're ready, you can mark it as "Ready for review" to request feedback. Thanks!

@skudasov skudasov changed the title Fix Grafana dashboards, upgrade Grafana image Fix local Grafana dashboards upload, upgrade Grafana image Jan 21, 2026
@skudasov skudasov requested a review from kalverra January 21, 2026 13:23
@skudasov skudasov merged commit 501644c into main Jan 21, 2026
74 of 76 checks passed
@skudasov skudasov deleted the fix-grafana-dashboards branch January 21, 2026 13:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants