Skip to content

Commit 079b13c

Browse files
committed
fix
1 parent 3815235 commit 079b13c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/ja/other/opentelemetry-collector/8-develop/5-business-logic.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ func newScraper(cfg *Config, set receiver.CreateSettings) (scraperhelper.Scraper
6767
)
6868
}
6969

70-
func (scraper) scrape(ctx context.Context) (pmetric.Metrics, error) {
70+
func (s scraper) scrape(ctx context.Context) (pmetric.Metrics, error) {
7171
// To be filled in
7272
return pmetric.NewMetrics(), nil
7373
}

0 commit comments

Comments
 (0)