Feature Request P2
Status Update
Comments
mi...@flockfreight.com <mi...@flockfreight.com> #2
I have forwarded this request to the engineering team. We will update this issue with any progress updates and a resolution.
Best Regards,
Josh Moyer
Google Cloud Platform Support
Best Regards,
Josh Moyer
Google Cloud Platform Support
gh...@google.com <gh...@google.com> #3
This is not only useful for IP addresses, but also for many other resources. I understand that names are currently used as identifiers, so this request is probably not trivial to implement. Maybe distinguishing between a (numeric, automatically generated) identifier and a (textual) label is the way to go?
Description
Currently, there is a hard limit to the number of pubsub topics per projecthttps://cloud.google.com/pubsub/quotas#resource_limits . This information isn't programmatically accessible from what I could see. It would be nice to expose a metric for tracking the quota so we can alert on it, feed it into datadog, and ensure our development operations don't come to a standstill. As of now, we have to rely on proxy metrics (review app count) which isn't ideal because the number of topics/subscriptions per review app changes frequently.
Seems like a reasonable enhancement to the api. The same could be implemented for
subscriptions
as well.In the docs these are listed as
resource_limits
so maybe the ask is broader and involves creating metrics around per project resource limits.