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
Connecting Miners to HashCore Proxy
After starting HashCore Proxy, each miner connects to the proxy as a pool, using the server's IP address and the proxy port number.
External Prometheus Setup
HashCore Proxy exposes metrics in standard Prometheus format for integration with external monitoring systems.