Prometheus module for scraping won't be enabled when metrics-endpoint-relation is added at the deployment time
Bug #2042891 reported by
Samuel Allan
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ceph Monitor Charm |
Fix Committed
|
High
|
Peter Sabaini |
Bug Description
On a fresh deployment, prometheus scraping to collect metrics doesn't work. If the relation between prometheus and ceph-mon is bounced, it begins working:
```
juju remove-relation ceph-mon cos-prometheus
# wait a few minutes
juju relate ceph-mon cos-prometheus
```
I haven't had time to investigate further yet.
tags: | added: field-ceph-dashboard |
To post a comment you must log in.
It seems the metrics server simply isn't running on the ceph-mon unit in this case.