Skip to content

Commit

Permalink
add triggered alarms
Browse files Browse the repository at this point in the history
  • Loading branch information
lucian-ioan committed Sep 18, 2024
1 parent 6a47c43 commit 57aad0b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/vsphere/data_stream/datastore/fields/fields.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,11 @@
type: keyword
description: >
Status of the datastore.
- name: triggerd_alarms.*
type: object
object_type: keyword
description: >
List of all the triggerd alarms.
- name: vm.count
type: long
metric_type: gauge
Expand Down
1 change: 1 addition & 0 deletions packages/vsphere/docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -438,6 +438,7 @@ Please refer to the following [document](https://www.elastic.co/guide/en/ecs/cur
| vsphere.datastore.read.bytes | Rate of reading data from the datastore. | long | byte | gauge |
| vsphere.datastore.read.latency.total.ms | Average amount of time for a read operation from the datastore in milliseconds. | long | ms | gauge |
| vsphere.datastore.status | Status of the datastore. | keyword | | |
| vsphere.datastore.triggerd_alarms.\* | List of all the triggerd alarms. | object | | |
| vsphere.datastore.vm.count | Number of VMs associated with the datastore. | long | | gauge |
| vsphere.datastore.vm.names | List of all the VM names associated with the datastore. | keyword | | |
| vsphere.datastore.write.bytes | Rate of writing data to the datastore. | long | byte | gauge |
Expand Down

0 comments on commit 57aad0b

Please sign in to comment.