forked from gcgarner/IOTstack
-
Notifications
You must be signed in to change notification settings - Fork 309
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Promethius config #620
Comments
I believe you are correct. I am going to submit some pull requests to deal with this. Thanks for reporting it. |
Paraphraser
added a commit
to Paraphraser/IOTstack
that referenced
this issue
Nov 8, 2022
Per issue SensorsIot#620, the default `config.yml` should reference: - `prometheus-cadvisor:8080` not `cadvisor:8080` - `prometheus-nodeexporter:9100` not `nodeexporter:9100` Master branch doco updated to add migration tips. Fixes SensorsIot#620 Signed-off-by: Phill Kelley <[email protected]>
Paraphraser
added a commit
to Paraphraser/IOTstack
that referenced
this issue
Nov 8, 2022
Per issue SensorsIot#620, the default `config.yml` should reference: - `prometheus-cadvisor:8080` not `cadvisor:8080` - `prometheus-nodeexporter:9100` not `nodeexporter:9100` Signed-off-by: Phill Kelley <[email protected]>
Paraphraser
added a commit
to Paraphraser/IOTstack
that referenced
this issue
Nov 8, 2022
Per issue SensorsIot#620, the default `config.yml` should reference: - `prometheus-cadvisor:8080` not `cadvisor:8080` - `prometheus-nodeexporter:9100` not `nodeexporter:9100` Signed-off-by: Phill Kelley <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
static_configs:
The text was updated successfully, but these errors were encountered: