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.
|`publishHook`|`strAmqplibPublishCustomAttributeFunctioning`| hook for adding custom attributes before publish message is sent |
36
+
|`publishHook`|`AmqplibPublishCustomAttributeFunction`| hook for adding custom attributes before publish message is sent |
37
37
|`consumeHook`|`AmqplibConsumerCustomAttributeFunction`| hook for adding custom attributes before consumer message is processed |
38
-
|`consumeEndHook`|`strAmqplibPublishCustomAttributeFunctioning`| hook for adding custom attributes after consumer message is acked to server |
38
+
|`consumeEndHook`|`AmqplibConsumerEndCustomAttributeFunction`| hook for adding custom attributes after consumer message is acked to server |
39
39
|`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 |
40
40
|`consumeTimeoutMs`|`number`| default is 1 minute. read [description below](#InstrumentationTimeout)|
0 commit comments