Hermes Agent service account
|
5a99928c6f
|
Add ServiceMonitors and Grafana dashboards for Harbor, External-DNS, and Ingress-NGINX
- Created ServiceMonitor for Harbor (harbor-core, harbor-exporter, harbor-jobservice, harbor-registry)
- Port: http-metrics (8001)
- Scrape interval: 30s
- Verified metrics: harbor_core_http_request_duration_seconds_count
- Created ServiceMonitor for External-DNS
- Port: http (7979)
- Scrape interval: 30s
- Verified metrics: external_dns_registry_endpoints_total
- Created ServiceMonitor for Ingress-NGINX
- Port: metrics (10254)
- Scrape interval: 30s
- Verified metrics: nginx_ingress_controller_requests
- Added Grafana dashboards:
- Harbor Overview (dashboard 16366)
- External-DNS (dashboard 15038)
- Ingress-NGINX Controller (dashboard 9614)
All ServiceMonitors deployed and actively scraping. Prometheus targets confirmed UP.
|
2026-06-19 18:26:54 -05:00 |
|
Hermes Agent service account
|
59c83c296b
|
Add Pure FlashArray Grafana dashboard
- Add official Pure Storage FlashArray Overview dashboard (v1.0.6) as ConfigMap
- Dashboard source: github.com/PureStorage-OpenConnect/pure-fa-openmetrics-exporter
- Auto-discovered by Grafana sidecar via grafana_dashboard label
- Update ServiceMonitor to add required labels for dashboard compatibility:
- instance: utilidor (array identifier expected by dashboard)
- env: production (dashboard template variable requirement)
- location: homelab (optional dashboard filter)
- site: main (optional dashboard filter)
- Dashboard includes array capacity, performance, volume stats, host connectivity
|
2026-06-19 17:58:45 -05:00 |
|