Uploaded image for project: 'OCP Technical Release Team'
  1. OCP Technical Release Team
  2. TRT-2049

operator-watch-requests generating empty autodl results

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Major Major
    • None
    • None
    • None
    • False
    • None
    • False

      Noted in slack thread the watch counts dashboard stopped showing data for 4.19.

      I see data on 2/9 but not 2/10

      SELECT * FROM `openshift-ci-data-analysis.ci_data_autodl.operator_watch_requests` AS Watches
      
      INNER JOIN openshift-gce-devel.ci_analysis_us.jobs AS JobRuns ON JobRuns.prowjob_build_id = Watches.JobRunName
      INNER JOIN openshift-ci-data-analysis.ci_data.JobsWithVariants AS Jobs on Jobs.JobName = JobRuns.prowjob_job_name
      
      WHERE Platform = "aws" 
      AND Release = "4.19"
      AND TIMESTAMP_TRUNC(PartitionTime, DAY) = TIMESTAMP("2025-02-10") LIMIT 1000
      

      Grafana view

            [TRT-2049] operator-watch-requests generating empty autodl results

            Forrest Babcock added a comment - This appears to first show up in 4.19.0-0.nightly-2025-02-04-040251 4.19.0-0.nightly-2025-02-03-203859 compare to 4.19.0-0.nightly-2025-02-04-040251 includes log only deprecated api requests which was an unrevert of a revert of kubernetes#2067 which also shows the same empty operator-watch-requests

            The last payload that I see data for the aws micro upgrade is from 4.19.0-0.nightly-2025-02-08-222418

            The next one 4.19.0-0.nightly-2025-02-09-064636 does not.

            Forrest Babcock added a comment - The last payload that I see data for the aws micro upgrade is from 4.19.0-0.nightly-2025-02-08-222418 The next one 4.19.0-0.nightly-2025-02-09-064636 does not.

              rh-ee-fbabcock Forrest Babcock
              rh-ee-fbabcock Forrest Babcock
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated: