Skip to content

fix(dashboard): remove dead override hiding job queue time series#184

Merged
cbartz merged 2 commits intomainfrom
fix/grafana-job-queue-time-override
Apr 22, 2026
Merged

fix(dashboard): remove dead override hiding job queue time series#184
cbartz merged 2 commits intomainfrom
fix/grafana-job-queue-time-override

Conversation

@cbartz
Copy link
Copy Markdown
Collaborator

@cbartz cbartz commented Apr 22, 2026

Overview

Removes a leftover hideSeriesFrom override on the "Job queue time" panel of the planner Grafana dashboard (charms/planner-operator/cos_custom/grafana_dashboards/go.json).

Rationale

The override excluded every series except one specific named expression. Because the panel's current PromQL already aggregates with sum by (le) and produces a single series, the exclusion rule matched nothing and the chart rendered empty. Dropping the override restores the visualisation; the query, unit, and panel layout are otherwise unchanged.

Checklist

  • Changes comply with the project's coding standards and guidelines (see CONTRIBUTING.md and STYLE.md)
  • CONTRIBUTING.md has been updated upon changes to the contribution/development process (e.g. changes to the way tests are run) — N/A, dashboard JSON only
  • Technical author has been assigned to review the PR in case of documentation changes (usually *.md files) — N/A, no docs changes

The "Job queue time" panel had a leftover hideSeriesFrom override that
excluded every series except one specific named expression. Combined
with the panel's current query (which already aggregates with sum by
(le)), the override hid all data, leaving an empty chart.

The override is obsolete now that the query collapses every label
except le into a single combined histogram, so removing it restores
visualisation without any other change.
The astral-sh/setup-uv repository does not publish a floating v8 major
tag (only v8.0.0 and v8.1.0 specific tags exist), so referencing @v8
fails to resolve and breaks the workflow on every PR.
@cbartz cbartz merged commit e1247ab into main Apr 22, 2026
55 of 58 checks passed
@cbartz cbartz deleted the fix/grafana-job-queue-time-override branch April 22, 2026 09:58
florentianayuwono pushed a commit that referenced this pull request Apr 22, 2026
* fix(dashboard): remove dead override hiding job queue time series

The "Job queue time" panel had a leftover hideSeriesFrom override that
excluded every series except one specific named expression. Combined
with the panel's current query (which already aggregates with sum by
(le)), the override hid all data, leaving an empty chart.

The override is obsolete now that the query collapses every label
except le into a single combined histogram, so removing it restores
visualisation without any other change.

* ci: pin astral-sh/setup-uv to v8.1.0

The astral-sh/setup-uv repository does not publish a floating v8 major
tag (only v8.0.0 and v8.1.0 specific tags exist), so referencing @v8
fails to resolve and breaks the workflow on every PR.
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