You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What would you like to be added:
In version v0.50.0 of MCM new metrics were added to record cloud provider api request durations and failures. It is for the provider's to implement the logic of updating these metrics at the appropriate points in the code base based on their driver activity with the provider.
As a part of this issue, the provider needs to record requests_failed_total, requests_total and api_request_duration_seconds metrics. Refer mcm-provider-az repo to see how they are implemented for Azure API calls.
What would you like to be added:
In version v0.50.0 of MCM new metrics were added to record cloud provider api request durations and failures. It is for the provider's to implement the logic of updating these metrics at the appropriate points in the code base based on their driver activity with the provider.
As a part of this issue, the provider needs to record
requests_failed_total
,requests_total
andapi_request_duration_seconds
metrics. Refermcm-provider-az
repo to see how they are implemented for Azure API calls.Why is this needed:
Corresponding MCM issue :- gardener/machine-controller-manager#872
The text was updated successfully, but these errors were encountered: