Skip to content

Commit

Permalink
removing call to replication collector as that endpoint doesn't work …
Browse files Browse the repository at this point in the history
…in the way used.
  • Loading branch information
barney-garrett committed Jul 2, 2020
1 parent 4882780 commit 43de3e3
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions collector/collector.go
Original file line number Diff line number Diff line change
Expand Up @@ -134,12 +134,14 @@ func (e *Exporter) scrape(ch chan<- prometheus.Metric) (up float64) {
}
}
}
err = e.exportReplications(ch)
if err != nil {
return 0
}
//err = e.exportReplications(ch)
//if err != nil {
// return 0
//}
}



// Collect and export system metrics
err = e.exportSystem(license, ch)
if err != nil {
Expand Down

0 comments on commit 43de3e3

Please sign in to comment.