Bug 1820204
Summary: | Several metal3 metrics don't appear on the fresh cluster, but only after the first event they measure | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Sasha Smolyak <ssmolyak> | ||||||
Component: | Bare Metal Hardware Provisioning | Assignee: | Zane Bitter <zbitter> | ||||||
Bare Metal Hardware Provisioning sub component: | baremetal-operator | QA Contact: | Amit Ugol <augol> | ||||||
Status: | CLOSED NOTABUG | Docs Contact: | |||||||
Severity: | medium | ||||||||
Priority: | medium | CC: | aos-bugs, beth.white, dmaizel, zbitter | ||||||
Version: | 4.4 | Keywords: | Triaged | ||||||
Target Milestone: | --- | ||||||||
Target Release: | 4.5.0 | ||||||||
Hardware: | Unspecified | ||||||||
OS: | Unspecified | ||||||||
Whiteboard: | |||||||||
Fixed In Version: | Doc Type: | If docs needed, set a value | |||||||
Doc Text: | Story Points: | --- | |||||||
Clone Of: | Environment: | ||||||||
Last Closed: | 2020-05-19 19:16:04 UTC | Type: | Bug | ||||||
Regression: | --- | Mount Type: | --- | ||||||
Documentation: | --- | CRM: | |||||||
Verified Versions: | Category: | --- | |||||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||
Cloudforms Team: | --- | Target Upstream Version: | |||||||
Embargoed: | |||||||||
Attachments: |
|
Description
Sasha Smolyak
2020-04-02 13:59:39 UTC
Created attachment 1675777 [details]
before power off
These are all metrics that include labels. Since there's no way to know in advance which labels will show up, I guess the Prometheus client can't create anything until they start appearing. In effect every combination of labels is a separate metric that gets created on the fly when needed. However, I can see that metal3_host_config_data_error_total isn't correctly registered in the code though. I've posted a fix in https://github.com/metal3-io/baremetal-operator/pull/532 but I don't think it will make any difference to this issue, since the other metrics mentioned are already registered. *** Bug 1868411 has been marked as a duplicate of this bug. *** |