Data Monitoring And Visualization
Built-in Monitoring
HashCore Proxy comes with a ready-made monitoring stack — Prometheus and Grafana. Two monitoring interfaces are available after launch.
HashCore Proxy comes with a ready-made monitoring stack — Prometheus and Grafana.
Prometheus is an open-source monitoring tool. It collects system metrics and stores them as time series: each value is saved with a precise timestamp, allowing you to track changes in metrics over time.
Grafana is an open-source visualization tool. It connects to Prometheus, retrieves data, and displays it as convenient charts and dashboards. Alerts can also be configured when threshold values are reached.
After starting the system, two monitoring interfaces are available:
- Metrics and queries — Prometheus:
http://localhost:5010/api/metrics - Monitoring — Grafana:
http://localhost:5000