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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add support for Azure Monitor Action Groups #2351

Merged
merged 8 commits into from
Mar 14, 2023

Conversation

tim775
Copy link
Member

@tim775 tim775 commented Mar 13, 2023

No description provided.

@tim775 tim775 requested a review from hugorut March 13, 2023 17:18
@tim775 tim775 self-assigned this Mar 13, 2023
@tim775 tim775 marked this pull request as draft March 13, 2023 17:44
Copy link
Contributor

@hugorut hugorut left a comment

Choose a reason for hiding this comment

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

Nice

Comment on lines +84 to +93
if f.Type() == reflect.MapOf(strType, float64Type) {
m := make(map[string]float64)
for k, v := range u.Get(usageKey).Map() {
m[k] = v.Float()
}

f.Set(reflect.ValueOf(m))

continue
}
Copy link
Contributor

Choose a reason for hiding this comment

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

馃殌

@tim775 tim775 marked this pull request as ready for review March 14, 2023 14:12
@tim775 tim775 merged commit 225d935 into master Mar 14, 2023
@tim775 tim775 deleted the feat/add_azure_monitor branch March 14, 2023 14:13
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.

None yet

2 participants