-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(docker): grafana local config + private network (#4299)
* fixed grafana local config + private network * Make grafana-local compatible with iota-private-network * Use external network * Update prometheus.yaml * Make grafana-local compatible with iota-private-network * Add README.md * Format files --------- Co-authored-by: Hans Moog <[email protected]> Co-authored-by: Piotr Macek <[email protected]>
- Loading branch information
1 parent
5494cff
commit 32dca27
Showing
3 changed files
with
42 additions
and
15 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# Prometheus and Grafana monitoring for `iota-private-network` | ||
|
||
This docker-compose configuration allows launching instances of the Prometheus and Grafana applications for monitoring of locally deployed `iota-private-network`. | ||
|
||
In order to run this monitoring setup, you first need to have `iota-private-network` setup running, because it creates the network that Prometheus and Grafana join. | ||
|
||
To deploy the setup, simply run `docker compose up -d`. |
This file contains 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
This file contains 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