Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 1905418

Summary: [sig-instrumentation] Prometheus when installed on the cluster should report telemetry if a cloud.openshift.com token is present [Late]
Product: OpenShift Container Platform Reporter: Lukasz Szaszkiewicz <lszaszki>
Component: MonitoringAssignee: Sergiusz Urbaniak <surbania>
Status: CLOSED DUPLICATE QA Contact: Junqi Zhao <juzhao>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 4.7CC: alegrand, anpicker, erooth, kakkoyun, lcosic, mloibl, pkrupa, spasquie, surbania
Target Milestone: ---   
Target Release: 4.7.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
[sig-instrumentation] Prometheus when installed on the cluster should report telemetry if a cloud.openshift.com token is present [Late]
Last Closed: 2020-12-08 10:21:23 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:

Description Lukasz Szaszkiewicz 2020-12-08 10:07:26 UTC
test:
[sig-instrumentation] Prometheus when installed on the cluster should report telemetry if a cloud.openshift.com token is present [Late] 

is failing frequently in CI, see search results:
https://search.ci.openshift.org/?maxAge=168h&context=1&type=bug%2Bjunit&name=&maxMatches=5&maxBytes=20971520&groupBy=job&search=%5C%5Bsig-instrumentation%5C%5D+Prometheus+when+installed+on+the+cluster+should+report+telemetry+if+a+cloud%5C.openshift%5C.com+token+is+present+%5C%5BLate%5C%5D

For example https://prow.ci.openshift.org/view/gs/origin-ci-test/logs/release-openshift-okd-installer-e2e-aws-4.7/1336212855799681024


fail [github.com/openshift/origin/test/extended/prometheus/prometheus.go:158]: Unexpected error:
    <errors.aggregate | len:2, cap:2>: [
        {
            s: "query failed: metricsclient_request_send{client=\"federate_to\",job=\"telemeter-client\",status_code=\"200\"} >= 1: promQL query: metricsclient_request_send{client=\"federate_to\",job=\"telemeter-client\",status_code=\"200\"} >= 1 had reported incorrect results:\n[]",
        },
        {
            s: "query failed: federate_samples{job=\"telemeter-client\"} >= 10: promQL query: federate_samples{job=\"telemeter-client\"} >= 10 had reported incorrect results:\n[]",
        },
    ]
    [query failed: metricsclient_request_send{client="federate_to",job="telemeter-client",status_code="200"} >= 1: promQL query: metricsclient_request_send{client="federate_to",job="telemeter-client",status_code="200"} >= 1 had reported incorrect results:
    [], query failed: federate_samples{job="telemeter-client"} >= 10: promQL query: federate_samples{job="telemeter-client"} >= 10 had reported incorrect results:
    []]
occurred