Skip to content

ref(aci): Simplify metric issue types#107812

Open
kcons wants to merge 1 commit intomasterfrom
kcons/roundit
Open

ref(aci): Simplify metric issue types#107812
kcons wants to merge 1 commit intomasterfrom
kcons/roundit

Conversation

@kcons
Copy link
Member

@kcons kcons commented Feb 6, 2026

This is an attempt to refine and simplify our types around metric issue handling.

@kcons kcons requested review from a team as code owners February 6, 2026 23:15
@github-actions github-actions bot added the Scope: Backend Automatically applied to PRs that change backend components label Feb 6, 2026
Copy link
Contributor

@saponifi3d saponifi3d left a comment

Choose a reason for hiding this comment

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

lgtm!

@@ -90,7 +90,7 @@ def setUp(self) -> None:
"anomaly_type": AnomalyType.LOW_CONFIDENCE,
},
"timestamp": 1,
"value": self.data_packet.packet.values["value"],
"value": self.data_packet.packet.values.value,
Copy link
Contributor

Choose a reason for hiding this comment

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

:woohoo: types are working. i was going to ask a question about this, but was able to see why we had the .value really clearly in the type definitions 🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Scope: Backend Automatically applied to PRs that change backend components

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants