Bug 1807858
| Summary: | "openshift_console_operator_build_info" is not exposed for console-operator | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Jakub Hadvig <jhadvig> |
| Component: | Management Console | Assignee: | Jakub Hadvig <jhadvig> |
| Status: | CLOSED ERRATA | QA Contact: | Yadan Pei <yapei> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 4.4 | CC: | aos-bugs, bpeterse, hasha, jokerman |
| Target Milestone: | --- | ||
| Target Release: | 4.4.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-04 11:43:01 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | 1806787 | ||
| Bug Blocks: | |||
|
Description
Jakub Hadvig
2020-02-27 11:38:31 UTC
cherry-pick opened https://github.com/openshift/console-operator/pull/390 [hasha@fedora_pc ~/jenkins_trigger]$ oc -n openshift-console-operator exec console-operator-587679fc64-5td52 -- curl -k -H "Authorization: Bearer $token" 'https://10.128.0.39:8443/metrics' | grep "openshift_console_operator_build_info" % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 46500 0 46500 0 0 367k 0 --:--:-- --:--:-- --:--:-- 369k # HELP openshift_console_operator_build_info [ALPHA] A metric with a constant '1' value labeled by major, minor, git commit & git version from which OpenShift Console Operator was built. # TYPE openshift_console_operator_build_info gauge openshift_console_operator_build_info{gitCommit="d559a43",gitVersion="",major="",minor=""} 1 4.4.0-0.ci-2020-03-06-033233 Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2020:0581 |