Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Adjust task isolation metrics #6784

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 4, 2025

Conversation

natemort
Copy link
Member

@natemort natemort commented Apr 3, 2025

When we're dispatching a task we have three groups:

  • The original isolation group. This comes from the workflow.
  • The isolation group that we're dispatching the task as. This is either the original or "".
  • The isolation group of the poller.

Remove the isolation group that we're currently dispatching the task as. It isn't useful. We only care whether the original matches the poller. I originally added it in #6544 to try and evaluate whether we're "incidentally" getting successes, but it really doesn't matter. We have subsequently added another metric to report when we abandon isolation and why.

Add an explicit metric to count when the original group matches the poller. This is a lot easier to monitor and query compared to finding where the tags match.

What changed?

  • Remove the group that we're currently dispatching the task as from isolation_task_matches_per_tl
  • Create a new metric isolation_success_per_tl any time the group the task is from matches the poller.

Why?

  • Simplify monitoring isolation success rate

How did you test it?

Potential risks

Release notes

Documentation Changes

Remove the isolation group that we're currently dispatching the task as. It isn't useful. We only care whether the original matches the poller.

Add an explicit metric to count when the original group matches the poller. This is a lot easier to monitor and query compared to finding where the tags match.
@natemort natemort merged commit 5f2741e into cadence-workflow:master Apr 4, 2025
21 of 22 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.

3 participants
Morty Proxy This is a proxified and sanitized view of the page, visit original site.