-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add
monitoring
Network to Test Setup
This network contains all agents and their HDSs.
- Loading branch information
Showing
4 changed files
with
162 additions
and
48 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 |
---|---|---|
@@ -1,3 +1,5 @@ | ||
name: fts-test | ||
|
||
networks: | ||
agents: | ||
clinical-domain: | ||
|
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 |
---|---|---|
@@ -1,7 +1,9 @@ | ||
# Monitoring-Util | ||
|
||
This module contains an example configuration to utilize Prometheus to collect metrics from CDA, RDA, and TCA and | ||
visualize them with Grafana. | ||
This module contains an example configuration to utilize Prometheus to collect metrics from | ||
CDA, RDA, and TCA and visualize them with Grafana. | ||
|
||
When using `compose.yaml`make sure to set the NETWORK_NAME environment variable to the same network | ||
of CDA, RDA, and TCA, e.g. `test_agents`, if you are running tests in `.github/test`. | ||
of CDA, RDA, and TCA, e.g. `test_monitoring`, if you are running tests in `.github/test`. | ||
For developer convenience, we set `test_monitoring` as the default. | ||
`` |
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
Oops, something went wrong.