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: develop-docs/sdk/telemetry/traces/modules/queues.mdx
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ The following data attributes are only to be set if exposed by the instrumented
33
33
|`messaging.message.retry.count `| int | the retries/attempts processing a message |
34
34
|`messaging.message.envelope.size`| int | the size of the message body and metadata in bytes |
35
35
|`messaging.message.body.size`| int | the size of the message | body in bytes |
36
-
|`messaging.message.receive.latency `| float | time delta in seconds between a message being published and when it was received by a consumer (not including processing time on the consumer) |
36
+
|`messaging.message.receive.latency `| float | time delta in milliseconds between a message being published and when it was received by a consumer (not including processing time on the consumer) |
0 commit comments