Skip to content

Commit 172dd9d

Browse files
committed
chore: fix comment
1 parent dba7f5a commit 172dd9d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

java-bigquery/google-cloud-bigquery-jdbc/src/main/java/com/google/cloud/bigquery/jdbc/BigQueryJdbcOpenTelemetry.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ public static OpenTelemetry getOpenTelemetry(
295295
props.put(GOOGLE_CLOUD_PROJECT, gcpTelemetryProjectId);
296296
}
297297

298-
// Set safe, generous default limits on attribute value lengths (60KB) to protect
298+
// Set safe, generous default limits on attribute value lengths (32KB) to protect
299299
// customers from GCP Cloud Trace 64KB span ingestion failures when logging massive
300300
// exception stack traces or database schema metadata.
301301
// Respect any existing user configuration overrides.

0 commit comments

Comments
 (0)