Skip to content
This repository was archived by the owner on Jul 16, 2026. It is now read-only.
This repository was archived by the owner on Jul 16, 2026. It is now read-only.

Improve readability of some dashboards #38

Description

@ggouzi

Bug Description

For some dashboards, graphs show several lines, all matching a metric and a unit. However, the unit name is never displayed.

Image

In some cases, a user would potentially need to investigate why one line is way above the others (in case one unit is reporting a high delay/latency/offset for example).
However, it is not easy to understand which line/color represents which unit.
Would it be possible to adjust the dashboards to improve readability ?

Suggestion:
Image

(although it can become difficult to read if there are dozens of different units to display)

To Reproduce

Assuming another cos model already runs

juju consume cos.grafana
juju consume cos.prometheus
juju consume cos.loki

juju deploy ubuntu --series=24.04
juju deploy chrony-client --channel=latest/edge --series=noble
juju deploy grafana-agent --channel=2/stable --series=noble

juju relate grafana-agent grafana
juju relate grafana-agent prometheus
juju relate grafana-agent loki
juju relate grafana-agent chrony-client
juju relate chrony-client ubuntu

Environment

  • chrony-client latest/edge rev 28
  • juju client/agent: 3.6.12
  • OS 24.04
  • grafana-agent 2/stable

Relevant log output

N/A

Additional context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions