Skip to content

Fix Python System.telemetry.value with LATEST#2641

Merged
ryanmelt merged 1 commit intomainfrom
fix_python_telemetry_value_latest
Dec 16, 2025
Merged

Fix Python System.telemetry.value with LATEST#2641
ryanmelt merged 1 commit intomainfrom
fix_python_telemetry_value_latest

Conversation

@ryanmelt
Copy link
Copy Markdown
Member

No description provided.

@ryanmelt ryanmelt requested a review from jmthomas December 16, 2025 03:19
@codecov
Copy link
Copy Markdown

codecov bot commented Dec 16, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 79.21%. Comparing base (f7e84b4) to head (5b4f184).
⚠️ Report is 23 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2641      +/-   ##
==========================================
+ Coverage   79.08%   79.21%   +0.12%     
==========================================
  Files         661      662       +1     
  Lines       51989    52182     +193     
  Branches      732      732              
==========================================
+ Hits        41118    41334     +216     
+ Misses      10791    10768      -23     
  Partials       80       80              
Flag Coverage Δ
python 81.23% <ø> (+0.16%) ⬆️
ruby-api 84.48% <ø> (-0.06%) ⬇️
ruby-backend 82.17% <ø> (+0.12%) ⬆️

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.

Copy link
Copy Markdown
Member

@jmthomas jmthomas left a comment

Choose a reason for hiding this comment

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

Should some of these simply be deprecated?

@@ -324,6 +383,22 @@ def reset(self) -> None:
for _, packet in packets.items():
packet.reset()

# Returns an array with a "TARGET_NAME PACKET_NAME ITEM_NAME" string for every item in the system
def all_item_strings(self, include_hidden = False, _splash = None):
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.

Where is this called? I can't even find where it's called in the Ruby code.

# @param target_name (see #packet)
# @param packet_name (see #packet) The packet name. LATEST is supported.
# @return [Array<PacketItem>] The telemetry item names for the given target and packet name
def item_names(self, target_name, packet_name):
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.

Where is this called? I can't even find where it's called in the Ruby code.

@ryanmelt ryanmelt merged commit f983a33 into main Dec 16, 2025
27 of 28 checks passed
@ryanmelt ryanmelt deleted the fix_python_telemetry_value_latest branch December 16, 2025 16:40
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