Add explore-cardinality and reduce-metrics-cardinality path packages - #484
Add explore-cardinality and reduce-metrics-cardinality path packages#484Eve832 wants to merge 1 commit into
Conversation
Co-authored-by: Cursor <cursoragent@cursor.com>
tacole02
left a comment
There was a problem hiding this comment.
Thanks for the PR. I smoke-tested both interactive milestones on learn.grafana.net shared in Block Editor (Cardinality tab with metrics flowing, and Adaptive Metrics recommendations). The Show me / Do it flows worked for me. I left a few notes on the diff about noop steps that read like clicks without selectors, and a missing post-section summary on the reduce milestone.
| "content": "Review the summary stats at the top: **Unique metrics**, **Total active series**, **Unique labels**, and **Total label value pairs**. **Total active series** is the number your metrics bill is based on." | ||
| }, | ||
| { | ||
| "type": "interactive", |
There was a problem hiding this comment.
I smoke-tested this milestone on learn.grafana.net and the flow worked, but a couple of steps tell the learner to scroll to the Highest cardinality metrics table and click a metric row while using noop with no selector. Pathfinder still numbers those as interactive steps even though Show me / Do it cannot help. Prefer markdown for those (or a real highlight if you have a stable row selector).
| } | ||
| ] | ||
| }, | ||
| { |
There was a problem hiding this comment.
Same pattern here on the scroll/review table and "Click a recommendation…" steps: noop with no selector, so they show as interactive steps without automation. Prefer markdown (peer Adaptive Metrics guides do this) unless you can target the table or a row.
| } | ||
| ] | ||
| }, | ||
| { |
There was a problem hiding this comment.
After the section, the next markdown jumps straight into remediation order. A one-sentence "what you learned" summary right after the section (outside it) would close the bookend, then keep the remediation list after that.
|
One more packaging note after smoke-testing these in Pathfinder. Please follow the existing learning-path convention in this repo: one Pathfinder path package with a continuous milestone sequence, not two thin packages that only become one story via a website Hub embed. Right now Explore and Reduce are separate paths (each basically one interactive milestone + end-journey), so finishing Explore in Pathfinder does not continue into Reduce. That is unlike peer paths here. Those are usually one package with a fuller milestone list in one product surface (for example Please rework this to match that convention: keep Explore → Reduce as milestones in one Pathfinder path (or reuse/soft-link the existing billing + adaptive paths), rather than shipping two mini-packages for Hub embeds. On the other hand, if you prefer to keep these as separate interactive guides rather than a continuous learning path, that's okay too! |
Summary
explore-cardinality-lj(read the Cardinality tab in the Cost Management and Billing app, weight 1250) andreduce-metrics-cardinality-lj(review Adaptive Metrics recommendations, weight 1260), each with a cover, one interactive milestone, and an end-journey milestone.labeling-strategy-ljpath (one cross-milestone reference reworded so each package stands alone). Targeting is split from the source manifest: CMAB app URLs for explore, Adaptive Metrics app URLs for reduce./docs/learning-paths/explore-cardinality/and/docs/learning-paths/reduce-metrics-cardinality/).Test plan
Made with Cursor