|
284 | 284 | "description": "Enables the DB statement sanitization.", |
285 | 285 | "defaultValue": true |
286 | 286 | }, |
| 287 | + { |
| 288 | + "name": "otel.instrumentation.common.db-statement-sanitizer.ansi-quotes", |
| 289 | + "type": "java.lang.Boolean", |
| 290 | + "description": "Sets whether the SQL sanitizer should treat double-quoted fragments as string literals or identifiers. By default, double quotes are used for string literals. When the sanitizer is able to detect that the used database does not support double-quoted string literals then this flag will be automatically switched.", |
| 291 | + "defaultValue": false |
| 292 | + }, |
287 | 293 | { |
288 | 294 | "name": "otel.instrumentation.common.default-enabled", |
289 | 295 | "type": "java.lang.Boolean", |
|
357 | 363 | "description": "Enables the DB statement sanitization.", |
358 | 364 | "defaultValue": true |
359 | 365 | }, |
| 366 | + { |
| 367 | + "name": "otel.instrumentation.jdbc.statement-sanitizer.ansi-quotes", |
| 368 | + "type": "java.lang.Boolean", |
| 369 | + "description": "Sets whether the SQL sanitizer should treat double-quoted fragments as string literals or identifiers. By default, double quotes are used for string literals. When the sanitizer is able to detect that the used database does not support double-quoted string literals then this flag will be automatically switched.", |
| 370 | + "defaultValue": false |
| 371 | + }, |
360 | 372 | { |
361 | 373 | "name": "otel.instrumentation.jdbc.experimental.capture-query-parameters", |
362 | 374 | "type": "java.lang.Boolean", |
|
518 | 530 | "description": "Enables the DB statement sanitization.", |
519 | 531 | "defaultValue": true |
520 | 532 | }, |
| 533 | + { |
| 534 | + "name": "otel.instrumentation.r2dbc.statement-sanitizer.ansi-quotes", |
| 535 | + "type": "java.lang.Boolean", |
| 536 | + "description": "Sets whether the SQL sanitizer should treat double-quoted fragments as string literals or identifiers. By default, double quotes are used for string literals. When the sanitizer is able to detect that the used database does not support double-quoted string literals then this flag will be automatically switched.", |
| 537 | + "defaultValue": false |
| 538 | + }, |
521 | 539 | { |
522 | 540 | "name": "otel.instrumentation.runtime-telemetry.capture-gc-cause", |
523 | 541 | "type": "java.lang.Boolean", |
|
0 commit comments