Skip to content

Commit 3a672ee

Browse files
maheshwaripdcpena
andauthored
Apply suggestions from code review
Co-authored-by: Denise Peña <[email protected]>
1 parent 18e402b commit 3a672ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/docs/queues/observability/metrics.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ Queues export the below metrics within the `queueMessageOperationsAdaptiveGroups
4646
| Metric | GraphQL Field Name | Description |
4747
| ---------------------- | ------------------------- | --------------------------------------------------------------- |
4848
| Total billable operations | `billableOperations` | Sum of billable operations (writes, reads, and deletes) over the time period |
49-
| Total Bytes | `bytes` | SUm of bytes read, written, and deleted from the queue |
50-
| Lag | `lagTime` | Average lag time in milliseconds between when the message was written, and the operation to consume the message. |
49+
| Total Bytes | `bytes` | Sum of bytes read, written, and deleted from the queue |
50+
| Lag | `lagTime` | Average lag time in milliseconds between when the message was written and the operation to consume the message. |
5151
| Retries | `retryCount` | Average number of retries per message |
5252
| Message Size | `messageSize` | Maximum message size over the specified period |
5353

0 commit comments

Comments
 (0)