awslabs / aws-servicebroker

AWS Service Broker
Apache License 2.0
468 stars 131 forks source link

Extend metrics to include breakdown by service type and plan #224

Closed tealeg closed 3 years ago

tealeg commented 3 years ago

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

tealeg commented 3 years ago

It seems any solution to this will involve the upstream osb-broker-lib