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
{{ message }}
This repository was archived by the owner on Oct 31, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: packages/instrumentation-sequelize/README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,6 +44,8 @@ Sequelize instrumentation has few options available to choose from. You can set
44
44
|`responseHook`|`SequelizeResponseCustomAttributesFunction`| Hook called before response is returned, which allows to add custom attributes to span. |
45
45
|`ignoreOrphanedSpans`|`boolean`| Set to true if you only want to trace operation which has parent spans |
46
46
|`moduleVersionAttributeName`|`string`| If passed, a span attribute will be added to all spans with key of the provided `moduleVersionAttributeName` and value of the patched module version |
47
+
|`suppressInternalInstrumentation`|`boolean`| Sequelize operation use db libs under the hood. Setting this to true will hide the underlying spans (if instrumented). |
48
+
47
49
48
50
## Semantic Behavior
49
51
Internal implementation queries generated on startup from connection-manager are not instrumented.
0 commit comments