Skip to content

Commit 19236c1

Browse files
feat: local-environemnt-dynamic support for 0 registered validators and increase Cardano TX size limits
1 parent d76c0b7 commit 19236c1

File tree

5 files changed

+897
-742
lines changed

5 files changed

+897
-742
lines changed

dev/local-environment-dynamic/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,11 @@ You can also monitor logs directly from the command line:
113113
- **Full stack setup progress**: `docker logs partner-chains-setup -f`
114114
- **Partner Chains node startup**: `docker logs partner-chains-node-permissioned-1 -f` (or any other node).
115115

116+
You can view exposed prometheus metrics with:
117+
`docker exec -it partner-chains-node-permissioned-1 curl http://localhost:9615/metrics`
118+
119+
Or deploy a local prometheus + grafana stack and scrape the unique exposed ports.
120+
116121
### 4. Stop the Environment
117122

118123
To tear down the environment and remove all data, it is mandatory to also wipe all volumes.

0 commit comments

Comments
 (0)