Skip to content

Commit 61d6137

Browse files
authored
fix: message.receive.latency should be in ms not seconds (#14136)
Fix the docs, because they are wrong.
1 parent b0bc54c commit 61d6137

File tree

1 file changed

+1
-1
lines changed
  • develop-docs/sdk/telemetry/traces/modules

1 file changed

+1
-1
lines changed

develop-docs/sdk/telemetry/traces/modules/queues.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ The following data attributes are only to be set if exposed by the instrumented
3333
| `messaging.message.retry.count ` | int | the retries/attempts processing a message |
3434
| `messaging.message.envelope.size` | int | the size of the message body and metadata in bytes |
3535
| `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) |
3737

3838
## Instrumentation
3939

0 commit comments

Comments
 (0)