@@ -33,12 +33,12 @@ Queues export the below metrics within the `queueConsumerMetricsAdaptiveGroups`
3333| ---------------------- | ------------------------- | --------------------------------------------------------------- |
3434| Avg. Consumer Concurrency | ` concurrency ` | Average number of concurrent consumers over the period |
3535
36- The ` queuesBacklogAdaptiveGroups ` dataset provides the following dimensions for filtering and grouping queries:
36+ The ` queueConsumerMetricsAdaptiveGroups ` dataset provides the following dimensions for filtering and grouping queries:
3737* ` queueID ` - ID of the queue
38- * ` datetime ` - Timestamp for when the message was sent
39- * ` date ` - Timestamp for when the message was sent , truncated to the start of a day
40- * ` datetimeHour ` - Timestamp for when the message was sent , truncated to the start of an hour
41- * ` datetimeMinute ` - Timestamp for when the message was sent , truncated to the start of a minute
38+ * ` datetime ` - Timestamp for the consumer metrics
39+ * ` date ` - Timestamp for the consumer metrics , truncated to the start of a day
40+ * ` datetimeHour ` - Timestamp for the consumer metrics , truncated to the start of an hour
41+ * ` datetimeMinute ` - Timestamp for the consumer metrics , truncated to the start of a minute
4242
4343### Message operations
4444Queues export the below metrics within the ` queueMessageOperationsAdaptiveGroups ` dataset.
@@ -51,7 +51,7 @@ Queues export the below metrics within the `queueMessageOperationsAdaptiveGroups
5151| Retries | ` retryCount ` | Average number of retries per message |
5252| Message Size | ` messageSize ` | Maximum message size over the specified period |
5353
54- The ` queuesBacklogAdaptiveGroups ` dataset provides the following dimensions for filtering and grouping queries:
54+ The ` queueMessageOperationsAdaptiveGroups ` dataset provides the following dimensions for filtering and grouping queries:
5555* ` queueID ` - ID of the queue
5656* ` actionType ` - The type of message operation. Can be ` WriteMessage ` , ` ReadMessage ` or ` DeleteMessage `
5757* ` consumerType ` - The queue consumer type. Can be ` worker ` or ` http ` . Only applicable for ` ReadMessage ` and ` DeleteMessage ` action types
@@ -61,7 +61,6 @@ The `queuesBacklogAdaptiveGroups` dataset provides the following dimensions for
6161* ` datetimeHour ` - Timestamp for the message operation, truncated to the start of an hour
6262* ` datetimeMinute ` - Timestamp for the message operation, truncated to the start of a minute
6363
64-
6564## Example GraphQL Queries
6665
6766### Get average queue backlog over time period
0 commit comments