Metadata is returned as 'None' when querying metrics with filter
parameter
#21281
Labels
Client
This issue points to a problem in the data-plane of the library.
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
issue-addressed
Workflow: The Azure SDK team believes it to be addressed and ready to close.
Monitor
Monitor, Monitor Ingestion, Monitor Query
question
The issue doesn't require a change to the product in order to be resolved. Most issues start as that
Milestone
Describe the bug
I am trying to get the eventhub namespace metrics split by the eventhub name. Therefore I am using
*
as the filter value:entityname eq '*'
.The returned data is indeed split by the entity name. However there is no metadata provided. So I am not able to understand
what entities the values belong too.
To Reproduce
I am using this code:
METRICS_RESOURCE_URI
is the the eventhub namespace.Expected behavior
Metadata is returned and contains the name of the event hub.
Screenshots
Here is the output from the above code
Additional context
The metadata is returned correctly with Azure CLI
The text was updated successfully, but these errors were encountered: