feat: Add Prometheus/Grafana monitoring docker profile and restructure config folder#528
Merged
feat: Add Prometheus/Grafana monitoring docker profile and restructure config folder#528
Conversation
tienna
commented
Jul 9, 2025
Contributor
Author
tienna
left a comment
There was a problem hiding this comment.
Typing mistake is fixed by 2nd commit (from 0.0.0 to 0.0.0.0)
matiwinnetou
approved these changes
Jul 11, 2025
09a15c7 to
9f202aa
Compare
… Grafana provisioning. - Added Prometheus as a default data source for Grafana. - Created default dashboard - Added monitoring setup guide documentation for running and accessing the monitoring stack.
…s and topology files
…nclude" This reverts commit cb457d7.
…r genesis and topology files" This reverts commit 3908fa8.
…ction" This reverts commit f358b73.
…olume for containers" This reverts commit 3601c18.
|
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.



Summary
This PR introduces a monitoring setup using Prometheus and Grafana, and restructures the configuration files to improve maintainability and clarity.
Changes
config/node/directory and moved all Cardano node configuration files into it.config/testnet/directory.CARDANO_CONFIG=./config/node/${NETWORK}config/monitoring/directory to hold:prometheus.ymldocker-compose-monitor.yamlto define services for:.env.docker-composeto include new monitoring-related variablesapi/pom.xmlyaci-indexer/pom.xml/actuator/prometheusEkgMetricsandPrometheusPortMotivation
This setup allows developers and operators to monitor the health and performance of the Rosetta-java service, the Cardano node, and the PostgreSQL database.