Comment on page
Observability and Monitoring
Caldera chains offer advanced observability and monitoring capabilities to help users stay on top of their chain's performance. With a range of tools and metrics at their disposal, users can easily monitor and troubleshoot any issues that may arise. Some specific features include:
- Metrics collection: We use Prometheus to collect a wide range of metrics on the performance of the chain, including the number of transactions and read requests, as well as the load on various processes.
- Visualization: Grafana is used to present the metrics in an easy-to-understand way, allowing users to quickly identify any areas of concern.
- Logging: Cloudwatch is used to collect and save the logs of all processes, which can be referenced in case of any issues.
- Alerting: Grafana can be configured to send alerts to users whenever the chain goes down or processes are under heavy load, allowing users to quickly respond to any problems.
Overall, this comprehensive set of observability and monitoring tools is designed to give users the visibility they need to keep their chain running smoothly and to troubleshoot any issues that may arise.
Last modified 9mo ago