File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
robusta_krr/core/integrations/prometheus/metrics_service Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -76,14 +76,14 @@ def __init__(
7676 self .ssl_enabled = settings .prometheus_ssl_enabled
7777
7878 if settings .openshift :
79- logging .info ("Openshift flag is set, trying to load token from service account." )
79+ logger .info ("Openshift flag is set, trying to load token from service account." )
8080 openshift_token = openshift .load_token ()
8181
8282 if openshift_token :
83- logging .info ("Openshift token is loaded successfully." )
83+ logger .info ("Openshift token is loaded successfully." )
8484 self .auth_header = self .auth_header or f"Bearer { openshift_token } "
8585 else :
86- logging .warning ("Openshift token is not found, trying to connect without it." )
86+ logger .warning ("Openshift token is not found, trying to connect without it." )
8787
8888 self .prometheus_discovery = self .service_discovery (api_client = self .api_client )
8989
You can’t perform that action at this time.
0 commit comments