Skip to content

Bug #2333: Add links to use counter dashboards instead of failing to show GLAM link#2338

Merged
jeddai merged 2 commits into
mozilla:mainfrom
jeddai:2333-update-use-counters-glam-to-dashboards
Jul 22, 2026
Merged

Bug #2333: Add links to use counter dashboards instead of failing to show GLAM link#2338
jeddai merged 2 commits into
mozilla:mainfrom
jeddai:2333-update-use-counters-glam-to-dashboards

Conversation

@jeddai

@jeddai jeddai commented Jul 22, 2026

Copy link
Copy Markdown
Member

#2333

Pull Request checklist

  • The pull request has a descriptive title (and a reference to an issue it
    fixes, if applicable)
  • All tests and linter checks are passing
  • The pull request is free of merge conflicts

@jeddai
jeddai requested a review from travis79 July 22, 2026 18:07
@jeddai jeddai self-assigned this Jul 22, 2026
content={"View this metric in the Glean Aggregated Metrics (GLAM) dashboard"}
link={"https://docs.telemetry.mozilla.org/cookbooks/glam.html"}
/>
{#if (pingData.glam_unsupported_reason || "").includes("use-counters")}

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

Svelte doesn't support the ? operator, apparently

Comment thread src/pages/MetricDetail.svelte Outdated
{#if (pingData.glam_unsupported_reason || "").includes("use-counters")}
Dashboards
<HelpHoverable
content={"View this metric in the appropriate Mozilla dashboards"}

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Suggested change
content={"View this metric in the appropriate Mozilla dashboards"}
content={"View this metric in the Mozilla Use-Counter dashboards"}

Even without anything to link to in d.t.m.o, we should probably still refer to this as the "Use-Counter" to be explicit about what the "appropriate" dashboard(s) is.

Comment thread src/pages/MetricDetail.svelte Outdated
Public Dashboard
</a>
<HelpHoverable
content={"Some use counter metrics are not visible in the public dashboard"}

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Suggested change
content={"Some use counter metrics are not visible in the public dashboard"}
content={"Some Use Counter metrics are not visible in the public dashboard"}

Let's capitalize this to match how it is referred to in other places in d.t.m.o, etc.

Comment thread src/pages/MetricDetail.svelte Outdated
Looker Dashboard
</AuthenticatedLink>
<HelpHoverable
content={"Some use counter metrics are not visible in the Looker dashboard"}

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Suggested change
content={"Some use counter metrics are not visible in the Looker dashboard"}
content={"Some Use Counter metrics are not visible in the Looker dashboard"}

@jeddai
jeddai merged commit 80a2bf4 into mozilla:main Jul 22, 2026
7 checks passed
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