From 8258f601d86096c2b57e15a33fe766b5542852a5 Mon Sep 17 00:00:00 2001 From: otelbot <197425009+otelbot@users.noreply.github.com> Date: Thu, 16 Oct 2025 02:20:36 +0000 Subject: [PATCH] chore: update instrumentation list [automated] --- docs/instrumentation-list.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/instrumentation-list.yaml b/docs/instrumentation-list.yaml index ced2948a440f..36872058647c 100644 --- a/docs/instrumentation-list.yaml +++ b/docs/instrumentation-list.yaml @@ -5149,6 +5149,11 @@ libraries: and ROLLBACK operations. type: boolean default: false + - name: otel.instrumentation.jdbc.experimental.sqlcommenter.enabled + description: | + Enables augmenting queries with a comment containing the tracing information. See [sqlcommenter](https://google.github.io/sqlcommenter/) for more info. WARNING: augmenting queries with tracing context will make query texts unique, which may have adverse impact on database performance. Consult with database experts before enabling. + type: boolean + default: false - name: otel.instrumentation.common.peer-service-mapping description: Used to specify a mapping from host names or IP addresses to peer services.