Vadim Ermolin
12/03/2024, 10:51 AMotel-collector-metrics
component like that:
receivers:
prometheus:
config:
scrape_configs:
- job_name: ceph-prometheus-collector
scheme: http
scrape_interval: 60s
static_configs:
- targets:
- ceph.ceph-csi-8nzj293m.svc.cluster.local:9002
- job_name: generic-collector
kubernetes_sd_configs:
- role: pod
relabel_configs:
...
...
...
No errors in metrics collector, after half an hour also no metrics in the storage. What could go wrong? 🙂Srikanth Chekuri
12/03/2024, 1:29 PMSrikanth Chekuri
12/03/2024, 1:30 PMVadim Ermolin
12/03/2024, 2:24 PM