API to get a list of CloudWatch metric namespaces #3175
Labels
closed-for-staleness
feature-request
New feature or enhancement. May require GitHub community feedback.
p3
This is a minor priority issue
service-api
This issue is due to a problem in a service API, not the SDK implementation.
I want to get a list of the CloudWatch (custom) metrics namespaces.
I can do this with CWL.listMetrics() but if the account has many thousands (> 50k) metrics, this API is very, very slow.
What I want is to just get the top level metric namespaces. The console seems to be able to do this via a custom service API.
Can this API be made public?
The text was updated successfully, but these errors were encountered: