Skip to content

Tweaks for the dashboard generator#7251

Merged
bendk merged 1 commit intomozilla:mainfrom
bendk:push-kutvxrwusqyy
Mar 4, 2026
Merged

Tweaks for the dashboard generator#7251
bendk merged 1 commit intomozilla:mainfrom
bendk:push-kutvxrwusqyy

Conversation

@bendk
Copy link
Contributor

@bendk bendk commented Feb 27, 2026

  • Spell out units like microseconds and milliseconds. It's easier to know what the scale of the graphs are this way.
  • Make histogram graphs logarithmic.
  • Split up labeled distribution panels into nightly/beta/release.

Pull Request checklist

  • Breaking changes: This PR follows our breaking change policy
    • This PR follows the breaking change policy:
      • This PR has no breaking API changes, or
      • There are corresponding PRs for our consumer applications that resolve the breaking changes and have been approved
  • Quality: This PR builds and tests run cleanly
    • Note:
      • For changes that need extra cross-platform testing, consider adding [ci full] to the PR title.
      • If this pull request includes a breaking change, consider cutting a new release after merging.
  • Tests: This PR includes thorough tests or an explanation of why it does not
  • Changelog: This PR includes a changelog entry in CHANGELOG.md or an explanation of why it does not need one
    • Any breaking changes to Swift or Kotlin binding APIs are noted explicitly
  • Dependencies: This PR follows our dependency management guidelines
    • Any new dependencies are accompanied by a summary of the due diligence applied in selecting them.

@bendk bendk requested review from a team, lougeniaC64 and skhamis and removed request for lougeniaC64 February 27, 2026 21:15
@bendk
Copy link
Contributor Author

bendk commented Feb 27, 2026

I've harassed Lougenia too much with these dashboard generator PRs. I'm going to spread the work some and give this one to Sammy.

@bendk bendk force-pushed the push-kutvxrwusqyy branch from ace3f28 to 8141c1e Compare February 27, 2026 21:35
@bendk
Copy link
Contributor Author

bendk commented Feb 27, 2026

Here's the results on the DISCO dashboard: https://yardstick.mozilla.org/d/disco-main/disco

* Use unit field from standard options, rather than putting units in the label
* Make histogram graphs logarithmic.
* Split up labeled distribution panels into nightly/beta/release.
Copy link
Contributor

@skhamis skhamis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great changes! One comment super nit that you can just ignore, LGTM!

/// Name to display on the dashboard
pub display_name: &'static str,
/// Label describing what we're measure, including units
/// Label describing what we're measure
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

super nit: measuring

/// Name to display on the dashboard
pub display_name: &'static str,
/// Label describing what we're measure, including units
/// Label describing what we're measure
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ditto

@bendk bendk force-pushed the push-kutvxrwusqyy branch from 8141c1e to bc7dda3 Compare March 4, 2026 22:21
@bendk bendk enabled auto-merge March 4, 2026 22:21
@bendk bendk added this pull request to the merge queue Mar 4, 2026
Merged via the queue into mozilla:main with commit 9389cc9 Mar 4, 2026
13 checks passed
@bendk bendk deleted the push-kutvxrwusqyy branch March 4, 2026 23:05
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