Robert
Robert
It works fine on 12.0.2.
The device is https://www.amazon.com/dp/B08246MCL5, a generic WROOM-32 dev board. I've been looking for a way to interpret the Backtrace, but not finding it.
It will break things.
FYI, Tom Metro is working on this.
Hi Jay, I'll email you off-bug to to discuss more. -R
Poking at the code today to see if I could fix this, looks like it's already possible. ``` spec: ... labels: exporter: prometheus: perl ``` These labels are applied to...
At a minimum, maybe an `exporter:` example could be added to the docs? (I can send a PR if you agree.) https://rook.io/docs/rook/latest-release/Storage-Configuration/Monitoring/ceph-monitoring/?h=monitoring#using-custom-label-selectors-in-prometheus I think our expectation was that the `monitoring:`...
Good news: The prometheus module doesn't fail on startup. Bad news: Metric collection doesn't work. Hitting the /metrics endpoint results in... ``` debug 2024-01-12T17:02:59.686+0000 7fcf92f16700 0 [prometheus ERROR root] failed...
The `v1` patch fixes the issue for me. podip:9223/metrics returns metrics again! Thank you!