Is your feature request related to a problem? Please describe.
The existing metrics provided by the /metrics endpoint are too coarse grained to give useful information about the utilisation of the AWS service broker in our cloud.
Describe the solution you'd like
I'd like to add metrics with service type and service plan type information embedded in it, so we can see not just how much the broker is used, but how much it's used for each service we provide.
Describe alternatives you've considered
We could continuously monitor our CloudFoundry spaces and see what is being deployed. In reality it's much easier to just scrape the data from the service brokers metrics endpoint.
Is your feature request related to a problem? Please describe. The existing metrics provided by the
/metrics
endpoint are too coarse grained to give useful information about the utilisation of the AWS service broker in our cloud.Describe the solution you'd like I'd like to add metrics with service type and service plan type information embedded in it, so we can see not just how much the broker is used, but how much it's used for each service we provide.
Describe alternatives you've considered We could continuously monitor our CloudFoundry spaces and see what is being deployed. In reality it's much easier to just scrape the data from the service brokers metrics endpoint.
Additional context This request supercedes #219