File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -260,7 +260,7 @@ func main() {
260
260
261
261
// Emit CSV metric
262
262
if err = ensureCSVMetric (logger , crClient ); err != nil {
263
- logger .WithError (err ).Fatalf ("error emitting CSV metric " )
263
+ logger .WithError (err ).Fatalf ("error emitting metrics for existing CSV " )
264
264
}
265
265
266
266
// Start the controller manager
@@ -272,7 +272,7 @@ func main() {
272
272
}
273
273
274
274
func ensureCSVMetric (logger * logrus.Logger , c * versioned.Clientset ) error {
275
- logger .Debug ("emitting CSV metric " )
275
+ logger .Debug ("emitting metrics for existing CSVs " )
276
276
listOpts := metav1.ListOptions {}
277
277
csvs , err := c .OperatorsV1alpha1 ().ClusterServiceVersions (metav1 .NamespaceAll ).List (context .TODO (), listOpts )
278
278
if err != nil {
You can’t perform that action at this time.
0 commit comments