Skip to content

Document derived item ordering behavior in Telemetry Viewer#2695

Merged
jmthomas merged 2 commits intomainfrom
fix-docs-derived-item-ordering-2571
Jan 2, 2026
Merged

Document derived item ordering behavior in Telemetry Viewer#2695
jmthomas merged 2 commits intomainfrom
fix-docs-derived-item-ordering-2571

Conversation

@jmthomas
Copy link
Copy Markdown
Member

@jmthomas jmthomas commented Dec 31, 2025

Summary

  • Add documentation clarifying that derived items are always returned last when telemetry packets are serialized for API responses
  • Add note in Telemetry Viewer "New Screen" section about derived item placement at the bottom of generated screens
  • Add "Performance Considerations" section to Telemetry Viewer docs

closes #2571

Clarify that derived items are always returned last when telemetry
packets are serialized for API responses. Add notes in Telemetry Viewer
docs about derived item placement in auto-generated screens and include
performance considerations for large screens.

Fixes #2571

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <[email protected]>
@codecov
Copy link
Copy Markdown

codecov bot commented Dec 31, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 79.30%. Comparing base (6f3cda6) to head (6b06f66).
⚠️ Report is 6 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2695      +/-   ##
==========================================
- Coverage   79.31%   79.30%   -0.01%     
==========================================
  Files         662      662              
  Lines       52588    52588              
  Branches      734      734              
==========================================
- Hits        41708    41703       -5     
- Misses      10800    10805       +5     
  Partials       80       80              
Flag Coverage Δ
python 81.36% <ø> (-0.03%) ⬇️
ruby-api 84.76% <ø> (ø)
ruby-backend 82.15% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

- Avoid brackets in telemetry and item names

Array items use brackets to allow indexing into an individual item. Thus if you use brackets in item names it gets confusing as to whether this is a COSMOS [ARRAY_ITEM](telemetry#array_item) or simply a name with brackets. We support brackets for legacy reasons but avoid them when possible. Note that if you have existing telemetry names with brackets you must escape them in Telemetry Viewer screens by using double braces. For example from the Demo: `LABELVALUE INST HEALTH_STATUS BRACKET[[0]]`
Array items use brackets to allow indexing into an individual item. Thus if you use brackets in item names it gets confusing as to whether this is a COSMOS [ARRAY_ITEM](telemetry#array_item) or simply a name with brackets. We support brackets for legacy reasons but avoid them when possible. Note that if you have existing telemetry names with brackets you must escape them in Telemetry Viewer screens by using double braces. For example from the Demo: `LABELVALUE INST HEALTH_STATUS BRACKET[[0]]`
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

The fact that we use the words "brackets" and "braces" in the same sentence to refer to the same character is a bit confusing. "Note that if you have existing telemetry names with brackets you must escape them in Telemetry Viewer screens by using double braces." Can we make this terminology consistent by using "brackets" in both places, since we are referring to the square characters and not the curly ones?

@jmthomas jmthomas merged commit 5b5d26d into main Jan 2, 2026
27 of 28 checks passed
@jmthomas jmthomas deleted the fix-docs-derived-item-ordering-2571 branch January 2, 2026 17:01
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.

[Docs] Document derived item ordering and screen limits in Telemetry Viewer

3 participants