Add Grafana/Prometheus monitoring, bump p2poolv2 image to 0.15.2 - #2
Open
Juwon-Ogunseye wants to merge 1 commit into
Open
Juwon-Ogunseye wants to merge 1 commit into
Juwon-Ogunseye wants to merge 1 commit into
Conversation
- Bundle prometheus and grafana as additional services in docker-compose.yml, using the existing dashboards/provisioning config already in the p2poolv2 repo (prometheus/grafana/). - Grafana admin password uses Umbrel's $APP_PASSWORD mechanism (deterministicPassword: true in umbrel-app.yml) rather than a hardcoded default. - Bump image tag and version to 0.15.2, which includes the IBD wait-and-retry fix (#616), replacing the stale 0.13.0 image that predated that fix.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Follow-up to the original Umbrel packaging PR (#1), adding real monitoring and picking up the IBD fix.
Grafana/Prometheus monitoring
prometheusandgrafanaas additional services indocker-compose.yml, alongside the existingp2poolv2serviceprometheus/grafana/), nothing built from scratch$APP_PASSWORDmechanism (deterministicPassword: trueinumbrel-app.yml) instead of a hardcoded defaultVersion bump
0.13.0to0.15.2, which includes the IBD wait-and-retry fix (p2poolv2#616) — the old0.13.0image predates that fix and crash-loops while Bitcoin Node is still syncingTesting
Verified locally against a real umbrelOS dev environment: installs cleanly, Bitcoin Node + p2poolv2 + Grafana all come up correctly.