Skip to content

Commit

Permalink
Enable BigQueryMetrics by default (#31015)
Browse files Browse the repository at this point in the history
  • Loading branch information
JayajP committed Apr 30, 2024
1 parent 356311f commit 4a134b5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -612,7 +612,7 @@ public static void main(String[] args) throws Exception {
MetricsEnvironment.setProcessWideContainer(new MetricsLogger(null));

if (options.isEnableStreamingEngine()
&& DataflowRunner.hasExperiment(options, "enable_per_worker_metrics")) {
&& !DataflowRunner.hasExperiment(options, "disable_per_worker_metrics")) {
enableBigQueryMetrics();
}

Expand Down

0 comments on commit 4a134b5

Please sign in to comment.