Skip to content

Commit

Permalink
wired in new scrape
Browse files Browse the repository at this point in the history
  • Loading branch information
shalper2 committed Oct 7, 2024
1 parent a7c6fa1 commit 0e9d240
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions receiver/splunkenterprisereceiver/scraper.go
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ func (s *splunkScraper) scrape(ctx context.Context) (pmetric.Metrics, error) {
s.scrapeAvgIopsByHost,
s.scrapeSchedulerRunTimeByHost,
s.scrapeIndexerAvgRate,
s.scrapeKVStoreStatus,
}
errChan := make(chan error, len(metricScrapes))

Expand Down

0 comments on commit 0e9d240

Please sign in to comment.