SensorsIot / IOTstack

Docker stack for getting started on IOT on the Raspberry PI
GNU General Public License v3.0
1.44k stars 304 forks source link

Promethius config #620

Closed SimonMcN closed 1 year ago

SimonMcN commented 1 year ago

I think that the file ./volumes/prometheus/data/config/config.yml may be incorrect but I leave it to your judgement.

I think that cadvisor needs to be the name of the container, in this case prometheus-cadvisor. I have made the changes below and they all now show as UP in my local instance @ http://iotstack:9090/targets

scrape_configs:

Paraphraser commented 1 year ago

I believe you are correct. I am going to submit some pull requests to deal with this. Thanks for reporting it.