-
Notifications
You must be signed in to change notification settings - Fork 3.3k
[Monitor] Azure Monitor Essentials 100% depth Support #17472
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
[Monitor] Azure Monitor Essentials 100% depth Support #17472
Conversation
|
Monitor |
| return _generic_table_convert(results, row_convert) | ||
|
|
||
|
|
||
| def metrics_namespaces_table(results): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why do we need the transform?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
By default metricNamespaceName will not show as a table column because it's the second level property.
ToddKingMSFT
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In the example documentation, why do we have a placeholder for subscription id but resource group and the resource name have real values?
/subscriptions/{subscriptionID}/resourceGroups/Space1999/providers/Microsoft.Network/networkSecurityGroups/ADDS-NSG
It seems like it should be consistent like
/subscriptions/{subscriptionID}/resourceGroups/{resourceGroup}/Microsoft.Network/networkSecurityGroups/{resourceName}
I will fix it. Thanks. |
Description
Testing Guide
History Notes
[Monitor] Add new command
az monitor metrics list-namespacesThis checklist is used to make sure that common guidelines for a pull request are followed.
The PR title and description has followed the guideline in Submitting Pull Requests.
I adhere to the Command Guidelines.
I adhere to the Error Handling Guidelines.