Meter Usage Analytics adds support for filtering multiple tenants and dimension valuesBreaking changes
What’s new
Updates the tenant_filters and dimension_filters parameters in the Meter Usage Analytics API to accept an array of strings instead of a single string value. This change allows you to filter meter usage data across multiple tenants or dimension values in a single API call.
Previously, each filter parameter accepted only a single string value, requiring multiple API calls to retrieve usage data for different tenant or dimension combinations.
Why is this a breaking change?
Existing integrations that pass single string values receive validation errors until they’re updated to use the array format. This breaking change enables more flexible filtering capabilities that support querying usage data across multiple values simultaneously, reducing the number of API calls needed for complex usage reporting scenarios.
Impact
You must update your integration to pass arrays of strings for the tenant_ and dimension_ parameters when retrieving meter usage analytics. If your integration currently passes single string values, you need to wrap them in arrays.