You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: plugins/node/opentelemetry-instrumentation-ioredis/README.md
+1
Original file line number
Diff line number
Diff line change
@@ -57,6 +57,7 @@ IORedis instrumentation has few options available to choose from. You can set th
57
57
| ------- | ---- | ----------- |
58
58
|`dbStatementSerializer`|`DbStatementSerializer`| IORedis instrumentation will serialize db.statement using the specified function. |
59
59
|`responseHook`|`RedisResponseCustomAttributeFunction`| Function for adding custom attributes on db response |
60
+
|`requireParentSpan`|`boolean`| Require parent to create ioredis span, default when unset is true |
60
61
61
62
#### Custom db.statement Serializer
62
63
The instrumentation serializes the whole command into a Span attribute called `db.statement`. The standard serialization format is `{cmdName} {cmdArgs.join(',')}`.
0 commit comments