Add Trading Limit tracking and grafana charts #45
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.
Description
This PR adds comprehensive monitoring for trading limits in the Broker contract and improves the overall alerting infrastructure.
✨ Features
🐛 Bug Fixes & Improvements
JSON.stringifyfor better debuggingHow to review
1. Check out this branch locally
2. Verify Trading Limits Metrics Work
# Build and start the service pnpm install pnpm build pnpm startThen check the Prometheus endpoint at
http://localhost:9090/metricsand verify you see metrics like:Broker_tradingLimitsState_netflow0Broker_tradingLimitsState_netflow1Broker_tradingLimitsState_netflowGlobalBroker_tradingLimitsConfig_limit0Broker_tradingLimitsConfig_limit1Broker_tradingLimitsConfig_limitGlobal3. Review the Dashboard
The grafana dashboard should have a Trading LImits section now https://clabsmento.grafana.net/d/ee2mj53n58v0ge/aegis-on-chain-metrics?from=now-30m&to=now&orgId=1&timezone=browser
4. Review the Code
Focus on these key areas: