Skip to content

fix(nimbus): correct featmon path and use $__all for Grafana metrics variable#16014

Merged
yashikakhurana merged 5 commits into
mainfrom
16013
Jun 18, 2026
Merged

fix(nimbus): correct featmon path and use $__all for Grafana metrics variable#16014
yashikakhurana merged 5 commits into
mainfrom
16013

Conversation

@yashikakhurana

Copy link
Copy Markdown
Contributor

Because

  • The Grafana dashboard link on the Feature Health Dashboard was using var-metrics=All which Grafana does not recognise as "select all" — the correct value is $__all
  • Features with monitoring configured in metric-hub were incorrectly showing "Grafana dashboard not available" because the featmon TOML path was pointing to a directory that does not exist in the Docker environment

This commit

  • Updates FEATURE_MONITORING_URL to use var-metrics=$__all so the Grafana dashboard opens with all metrics selected
  • Fixes METRIC_HUB_FEATMON_DESKTOP_PATH to point to outcomes/metric-hub-main/featmon/firefox_desktop.toml,

Fixes #16013

@jaredlockhart jaredlockhart left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Awesome ty 🙏

@yashikakhurana yashikakhurana added this pull request to the merge queue Jun 18, 2026
Merged via the queue into main with commit ecb1ae7 Jun 18, 2026
26 checks passed
@yashikakhurana yashikakhurana deleted the 16013 branch June 18, 2026 19:19
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.

Fix feature montirong dashboard not opening it correctly

2 participants