Skip to content

Commit 8ad893e

Browse files
fix lint issues
1 parent 19c17a2 commit 8ad893e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

receiver/splunkenterprisereceiver/scraper.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2063,8 +2063,8 @@ func (s *splunkScraper) setSearchJobTTLByID(sid string) error {
20632063
}
20642064

20652065
// Scrape Indexer Cluster Manger Status Endpoint
2066-
func (s *splunkScraper) scrapeIndexerClusterManagerStatus(_ context.Context, now pcommon.Timestamp, info infoDict, errs chan error) {
2067-
if !s.conf.MetricsBuilderConfig.Metrics.SplunkIndexerRollingrestartStatus.Enabled {
2066+
func (s *splunkScraper) scrapeIndexerClusterManagerStatus(_ context.Context, now pcommon.Timestamp, _ infoDict, errs chan error) {
2067+
if !s.conf.Metrics.SplunkIndexerRollingrestartStatus.Enabled {
20682068
return
20692069
}
20702070

0 commit comments

Comments
 (0)