We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfd0c38 commit c0b2961Copy full SHA for c0b2961
1 file changed
cmd/pod-scaler/producer.go
@@ -646,6 +646,7 @@ type bigQueryPodMetricsRow struct {
646
}
647
648
func writeMeasuredPodsToBigQuery(ctx context.Context, bqClient *bigquery.Client, projectID, datasetID string, pods []measuredPodData, logger *logrus.Entry) error {
649
+ // Use ci_operator_metrics table with additional fields for measured pod data
650
inserter := bqClient.Dataset(datasetID).Table("ci_operator_metrics").Inserter()
651
652
// Convert to BigQuery rows
0 commit comments