Skip to content

Commit

Permalink
[receiver/tlscheck] Implement Scraper
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-burt committed Dec 7, 2024
1 parent db44434 commit 1204e18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion receiver/tlscheckreceiver/factory.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ func newReceiver(
}

mp := newScraper(tlsCheckConfig, settings, getConnectionState)
s, err := scraperhelper.NewScraperWithoutType(mp.scrape)
s, err := scraperhelper.NewScraper(mp.scrape)

Check failure on line 50 in receiver/tlscheckreceiver/factory.go

View workflow job for this annotation

GitHub Actions / govulncheck (receiver-3)

undefined: scraperhelper.NewScraper
if err != nil {
return nil, err
}
Expand Down

0 comments on commit 1204e18

Please sign in to comment.