Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).

Each revision is versioned by the date of the revision.

## 2026-06-03

Update the `includeAll` setting of the `github_runner`, `github_run_id`, and `github_run_attempt` variables for a better dashboard default experience.

## 2026-06-02

- add OpenStack and GitHub creds/configs for the GARM configurator charm.
Expand Down
6 changes: 3 additions & 3 deletions runner_grafana_dashboards/runner_vm_hostmetrics.json
Original file line number Diff line number Diff line change
Expand Up @@ -1081,7 +1081,7 @@
"query": "label_values(system_cpu_load_average_1m{github_repository=~\"$github_repository\",github_workflow=~\"$github_workflow\",github_job=~\"$github_job\"}, github_runner)",
"refresh": 2,
"sort": 1,
"includeAll": false,
"includeAll": true,
"multi": false,
"allValue": ".*",
"hide": 0
Expand All @@ -1094,7 +1094,7 @@
"query": "label_values(system_cpu_load_average_1m{github_repository=~\"$github_repository\",github_workflow=~\"$github_workflow\",github_job=~\"$github_job\",github_runner=~\"$github_runner\"}, github_run_id)",
"refresh": 2,
"sort": 1,
"includeAll": true,
"includeAll": false,
"multi": false,
"hide": 0
},
Expand All @@ -1106,7 +1106,7 @@
"query": "label_values(system_cpu_load_average_1m{github_repository=~\"$github_repository\",github_workflow=~\"$github_workflow\",github_job=~\"$github_job\",github_runner=~\"$github_runner\",github_run_id=~\"$github_run_id\"}, github_run_attempt)",
"refresh": 2,
"sort": 1,
"includeAll": true,
"includeAll": false,
"multi": false,
"hide": 0
}
Expand Down
Loading