Data Monitoring And Visualization
Built-in Monitoring
HashCore Proxy comes with a ready-to-use monitoring stack — Prometheus and Grafana.
Prometheus — 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 — an open-source visualization tool. It connects to Prometheus, retrieves data, and displays it in the form of convenient graphs and dashboards. You can also configure alerts here when threshold values are reached.
After the system starts, two monitoring interfaces are available:
- Metrics and queries are available in Prometheus.
http://localhost:5010/api/metrics - Monitoring in Grafana is available at
http://localhost:5000