prometheus:
prometheusSpec:
additionalScrapeConfigs:
- job_name: "mirror-servers"
static_configs:
- targets: ["mirror1.example.org:9100", "mirror2.example.org:9100"]
- job_name: "tor-node"
metrics_path: /metrics
static_configs:
- targets: ["tor-node.example.org:9151"]
Snippet (values.yaml for Prometheus):
Research: