Replace 'retina-pods' scrape config with ServiceMonitor
Open
area/metrics
- Dominant language
- Go
- Stars
- 3.2k
- Forks
- 304
- Avg merge
- 1d 16h
- Merged PRs (30d)
- 79
Description
**Current State**
retina-agent pods are being scraped by an additional prometheus scrape config.

ServiceMonitor support was added in this PR: #695
Using ServicMonitors should be the recommended way for adding scrape jobs
**Proposed Update:**
Replace 'retina-pod's job scrape with ServiceMonitor.
- remove additional config
- enable serviceMonitor
- apply necessary relabelings to align with retina-pods job
- update necessary manifests to enable ServiceMonitor

Contributor guide
Assessment
This issue has not been assessed yet.