Hello @shb256,
That’s odd!
can you use the InfluxDB CLI to check for scrapers:
influx get scrapers
And
influx delete scrapers --id <scraper_id>
Also the error suggests that InfluxDB is trying to scrape data from http://localhost:36358/metrics, which could imply that it’s trying to gather metrics from a service running on your Docker host. Can you:
verify whether there are any services supposed to expose metrics on that port (36358). If not, the target could be wrong.
Also you could inspect influxdb logs
influxd --log-level debug