Skip to content
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

fixes a dumb refactoring bug preventing isolation-groups from updating #6488

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

davidporter-id-au
Copy link
Contributor

What changed?
I made a dumb refactoring bug when changing AllIsolationGroups from a static list to a dynamic function. This fixes that and does some small refactoring to allow for tasklist information to be passed in on the partitioner.

Why?

How did you test it?

Potential risks

Release notes

Documentation Changes

@davidporter-id-au davidporter-id-au changed the title fixes a dumb refactoring bug fixes a dumb refactoring bug preventing isolation-groups from updating Nov 8, 2024
return z.metricsClient.Scope(metrics.GetAvailableIsolationGroupsScope).Tagged(metrics.DomainTag(domainName))
return z.metricsClient.Scope(metrics.GetAvailableIsolationGroupsScope).
Tagged(metrics.DomainTag(domainName)).
Tagged(metrics.TaskListTag(tasklistName))
Copy link
Contributor

Choose a reason for hiding this comment

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

thanks!

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