File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/content/docs/queues/observability Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments