Skip to content

Commit f018f0f

Browse files
committed
Merge branch 'main' of github.com:sudarshan12s/opentelemetry-js-contrib
2 parents 8ce3e88 + 9a0f07a commit f018f0f

File tree

1 file changed

+1
-1
lines changed
  • plugins/node/opentelemetry-instrumentation-oracledb

1 file changed

+1
-1
lines changed

plugins/node/opentelemetry-instrumentation-oracledb/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Caveats with ``oracledb`` Thick mode:
5050

5151
| Options | Type | Default | Description |
5252
| ------- | ---- | --------| ----------- |
53-
| `enhancedDatabaseReporting` | `boolean` | `false` | If true, additional details about the sql statement's bind values, ``db.operation.parameter.<key>`` will be attached to the spans generated to represent the database operations inaddition to the SQL statement in ``db.query.text`` |
53+
| `enhancedDatabaseReporting` | `boolean` | `false` | If true, details about the sql statement's bind values (being set on parameters ``db.operation.parameter.<key>``) and the sql string (being set on parameter ``db.query.text``) will be attached to the spans generated |
5454
| `dbStatementDump` | `boolean` | `false` | If true, ``db.query.text`` will contain the sql string in the spans generated |
5555
| `requestHook` | `OracleInstrumentationExecutionRequestHook` (function) | | Function for adding custom span attributes using information about the data for the sql statement being executed |
5656
| `responseHook` | `OracleInstrumentationExecutionResponseHook` (function) | | Function for adding custom span attributes from the db response |

0 commit comments

Comments
 (0)