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: packages/rabbitmq/data_stream/queue/fields/fields.yml
+13Lines changed: 13 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -25,55 +25,68 @@
25
25
The state of the queue. Normally 'running', but may be `"{syncing, MsgCount}"` if the queue is synchronising. Queues which are located on cluster nodes that are currently down will be shown with a status of 'down'.
26
26
- name: arguments.max_priority
27
27
type: long
28
+
metric_type: gauge
28
29
description: |
29
30
Maximum number of priority levels for the queue to support.
30
31
- name: consumers.count
31
32
type: long
33
+
metric_type: gauge
32
34
description: |
33
35
Number of consumers.
34
36
- name: consumers.utilisation.pct
35
37
type: long
36
38
format: percent
39
+
metric_type: gauge
37
40
description: |
38
41
Fraction of the time (between 0.0 and 1.0) that the queue is able to immediately deliver messages to consumers. This can be less than 1.0 if consumers are limited by network congestion or prefetch count.
39
42
- name: messages.total.count
40
43
type: long
44
+
metric_type: gauge
41
45
description: |
42
46
Sum of ready and unacknowledged messages (queue depth).
43
47
- name: messages.total.details.rate
44
48
type: float
49
+
metric_type: gauge
45
50
description: |
46
51
How much the queue depth has changed per second in the most recent sampling interval.
47
52
- name: messages.ready.count
48
53
type: long
54
+
metric_type: gauge
49
55
description: |
50
56
Number of messages ready to be delivered to clients.
51
57
- name: messages.ready.details.rate
52
58
type: float
59
+
metric_type: gauge
53
60
description: |
54
61
How much the count of messages ready has changed per second in the most recent sampling interval.
55
62
- name: messages.unacknowledged.count
56
63
type: long
64
+
metric_type: gauge
57
65
description: |
58
66
Number of messages delivered to clients but not yet acknowledged.
59
67
- name: messages.unacknowledged.details.rate
60
68
type: float
69
+
metric_type: gauge
61
70
description: |
62
71
How much the count of unacknowledged messages has changed per second in the most recent sampling interval.
63
72
- name: messages.persistent.count
64
73
type: long
74
+
metric_type: gauge
65
75
description: |
66
76
Total number of persistent messages in the queue (will always be 0 for transient queues).
67
77
- name: memory.bytes
68
78
type: long
69
79
format: bytes
80
+
metric_type: gauge
70
81
description: |
71
82
Bytes of memory consumed by the Erlang process associated with the queue, including stack, heap and internal structures.
72
83
- name: disk.reads.count
73
84
type: long
85
+
metric_type: counter
74
86
description: |
75
87
Total number of times messages have been read from disk by this queue since it started.
76
88
- name: disk.writes.count
77
89
type: long
90
+
metric_type: counter
78
91
description: |
79
92
Total number of times messages have been written to disk by this queue since it started.
Copy file name to clipboardExpand all lines: packages/rabbitmq/docs/README.md
+61-61Lines changed: 61 additions & 61 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -591,64 +591,64 @@ An example event for `queue` looks as following:
591
591
592
592
**Exported fields**
593
593
594
-
| Field | Description | Type |
595
-
|---|---|---|
596
-
|@timestamp| Event timestamp. | date |
597
-
| agent.id || keyword |
598
-
| cloud.account.id | The cloud account or organization id used to identify different entities in a multi-tenant environment. Examples: AWS account id, Google Cloud ORG Id, or other unique identifier. | keyword |
599
-
| cloud.availability_zone | Availability zone in which this host is running. | keyword |
600
-
| cloud.image.id | Image ID for the cloud instance. | keyword |
601
-
| cloud.instance.id | Instance ID of the host machine. | keyword |
602
-
| cloud.instance.name | Instance name of the host machine. | keyword |
603
-
| cloud.machine.type | Machine type of the host machine. | keyword |
604
-
| cloud.project.id | Name of the project in Google Cloud. | keyword |
605
-
| cloud.provider | Name of the cloud provider. Example values are aws, azure, gcp, or digitalocean. | keyword |
606
-
| cloud.region | Region in which this host is running. | keyword |
607
-
| container.id | Unique container id. | keyword |
608
-
| container.image.name | Name of the image the container was built on. | keyword |
609
-
| container.labels | Image labels. | object |
610
-
| container.name | Container name. | keyword |
611
-
| data_stream.dataset | Data stream dataset. | constant_keyword |
612
-
| data_stream.namespace | Data stream namespace. | constant_keyword |
613
-
| data_stream.type | Data stream type. | constant_keyword |
614
-
| ecs.version | ECS version this event conforms to. `ecs.version` is a required field and must exist in all events. When querying across multiple indices -- which may conform to slightly different ECS versions -- this field lets integrations adjust to the schema version of the events. | keyword |
| host.architecture | Operating system architecture. | keyword |
618
-
| host.containerized | If the host is a container. | boolean |
619
-
| host.domain | Name of the domain of which the host is a member. For example, on Windows this could be the host's Active Directory domain or NetBIOS domain name. For Linux this could be the domain of the host's LDAP provider. | keyword |
620
-
| host.hostname | Hostname of the host. It normally contains what the `hostname` command returns on the host machine. | keyword |
621
-
| host.id | Unique host id. As hostname is not always unique, use values that are meaningful in your environment. Example: The current usage of `beat.name`. | keyword |
622
-
| host.ip | Host ip addresses. | ip |
623
-
| host.mac | Host mac addresses. | keyword |
624
-
| host.name | Name of the host. It can contain what `hostname` returns on Unix systems, the fully qualified domain name, or a name specified by the user. The sender decides which value to use. | keyword |
625
-
| host.os.build | OS build information. | keyword |
626
-
| host.os.codename | OS codename, if any. | keyword |
627
-
| host.os.family | OS family (such as redhat, debian, freebsd, windows). | keyword |
628
-
| host.os.kernel | Operating system kernel version as a raw string. | keyword |
629
-
| host.os.name | Operating system name, without the version. | keyword |
630
-
| host.os.name.text | Multi-field of `host.os.name`. | text |
| host.os.version | Operating system version as a raw string. | keyword |
633
-
| host.type | Type of host. For Cloud providers this can be the machine type like `t2.medium`. If vm, this could be the container, for example, or other information meaningful in your environment. | keyword |
634
-
| rabbitmq.queue.arguments.max_priority | Maximum number of priority levels for the queue to support. | long |
635
-
| rabbitmq.queue.auto_delete | Whether the queue will be deleted automatically when no longer used. | boolean |
636
-
| rabbitmq.queue.consumers.count | Number of consumers. | long |
637
-
| rabbitmq.queue.consumers.utilisation.pct | Fraction of the time (between 0.0 and 1.0) that the queue is able to immediately deliver messages to consumers. This can be less than 1.0 if consumers are limited by network congestion or prefetch count. | long |
638
-
| rabbitmq.queue.disk.reads.count | Total number of times messages have been read from disk by this queue since it started. | long |
639
-
| rabbitmq.queue.disk.writes.count | Total number of times messages have been written to disk by this queue since it started. | long |
640
-
| rabbitmq.queue.durable | Whether or not the queue survives server restarts. | boolean |
641
-
| rabbitmq.queue.exclusive | Whether the queue is exclusive (i.e. has owner_pid). | boolean |
642
-
| rabbitmq.queue.memory.bytes | Bytes of memory consumed by the Erlang process associated with the queue, including stack, heap and internal structures. | long |
643
-
| rabbitmq.queue.messages.persistent.count | Total number of persistent messages in the queue (will always be 0 for transient queues). | long |
644
-
| rabbitmq.queue.messages.ready.count | Number of messages ready to be delivered to clients. | long |
645
-
| rabbitmq.queue.messages.ready.details.rate | How much the count of messages ready has changed per second in the most recent sampling interval. | float |
646
-
| rabbitmq.queue.messages.total.count | Sum of ready and unacknowledged messages (queue depth). | long |
647
-
| rabbitmq.queue.messages.total.details.rate | How much the queue depth has changed per second in the most recent sampling interval. | float |
648
-
| rabbitmq.queue.messages.unacknowledged.count | Number of messages delivered to clients but not yet acknowledged. | long |
649
-
| rabbitmq.queue.messages.unacknowledged.details.rate | How much the count of unacknowledged messages has changed per second in the most recent sampling interval. | float |
650
-
| rabbitmq.queue.name | The name of the queue with non-ASCII characters escaped as in C. | keyword |
651
-
| rabbitmq.queue.state | The state of the queue. Normally 'running', but may be `"\{syncing, MsgCount\}"` if the queue is synchronising. Queues which are located on cluster nodes that are currently down will be shown with a status of 'down'. | keyword |
652
-
| rabbitmq.vhost | Virtual host name with non-ASCII characters escaped as in C. | keyword |
653
-
| service.address | Address where data about this service was collected from. This should be a URI, network address (ipv4:port or [ipv6]:port) or a resource path (sockets). | keyword |
654
-
| service.type | The type of the service data is collected from. The type can be used to group and correlate logs and metrics from one service type. Example: If logs or metrics are collected from Elasticsearch, `service.type` would be `elasticsearch`. | keyword |
594
+
| Field | Description | Type | Metric Type |
595
+
|---|---|---|---|
596
+
|@timestamp| Event timestamp. | date ||
597
+
| agent.id || keyword ||
598
+
| cloud.account.id | The cloud account or organization id used to identify different entities in a multi-tenant environment. Examples: AWS account id, Google Cloud ORG Id, or other unique identifier. | keyword ||
599
+
| cloud.availability_zone | Availability zone in which this host is running. | keyword ||
600
+
| cloud.image.id | Image ID for the cloud instance. | keyword ||
601
+
| cloud.instance.id | Instance ID of the host machine. | keyword ||
602
+
| cloud.instance.name | Instance name of the host machine. | keyword ||
603
+
| cloud.machine.type | Machine type of the host machine. | keyword ||
604
+
| cloud.project.id | Name of the project in Google Cloud. | keyword ||
605
+
| cloud.provider | Name of the cloud provider. Example values are aws, azure, gcp, or digitalocean. | keyword ||
606
+
| cloud.region | Region in which this host is running. | keyword ||
| container.image.name | Name of the image the container was built on. | keyword ||
609
+
| container.labels | Image labels. | object ||
610
+
| container.name | Container name. | keyword ||
611
+
| data_stream.dataset | Data stream dataset. | constant_keyword ||
612
+
| data_stream.namespace | Data stream namespace. | constant_keyword ||
613
+
| data_stream.type | Data stream type. | constant_keyword ||
614
+
| ecs.version | ECS version this event conforms to. `ecs.version` is a required field and must exist in all events. When querying across multiple indices -- which may conform to slightly different ECS versions -- this field lets integrations adjust to the schema version of the events. | keyword ||
| host.architecture | Operating system architecture. | keyword ||
618
+
| host.containerized | If the host is a container. | boolean ||
619
+
| host.domain | Name of the domain of which the host is a member. For example, on Windows this could be the host's Active Directory domain or NetBIOS domain name. For Linux this could be the domain of the host's LDAP provider. | keyword ||
620
+
| host.hostname | Hostname of the host. It normally contains what the `hostname` command returns on the host machine. | keyword ||
621
+
| host.id | Unique host id. As hostname is not always unique, use values that are meaningful in your environment. Example: The current usage of `beat.name`. | keyword ||
622
+
| host.ip | Host ip addresses. | ip ||
623
+
| host.mac | Host mac addresses. | keyword ||
624
+
| host.name | Name of the host. It can contain what `hostname` returns on Unix systems, the fully qualified domain name, or a name specified by the user. The sender decides which value to use. | keyword ||
625
+
| host.os.build | OS build information. | keyword ||
626
+
| host.os.codename | OS codename, if any. | keyword ||
627
+
| host.os.family | OS family (such as redhat, debian, freebsd, windows). | keyword ||
628
+
| host.os.kernel | Operating system kernel version as a raw string. | keyword ||
629
+
| host.os.name | Operating system name, without the version. | keyword ||
630
+
| host.os.name.text | Multi-field of `host.os.name`. | text ||
| host.os.version | Operating system version as a raw string. | keyword ||
633
+
| host.type | Type of host. For Cloud providers this can be the machine type like `t2.medium`. If vm, this could be the container, for example, or other information meaningful in your environment. | keyword ||
634
+
| rabbitmq.queue.arguments.max_priority | Maximum number of priority levels for the queue to support. | long | gauge |
635
+
| rabbitmq.queue.auto_delete | Whether the queue will be deleted automatically when no longer used. | boolean ||
636
+
| rabbitmq.queue.consumers.count | Number of consumers. | long | gauge |
637
+
| rabbitmq.queue.consumers.utilisation.pct | Fraction of the time (between 0.0 and 1.0) that the queue is able to immediately deliver messages to consumers. This can be less than 1.0 if consumers are limited by network congestion or prefetch count. | long | gauge |
638
+
| rabbitmq.queue.disk.reads.count | Total number of times messages have been read from disk by this queue since it started. | long | counter |
639
+
| rabbitmq.queue.disk.writes.count | Total number of times messages have been written to disk by this queue since it started. | long | counter |
640
+
| rabbitmq.queue.durable | Whether or not the queue survives server restarts. | boolean ||
641
+
| rabbitmq.queue.exclusive | Whether the queue is exclusive (i.e. has owner_pid). | boolean ||
642
+
| rabbitmq.queue.memory.bytes | Bytes of memory consumed by the Erlang process associated with the queue, including stack, heap and internal structures. | long | gauge |
643
+
| rabbitmq.queue.messages.persistent.count | Total number of persistent messages in the queue (will always be 0 for transient queues). | long | gauge |
644
+
| rabbitmq.queue.messages.ready.count | Number of messages ready to be delivered to clients. | long | gauge |
645
+
| rabbitmq.queue.messages.ready.details.rate | How much the count of messages ready has changed per second in the most recent sampling interval. | float | gauge |
646
+
| rabbitmq.queue.messages.total.count | Sum of ready and unacknowledged messages (queue depth). | long | gauge |
647
+
| rabbitmq.queue.messages.total.details.rate | How much the queue depth has changed per second in the most recent sampling interval. | float | gauge |
648
+
| rabbitmq.queue.messages.unacknowledged.count | Number of messages delivered to clients but not yet acknowledged. | long | gauge |
649
+
| rabbitmq.queue.messages.unacknowledged.details.rate | How much the count of unacknowledged messages has changed per second in the most recent sampling interval. | float | gauge |
650
+
| rabbitmq.queue.name | The name of the queue with non-ASCII characters escaped as in C. | keyword ||
651
+
| rabbitmq.queue.state | The state of the queue. Normally 'running', but may be `"\{syncing, MsgCount\}"` if the queue is synchronising. Queues which are located on cluster nodes that are currently down will be shown with a status of 'down'. | keyword ||
652
+
| rabbitmq.vhost | Virtual host name with non-ASCII characters escaped as in C. | keyword ||
653
+
| service.address | Address where data about this service was collected from. This should be a URI, network address (ipv4:port or [ipv6]:port) or a resource path (sockets). | keyword ||
654
+
| service.type | The type of the service data is collected from. The type can be used to group and correlate logs and metrics from one service type. Example: If logs or metrics are collected from Elasticsearch, `service.type` would be `elasticsearch`. | keyword ||
0 commit comments