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
2 changes: 1 addition & 1 deletion .github/workflows/charms_lint_and_unit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
python-version: "3.12"

- name: Set up uv
uses: astral-sh/setup-uv@v8
uses: astral-sh/setup-uv@v8.1.0

- name: Install tox
run: uv tool install tox --with tox-uv
Expand Down
27 changes: 1 addition & 26 deletions charms/planner-operator/cos_custom/grafana_dashboards/go.json
Original file line number Diff line number Diff line change
Expand Up @@ -590,32 +590,7 @@
},
"unit": "s"
},
"overrides": [
{
"__systemRef": "hideSeriesFrom",
"matcher": {
"id": "byNames",
"options": {
"mode": "exclude",
"names": [
"histogram_quantile(0.95, \nsum by (le) (\n rate(github_runner_planner_webhook_job_waiting_seconds_bucket[5m])\n )\n)"
],
"prefix": "All except:",
"readOnly": true
}
},
"properties": [
{
"id": "custom.hideFrom",
"value": {
"legend": false,
"tooltip": false,
"viz": true
}
}
]
}
]
"overrides": []
},
"gridPos": {
"h": 8,
Expand Down
Loading