kyma-project / kyma-environment-broker

Kyma Environment Broker
Apache License 2.0
0 stars 22 forks source link

SB: Metrics #1359

Open ralikio opened 6 days ago

ralikio commented 6 days ago

Consider and create metrics for usage etc. for Kyma Service Bindings.

piotrmiskiewicz commented 2 days ago

Metrics proposal:

  1. Number of All Bindings, labeled by the plan
  2. Number of not expired Bindings, labeled by the plan
  3. Average number of not expired bindings per SI with bindings, labeled by the plan
  4. Time of Bind request processing
  5. Time of Unbind request processing
  6. Maximum time to wait for expiration deletion - how long the binding is waiting to be deleted after the expiration: max(now - binding.ExpiredAt). If the value is big then we see that something is wrong with the Job.