Skip to content

Commit

Permalink
enable scrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
zreigz committed Dec 4, 2023
1 parent 216a6b1 commit dfca307
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/sync/scraper.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ func (engine *Engine) ScrapeKube() {
AddRuntimeServiceInfo(ss.GetLabels(), runtimeServices)
}
}
/* if err := engine.client.RegisterRuntimeServices(runtimeServices, nil); err != nil {
if err := engine.client.RegisterRuntimeServices(runtimeServices, nil); err != nil {
log.Error(err, "failed to register runtime services, this is an ignorable error but could mean your console needs to be upgraded")
}*/
}
}

func AddRuntimeServiceInfo(labels map[string]string, acc map[string]string) {
Expand Down

0 comments on commit dfca307

Please sign in to comment.