Monitoring
6.1 Prometheus Configuration
yaml
Copy
# /etc/prometheus/prometheus.yml
scrape_configs:
- job_name: 'netpack'
static_configs:
- targets: ['localhost:9090']
metrics_path: '/metrics'
6.2 Monitoring Metrics
-
Package download rates
-
Storage utilization
-
ork bandwidth
-
Node health status
-
Cache hit rates