Update otel #78860
Annotations
9 errors
Lint
could not import go.opentelemetry.io/collector/receiver/scraperhelper (-: # go.opentelemetry.io/collector/receiver/scraperhelper
|
Lint
cannot use scrp.Scrape (value of type func(context.Context) (pmetric.Metrics, error)) as context.Context value in argument to scraper.NewMetrics: func(context.Context) (pmetric.Metrics, error) does not implement context.Context (missing method Deadline)
|
Lint
cannot use scraper.WithStart(scrp.Start) (value of type scraper.Option) as scraper.Settings value in argument to scraper.NewMetrics
|
Lint
cannot use scraper.WithShutdown(scrp.Shutdown) (value of type scraper.Option) as scraper.ScrapeMetricsFunc value in argument to scraper.NewMetrics
|
Lint
cannot use obsScrp (variable of type scraper.ScrapeMetricsFunc) as context.Context value in argument to scraper.NewMetrics: scraper.ScrapeMetricsFunc does not implement context.Context (missing method Deadline)
|
Lint
cannot use scraper.WithStart(sc.scrapers[i].Start) (value of type scraper.Option) as scraper.Settings value in argument to scraper.NewMetrics
|
Lint
cannot use scraper.WithShutdown(sc.scrapers[i].Shutdown) (value of type scraper.Option) as scraper.ScrapeMetricsFunc value in argument to scraper.NewMetrics) (typecheck)
|
Lint
expected.CollectionInterval undefined (type *Config has no field or method CollectionInterval) (typecheck)
|
Lint
Process completed with exit code 2.
|
Loading