Bug 1791003 - Metric labels set incorrectly during build of console operator [openshift-4.4]
Summary: Metric labels set incorrectly during build of console operator [openshift-4.4]
Keywords:
Status: CLOSED DUPLICATE of bug 1798315
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: Management Console
Version: 4.4
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
: 4.4.0
Assignee: bpeterse
QA Contact: Yadan Pei
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2020-01-14 16:40 UTC by Pawel Krupa
Modified: 2020-02-07 03:55 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2020-02-07 03:55:25 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Pawel Krupa 2020-01-14 16:40:22 UTC
Description of problem:
Following metric labels are not set: `gitCommit` and `gitVersion`. They are returned as `gitCommit="$Format:%H$",gitVersion="v0.0.0-master+$Format:%h$"`

This is the case for openshift-console-operator

Version-Release number of selected component (if applicable):
4.4.0

How reproducible:
Always

Steps to Reproduce:
1. Start a cluster
2. Go to metrics console
3. search for `kubernetes_build_info{job!~"kube-dns|coredns",gitVersion!="v1.17.0"}`

Actual results:
Prometheus returns metrics with invalid label values:
`gitCommit="$Format:%H$" and gitVersion="v0.0.0-master+$Format:%h$"`

Expected results:
Nothing is returned

Additional info:
Frequently happens in CI builds.

Comment 1 bpeterse 2020-02-07 03:55:25 UTC

*** This bug has been marked as a duplicate of bug 1798315 ***


Note You need to log in before you can comment on or make changes to this bug.