-
Bug
-
Resolution: Unresolved
-
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
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