Skip to content

Instantly share code, notes, and snippets.

@hazeledmands
Last active June 9, 2021 23:56
Show Gist options
  • Save hazeledmands/ffaa8aff0bacab742fd0d94422646803 to your computer and use it in GitHub Desktop.
Save hazeledmands/ffaa8aff0bacab742fd0d94422646803 to your computer and use it in GitHub Desktop.
OpenTelemetry Collector Hostmetrics Request Example
(*v1.ExportMetricsServiceRequest)(0xc0007a4300)(
resource_metrics:{
resource:{
attributes:{key:"host.name" value:{string_value:"vm2"}}
attributes:{key:"service.name" value:{string_value:"webserver"}
}
}
instrumentation_library_metrics:{
instrumentation_library:{}
metrics:{
name:"system.cpu.load_average.1m"
description:"Average CPU Load over 1 minute."
unit:"1"
double_gauge:{
data_points:{
time_unix_nano:1623277287512447350
value:1.99
}
}
}
metrics:{
name:"system.cpu.load_average.5m"
description:"Average CPU Load over 5 minutes."
unit:"1"
double_gauge:{
data_points:{
time_unix_nano:1623277287512447350
value:1.76
}
}
}
metrics:{
name:"system.cpu.load_average.15m"
description:"Average CPU Load over 15 minutes."
unit:"1"
double_gauge:{
data_points:{
time_unix_nano:1623277287512447350
value:1.78
}
}
}
metrics:{
name:"system.paging.usage"
description:"Swap (unix) or pagefile (windows) usage."
unit:"By"
int_sum:{
data_points:{
labels:{ key:"state" value:"used" }
time_unix_nano:1623277287512885919
}
data_points:{
labels:{ key:"state" value:"free" }
time_unix_nano:1623277287512885919
}
data_points:{
labels:{ key:"state" value:"cached" }
time_unix_nano:1623277287512885919
}
aggregation_temporality:AGGREGATION_TEMPORALITY_CUMULATIVE
}
}
metrics:{
name:"system.paging.operations"
description:"The number of paging operations."
unit:"{operations}"
int_sum:{
data_points:{
labels:{ key:"type" value:"major" }
labels:{ key:"direction" value:"page_in" }
start_time_unix_nano:1623271531000000000
time_unix_nano:1623277287513219140
}
data_points:{
labels:{ key:"type" value:"major" }
labels:{ key:"direction" value:"page_out" }
start_time_unix_nano:1623271531000000000
time_unix_nano:1623277287513219140
}
data_points:{
labels:{ key:"type" value:"minor" }
labels:{ key:"direction" value:"page_in" }
start_time_unix_nano:1623271531000000000
time_unix_nano:1623277287513219140
value:1160458240
}
data_points:{
labels:{ key:"type" value:"minor" }
labels:{ key:"direction" value:"page_out" }
start_time_unix_nano:1623271531000000000
time_unix_nano:1623277287513219140
value:8107200512
}
aggregation_temporality:AGGREGATION_TEMPORALITY_CUMULATIVE
is_monotonic:true
}
}
metrics:{
name:"system.paging.faults"
description:"The number of page faults."
unit:"{faults}"
int_sum:{
data_points:{
labels:{ key:"type" value:"major" }
start_time_unix_nano:1623271531000000000
time_unix_nano:1623277287513219140
value:17465344
}
data_points:{
labels:{ key:"type" value:"minor" }
start_time_unix_nano:1623271531000000000
time_unix_nano:1623277287513219140
value:10265219072
}
aggregation_temporality:AGGREGATION_TEMPORALITY_CUMULATIVE
is_monotonic:true
}
}
metrics:{
name:"system.cpu.time"
description:"Total CPU seconds broken down by different states."
unit:"s"
double_sum:{
data_points:{
labels:{ key:"cpu" value:"cpu0" }
labels:{ key:"state" value:"user" }
start_time_unix_nano:1623271531000000000
time_unix_nano:1623277287513620233
value:1042.22
}
data_points:{
labels:{ key:"cpu" value:"cpu0" }
labels:{ key:"state" value:"system" }
start_time_unix_nano:1623271531000000000
time_unix_nano:1623277287513620233
value:763
}
data_points:{
labels:{ key:"cpu" value:"cpu0" }
labels:{ key:"state" value:"idle" }
start_time_unix_nano:1623271531000000000
time_unix_nano:1623277287513620233
value:2884.36
}
data_points:{
labels:{ key:"cpu" value:"cpu0" }
labels:{ key:"state" value:"interrupt" }
start_time_unix_nano:1623271531000000000
time_unix_nano:1623277287513620233
}
data_points:{
labels:{ key:"cpu" value:"cpu0" }
labels:{ key:"state" value:"nice" }
start_time_unix_nano:1623271531000000000
time_unix_nano:1623277287513620233
value:3.49
}
data_points:{
labels:{ key:"cpu" value:"cpu0" }
labels:{ key:"state" value:"softirq" }
start_time_unix_nano:1623271531000000000
time_unix_nano:1623277287513620233
value:613.8
}
data_points:{
labels:{ key:"cpu" value:"cpu0" }
labels:{ key:"state" value:"steal" }
start_time_unix_nano:1623271531000000000
time_unix_nano:1623277287513620233
}
data_points:{
labels:{ key:"cpu" value:"cpu0" }
labels:{ key:"state" value:"wait" }
start_time_unix_nano:1623271531000000000
time_unix_nano:1623277287513620233
value:11.97
}
aggregation_temporality:AGGREGATION_TEMPORALITY_CUMULATIVE
is_monotonic:true
}
}
metrics:{
name:"system.filesystem.usage"
description:"Filesystem bytes used."
unit:"By"
int_sum:{
data_points:{
labels:{ key:"device" value:"/dev/vda1" }
labels:{ key:"type" value:"ext4" }
labels:{ key:"mode" value:"rw" }
labels:{ key:"mountpoint" value:"/" }
labels:{ key:"state" value:"used" }
time_unix_nano:1623277287513691424
value:2008989696
}
data_points:{
labels:{ key:"device" value:"/dev/vda1" }
labels:{ key:"type" value:"ext4" }
labels:{ key:"mode" value:"rw" }
labels:{ key:"mountpoint" value:"/" }
labels:{ key:"state" value:"free" }
time_unix_nano:1623277287513691424
value:2993876992
}
data_points:{
labels:{ key:"device" value:"/dev/vda1" }
labels:{ key:"type" value:"ext4" }
labels:{ key:"mode" value:"rw" }
labels:{ key:"mountpoint" value:"/" }
labels:{ key:"state" value:"reserved" }
time_unix_nano:1623277287513691424
value:16777216
}
data_points:{
labels:{ key:"device" value:"/dev/loop0" }
labels:{ key:"type" value:"squashfs" }
labels:{ key:"mode" value:"ro" }
labels:{ key:"mountpoint" value:"/snap/core18/2066" }
labels:{ key:"state" value:"used" }
time_unix_nano:1623277287513691424
value:58195968
}
data_points:{
labels:{ key:"device" value:"/dev/loop0" }
labels:{ key:"type" value:"squashfs" }
labels:{ key:"mode" value:"ro" }
labels:{ key:"mountpoint" value:"/snap/core18/2066" }
labels:{ key:"state" value:"free" }
time_unix_nano:1623277287513691424
}
data_points:{
labels:{ key:"device" value:"/dev/loop0" }
labels:{ key:"type" value:"squashfs" }
labels:{ key:"mode" value:"ro" }
labels:{ key:"mountpoint" value:"/snap/core18/2066" }
labels:{ key:"state" value:"reserved" }
time_unix_nano:1623277287513691424
}
data_points:{
labels:{ key:"device" value:"/dev/loop1" }
labels:{ key:"type" value:"squashfs" }
labels:{ key:"mode" value:"ro" }
labels:{ key:"mountpoint" value:"/snap/lxd/20326" }
labels:{ key:"state" value:"used" }
time_unix_nano:1623277287513691424
value:70909952
}
data_points:{
labels:{ key:"device" value:"/dev/loop1" }
labels:{ key:"type" value:"squashfs" }
labels:{ key:"mode" value:"ro" }
labels:{ key:"mountpoint" value:"/snap/lxd/20326" }
labels:{ key:"state" value:"free" }
time_unix_nano:1623277287513691424
}
data_points:{
labels:{ key:"device" value:"/dev/loop1" }
labels:{ key:"type" value:"squashfs" }
labels:{ key:"mode" value:"ro" }
labels:{ key:"mountpoint" value:"/snap/lxd/20326" }
labels:{ key:"state" value:"reserved" }
time_unix_nano:1623277287513691424
}
data_points:{
labels:{ key:"device" value:"/dev/loop2" }
labels:{ key:"type" value:"squashfs" }
labels:{ key:"mode" value:"ro" }
labels:{ key:"mountpoint" value:"/snap/snapd/12057" }
labels:{ key:"state" value:"used" }
time_unix_nano:1623277287513691424
value:33685504
}
data_points:{
labels:{ key:"device" value:"/dev/loop2" }
labels:{ key:"type" value:"squashfs" }
labels:{ key:"mode" value:"ro" }
labels:{ key:"mountpoint" value:"/snap/snapd/12057" }
labels:{ key:"state" value:"free" }
time_unix_nano:1623277287513691424
}
data_points:{
labels:{ key:"device" value:"/dev/loop2" }
labels:{ key:"type" value:"squashfs" }
labels:{ key:"mode" value:"ro" }
labels:{ key:"mountpoint" value:"/snap/snapd/12057" }
labels:{ key:"state" value:"reserved" }
time_unix_nano:1623277287513691424
}
data_points:{
labels:{ key:"device" value:"/dev/vda15" }
labels:{ key:"type" value:"vfat" }
labels:{ key:"mode" value:"rw" }
labels:{ key:"mountpoint" value:"/boot/efi" }
labels:{ key:"state" value:"used" }
time_unix_nano:1623277287513691424
value:8199680
}
data_points:{
labels:{ key:"device" value:"/dev/vda15" }
labels:{ key:"type" value:"vfat" }
labels:{ key:"mode" value:"rw" }
labels:{ key:"mountpoint" value:"/boot/efi" }
labels:{ key:"state" value:"free" }
time_unix_nano:1623277287513691424
value:101222912
}
data_points:{
labels:{ key:"device" value:"/dev/vda15" }
labels:{ key:"type" value:"vfat" }
labels:{ key:"mode" value:"rw" }
labels:{ key:"mountpoint" value:"/boot/efi" }
labels:{ key:"state" value:"reserved" }
time_unix_nano:1623277287513691424
}
aggregation_temporality:AGGREGATION_TEMPORALITY_CUMULATIVE
}
}
metrics:{
name:"system.filesystem.inodes.usage"
description:"FileSystem inodes used."
unit:"{inodes}"
int_sum:{
data_points:{
labels:{ key:"device" value:"/dev/vda1" }
labels:{ key:"type" value:"ext4" }
labels:{ key:"mode" value:"rw" }
labels:{ key:"mountpoint" value:"/" }
labels:{ key:"state" value:"used" }
time_unix_nano:1623277287513691424
value:72610
}
data_points:{
labels:{ key:"device" value:"/dev/vda1" }
labels:{ key:"type" value:"ext4" }
labels:{ key:"mode" value:"rw" }
labels:{ key:"mountpoint" value:"/" }
labels:{ key:"state" value:"free" }
time_unix_nano:1623277287513691424
value:572510
}
data_points:{
labels:{ key:"device" value:"/dev/loop0" }
labels:{ key:"type" value:"squashfs" }
labels:{ key:"mode" value:"ro" }
labels:{ key:"mountpoint" value:"/snap/core18/2066" }
labels:{ key:"state" value:"used" }
time_unix_nano:1623277287513691424
value:10794
}
data_points:{
labels:{ key:"device" value:"/dev/loop0" }
labels:{ key:"type" value:"squashfs" }
labels:{ key:"mode" value:"ro" }
labels:{ key:"mountpoint" value:"/snap/core18/2066" }
labels:{ key:"state" value:"free" }
time_unix_nano:1623277287513691424
}
data_points:{
labels:{ key:"device" value:"/dev/loop1" }
labels:{ key:"type" value:"squashfs" }
labels:{ key:"mode" value:"ro" }
labels:{ key:"mountpoint" value:"/snap/lxd/20326" }
labels:{ key:"state" value:"used" }
time_unix_nano:1623277287513691424
value:1578
}
data_points:{
labels:{ key:"device" value:"/dev/loop1" }
labels:{ key:"type" value:"squashfs" }
labels:{ key:"mode" value:"ro" }
labels:{ key:"mountpoint" value:"/snap/lxd/20326" }
labels:{ key:"state" value:"free" }
time_unix_nano:1623277287513691424
}
data_points:{
labels:{ key:"device" value:"/dev/loop2" }
labels:{ key:"type" value:"squashfs" }
labels:{ key:"mode" value:"ro" }
labels:{ key:"mountpoint" value:"/snap/snapd/12057" }
labels:{ key:"state" value:"used" }
time_unix_nano:1623277287513691424
value:474
}
data_points:{
labels:{ key:"device" value:"/dev/loop2" }
labels:{ key:"type" value:"squashfs" }
labels:{ key:"mode" value:"ro" }
labels:{ key:"mountpoint" value:"/snap/snapd/12057" }
labels:{ key:"state" value:"free" }
time_unix_nano:1623277287513691424
}
data_points:{
labels:{ key:"device" value:"/dev/vda15" }
labels:{ key:"type" value:"vfat" }
labels:{ key:"mode" value:"rw" }
labels:{ key:"mountpoint" value:"/boot/efi" }
labels:{ key:"state" value:"used" }
time_unix_nano:1623277287513691424
}
data_points:{
labels:{ key:"device" value:"/dev/vda15" }
labels:{ key:"type" value:"vfat" }
labels:{ key:"mode" value:"rw" }
labels:{ key:"mountpoint" value:"/boot/efi" }
labels:{ key:"state" value:"free" }
time_unix_nano:1623277287513691424
}
aggregation_temporality:AGGREGATION_TEMPORALITY_CUMULATIVE
}
}
metrics:{
name:"system.memory.usage"
description:"Bytes of memory in use."
unit:"By"
int_sum:{
data_points:{
labels:{ key:"state" value:"used" }
time_unix_nano:1623277287515079370
value:217608192
}
data_points:{
labels:{ key:"state" value:"free" }
time_unix_nano:1623277287515079370
value:79982592
}
data_points:{
labels:{ key:"state" value:"buffered" }
time_unix_nano:1623277287515079370
value:28291072
}
data_points:{
labels:{ key:"state" value:"cached" }
time_unix_nano:1623277287515079370
value:703111168
}
data_points:{
labels:{ key:"state" value:"slab_reclaimable" }
time_unix_nano:1623277287515079370
value:41844736
}
data_points:{
labels:{ key:"state" value:"slab_unreclaimable" }
time_unix_nano:1623277287515079370
value:41148416
}
aggregation_temporality:AGGREGATION_TEMPORALITY_CUMULATIVE
}
}
metrics:{
name:"system.network.packets"
description:"The number of packets transferred."
unit:"{packets}"
int_sum:{
data_points:{
labels:{ key:"device" value:"enp0s2" }
labels:{ key:"direction" value:"transmit" }
start_time_unix_nano:1623271531000000000
time_unix_nano:1623277287515603287
value:3529537
}
data_points:{
labels:{ key:"device" value:"enp0s2" }
labels:{ key:"direction" value:"receive" }
start_time_unix_nano:1623271531000000000
time_unix_nano:1623277287515603287
value:3996555
}
data_points:{
labels:{ key:"device" value:"lo" }
labels:{ key:"direction" value:"transmit" }
start_time_unix_nano:1623271531000000000
time_unix_nano:1623277287515603287
value:26307
}
data_points:{
labels:{ key:"device" value:"lo" }
labels:{ key:"direction" value:"receive" }
start_time_unix_nano:1623271531000000000
time_unix_nano:1623277287515603287
value:26307
}
aggregation_temporality:AGGREGATION_TEMPORALITY_CUMULATIVE
is_monotonic:true
}
}
metrics:{
name:"system.network.dropped"
description:"The number of packets dropped."
unit:"{packets}"
int_sum:{
data_points:{
labels:{ key:"device" value:"enp0s2" }
labels:{ key:"direction" value:"transmit" }
start_time_unix_nano:1623271531000000000
time_unix_nano:1623277287515603287
}
data_points:{
labels:{ key:"device" value:"enp0s2" }
labels:{ key:"direction" value:"receive" }
start_time_unix_nano:1623271531000000000
time_unix_nano:1623277287515603287
}
data_points:{
labels:{ key:"device" value:"lo" }
labels:{ key:"direction" value:"transmit" }
start_time_unix_nano:1623271531000000000
time_unix_nano:1623277287515603287
}
data_points:{
labels:{ key:"device" value:"lo" }
labels:{ key:"direction" value:"receive" }
start_time_unix_nano:1623271531000000000
time_unix_nano:1623277287515603287
}
aggregation_temporality:AGGREGATION_TEMPORALITY_CUMULATIVE
is_monotonic:true
}
}
metrics:{
name:"system.network.errors"
description:"The number of errors encountered."
unit:"{errors}"
int_sum:{
data_points:{
labels:{ key:"device" value:"enp0s2" }
labels:{ key:"direction" value:"transmit" }
start_time_unix_nano:1623271531000000000
time_unix_nano:1623277287515603287
}
data_points:{
labels:{ key:"device" value:"enp0s2" }
labels:{ key:"direction" value:"receive" }
start_time_unix_nano:1623271531000000000
time_unix_nano:1623277287515603287
}
data_points:{
labels:{ key:"device" value:"lo" }
labels:{ key:"direction" value:"transmit" }
start_time_unix_nano:1623271531000000000
time_unix_nano:1623277287515603287
}
data_points:{
labels:{ key:"device" value:"lo" }
labels:{ key:"direction" value:"receive" }
start_time_unix_nano:1623271531000000000
time_unix_nano:1623277287515603287
}
aggregation_temporality:AGGREGATION_TEMPORALITY_CUMULATIVE
is_monotonic:true
}
}
metrics:{
name:"system.network.io"
description:"The number of bytes transmitted and received."
unit:"By"
int_sum:{
data_points:{
labels:{ key:"device" value:"enp0s2" }
labels:{ key:"direction" value:"transmit" }
start_time_unix_nano:1623271531000000000
time_unix_nano:1623277287515603287
value:365575481
}
data_points:{
labels:{ key:"device" value:"enp0s2" }
labels:{ key:"direction" value:"receive" }
start_time_unix_nano:1623271531000000000
time_unix_nano:1623277287515603287
value:490884083
}
data_points:{
labels:{ key:"device" value:"lo" }
labels:{ key:"direction" value:"transmit" }
start_time_unix_nano:1623271531000000000
time_unix_nano:1623277287515603287
value:212062478
}
data_points:{
labels:{ key:"device" value:"lo" }
labels:{ key:"direction" value:"receive" }
start_time_unix_nano:1623271531000000000
time_unix_nano:1623277287515603287
value:212062478
}
aggregation_temporality:AGGREGATION_TEMPORALITY_CUMULATIVE
is_monotonic:true
}
}
metrics:{
name:"system.network.connections"
description:"The number of connections."
unit:"{connections}"
int_sum:{
data_points:{
labels:{ key:"protocol" value:"tcp" }
labels:{ key:"state" value:"CLOSE_WAIT" }
time_unix_nano:1623277287515805448
}
data_points:{
labels:{ key:"protocol" value:"tcp" }
labels:{ key:"state" value:"ESTABLISHED" }
time_unix_nano:1623277287515805448
value:4
}
data_points:{
labels:{ key:"protocol" value:"tcp" }
labels:{ key:"state" value:"FIN_WAIT_2" }
time_unix_nano:1623277287515805448
}
data_points:{
labels:{ key:"protocol" value:"tcp" }
labels:{ key:"state" value:"SYN_SENT" }
time_unix_nano:1623277287515805448
}
data_points:{
labels:{ key:"protocol" value:"tcp" }
labels:{ key:"state" value:"SYN_RECV" }
time_unix_nano:1623277287515805448
}
data_points:{
labels:{ key:"protocol" value:"tcp" }
labels:{ key:"state" value:"TIME_WAIT" }
time_unix_nano:1623277287515805448
value:4096
}
data_points:{
labels:{ key:"protocol" value:"tcp" }
labels:{ key:"state" value:"CLOSE" }
time_unix_nano:1623277287515805448
}
data_points:{
labels:{ key:"protocol" value:"tcp" }
labels:{ key:"state" value:"CLOSING" }
time_unix_nano:1623277287515805448
}
data_points:{
labels:{ key:"protocol" value:"tcp" }
labels:{ key:"state" value:"DELETE" }
time_unix_nano:1623277287515805448
}
data_points:{
labels:{ key:"protocol" value:"tcp" }
labels:{ key:"state" value:"FIN_WAIT_1" }
time_unix_nano:1623277287515805448
}
data_points:{
labels:{ key:"protocol" value:"tcp" }
labels:{ key:"state" value:"LAST_ACK" }
time_unix_nano:1623277287515805448
}
data_points:{
labels:{ key:"protocol" value:"tcp" }
labels:{ key:"state" value:"LISTEN" }
time_unix_nano:1623277287515805448
value:7
}
aggregation_temporality:AGGREGATION_TEMPORALITY_CUMULATIVE
}
}
metrics:{
name:"system.processes.count"
description:"Total number of processes in each state."
unit:"{processes}"
int_sum:{
data_points:{
labels:{ key:"status" value:"running" }
time_unix_nano:1623277287912251200
value:3
}
data_points:{
labels:{ key:"status" value:"blocked" }
time_unix_nano:1623277287912251200
}
aggregation_temporality:AGGREGATION_TEMPORALITY_CUMULATIVE
}
}
metrics:{
name:"system.processes.created"
description:"Total number of created processes."
unit:"{processes}"
int_sum:{
data_points:{
time_unix_nano:1623277287912251200
value:4377
}
aggregation_temporality:AGGREGATION_TEMPORALITY_CUMULATIVE
is_monotonic:true
}
}
metrics:{
name:"system.disk.io"
description:"Disk bytes transferred."
unit:"By"
int_sum:{
data_points:{
labels:{ key:"device" value:"loop0" }
labels:{ key:"direction" value:"read" }
start_time_unix_nano:1623271531000000000
time_unix_nano:1623277287912456721
value:1995776
}
data_points:{
labels:{ key:"device" value:"loop0" }
labels:{ key:"direction" value:"write" }
start_time_unix_nano:1623271531000000000
time_unix_nano:1623277287912456721
}
data_points:{
labels:{ key:"device" value:"loop2" }
labels:{ key:"direction" value:"read" }
start_time_unix_nano:1623271531000000000
time_unix_nano:1623277287912456721
value:15406080
}
data_points:{
labels:{ key:"device" value:"loop2" }
labels:{ key:"direction" value:"write" }
start_time_unix_nano:1623271531000000000
time_unix_nano:1623277287912456721
}
data_points:{
labels:{ key:"device" value:"vda" }
labels:{ key:"direction" value:"read" }
start_time_unix_nano:1623271531000000000
time_unix_nano:1623277287912456721
value:271419392
}
data_points:{
labels:{ key:"device" value:"vda" }
labels:{ key:"direction" value:"write" }
start_time_unix_nano:1623271531000000000
time_unix_nano:1623277287912456721
value:2026800128
}
data_points:{
labels:{ key:"device" value:"vda1" }
labels:{ key:"direction" value:"read" }
start_time_unix_nano:1623271531000000000
time_unix_nano:1623277287912456721
value:258653184
}
data_points:{
labels:{ key:"device" value:"vda1" }
labels:{ key:"direction" value:"write" }
start_time_unix_nano:1623271531000000000
time_unix_nano:1623277287912456721
value:2026758144
}
data_points:{
labels:{ key:"device" value:"vda14" }
labels:{ key:"direction" value:"read" }
start_time_unix_nano:1623271531000000000
time_unix_nano:1623277287912456721
value:1224704
}
data_points:{
labels:{ key:"device" value:"vda14" }
labels:{ key:"direction" value:"write" }
start_time_unix_nano:1623271531000000000
time_unix_nano:1623277287912456721
}
data_points:{
labels:{ key:"device" value:"loop1" }
labels:{ key:"direction" value:"read" }
start_time_unix_nano:1623271531000000000
time_unix_nano:1623277287912456721
value:1110016
}
data_points:{
labels:{ key:"device" value:"loop1" }
labels:{ key:"direction" value:"write" }
start_time_unix_nano:1623271531000000000
time_unix_nano:1623277287912456721
}
data_points:{
labels:{ key:"device" value:"loop3" }
labels:{ key:"direction" value:"read" }
start_time_unix_nano:1623271531000000000
time_unix_nano:1623277287912456721
value:5120
}
data_points:{
labels:{ key:"device" value:"loop3" }
labels:{ key:"direction" value:"write" }
start_time_unix_nano:1623271531000000000
time_unix_nano:1623277287912456721
}
data_points:{
labels:{ key:"device" value:"vda15" }
labels:{ key:"direction" value:"read" }
start_time_unix_nano:1623271531000000000
time_unix_nano:1623277287912456721
value:9206784
}
data_points:{
labels:{ key:"device" value:"vda15" }
labels:{ key:"direction" value:"write" }
start_time_unix_nano:1623271531000000000
time_unix_nano:1623277287912456721
value:1024
}
data_points:{
labels:{ key:"device" value:"sr0" }
labels:{ key:"direction" value:"read" }
start_time_unix_nano:1623271531000000000
time_unix_nano:1623277287912456721
value:178176
}
data_points:{
labels:{ key:"device" value:"sr0" }
labels:{ key:"direction" value:"write" }
start_time_unix_nano:1623271531000000000
time_unix_nano:1623277287912456721
}
aggregation_temporality:AGGREGATION_TEMPORALITY_CUMULATIVE
is_monotonic:true
}
}
metrics:{
name:"system.disk.operations"
description:"Disk operations count."
unit:"{operations}"
int_sum:{
data_points:{
labels:{ key:"device" value:"loop0" }
labels:{ key:"direction" value:"read" }
start_time_unix_nano:1623271531000000000
time_unix_nano:1623277287912456721
value:1653
}
data_points:{
labels:{ key:"device" value:"loop0" }
labels:{ key:"direction" value:"write" }
start_time_unix_nano:1623271531000000000
time_unix_nano:1623277287912456721
}
data_points:{
labels:{ key:"device" value:"loop2" }
labels:{ key:"direction" value:"read" }
start_time_unix_nano:1623271531000000000
time_unix_nano:1623277287912456721
value:14749
}
data_points:{
labels:{ key:"device" value:"loop2" }
labels:{ key:"direction" value:"write" }
start_time_unix_nano:1623271531000000000
time_unix_nano:1623277287912456721
}
data_points:{
labels:{ key:"device" value:"vda" }
labels:{ key:"direction" value:"read" }
start_time_unix_nano:1623271531000000000
time_unix_nano:1623277287912456721
value:7682
}
data_points:{
labels:{ key:"device" value:"vda" }
labels:{ key:"direction" value:"write" }
start_time_unix_nano:1623271531000000000
time_unix_nano:1623277287912456721
value:36740
}
data_points:{
labels:{ key:"device" value:"vda1" }
labels:{ key:"direction" value:"read" }
start_time_unix_nano:1623271531000000000
time_unix_nano:1623277287912456721
value:6422
}
data_points:{
labels:{ key:"device" value:"vda1" }
labels:{ key:"direction" value:"write" }
start_time_unix_nano:1623271531000000000
time_unix_nano:1623277287912456721
value:36578
}
data_points:{
labels:{ key:"device" value:"vda14" }
labels:{ key:"direction" value:"read" }
start_time_unix_nano:1623271531000000000
time_unix_nano:1623277287912456721
value:268
}
data_points:{
labels:{ key:"device" value:"vda14" }
labels:{ key:"direction" value:"write" }
start_time_unix_nano:1623271531000000000
time_unix_nano:1623277287912456721
}
data_points:{
labels:{ key:"device" value:"loop1" }
labels:{ key:"direction" value:"read" }
start_time_unix_nano:1623271531000000000
time_unix_nano:1623277287912456721
value:76
}
data_points:{
labels:{ key:"device" value:"loop1" }
labels:{ key:"direction" value:"write" }
start_time_unix_nano:1623271531000000000
time_unix_nano:1623277287912456721
}
data_points:{
labels:{ key:"device" value:"loop3" }
labels:{ key:"direction" value:"read" }
start_time_unix_nano:1623271531000000000
time_unix_nano:1623277287912456721
value:2
}
data_points:{
labels:{ key:"device" value:"loop3" }
labels:{ key:"direction" value:"write" }
start_time_unix_nano:1623271531000000000
time_unix_nano:1623277287912456721
}
data_points:{
labels:{ key:"device" value:"vda15" }
labels:{ key:"direction" value:"read" }
start_time_unix_nano:1623271531000000000
time_unix_nano:1623277287912456721
value:885
}
data_points:{
labels:{ key:"device" value:"vda15" }
labels:{ key:"direction" value:"write" }
start_time_unix_nano:1623271531000000000
time_unix_nano:1623277287912456721
value:2
}
data_points:{
labels:{ key:"device" value:"sr0" }
labels:{ key:"direction" value:"read" }
start_time_unix_nano:1623271531000000000
time_unix_nano:1623277287912456721
value:47
}
data_points:{
labels:{ key:"device" value:"sr0" }
labels:{ key:"direction" value:"write" }
start_time_unix_nano:1623271531000000000
time_unix_nano:1623277287912456721
}
aggregation_temporality:AGGREGATION_TEMPORALITY_CUMULATIVE
is_monotonic:true
}
}
metrics:{
name:"system.disk.io_time"
description:"Time disk spent activated. On Windows, this is calculated as the inverse of disk idle time."
unit:"s"
double_sum:{
data_points:{
labels:{ key:"device" value:"loop1" }
start_time_unix_nano:1623271531000000000
time_unix_nano:1623277287912456721
value:0.34
}
data_points:{
labels:{ key:"device" value:"loop3" }
start_time_unix_nano:1623271531000000000
time_unix_nano:1623277287912456721
value:0.008
}
data_points:{
labels:{ key:"device" value:"vda15" }
start_time_unix_nano:1623271531000000000
time_unix_nano:1623277287912456721
value:0.496
}
data_points:{
labels:{ key:"device" value:"sr0" }
start_time_unix_nano:1623271531000000000
time_unix_nano:1623277287912456721
value:0.076
}
data_points:{
labels:{ key:"device" value:"loop0" }
start_time_unix_nano:1623271531000000000
time_unix_nano:1623277287912456721
value:0.964
}
data_points:{
labels:{ key:"device" value:"loop2" }
start_time_unix_nano:1623271531000000000
time_unix_nano:1623277287912456721
value:3.204
}
data_points:{
labels:{ key:"device" value:"vda" }
start_time_unix_nano:1623271531000000000
time_unix_nano:1623277287912456721
value:77.56
}
data_points:{
labels:{ key:"device" value:"vda1" }
start_time_unix_nano:1623271531000000000
time_unix_nano:1623277287912456721
value:77.196
}
data_points:{
labels:{ key:"device" value:"vda14" }
start_time_unix_nano:1623271531000000000
time_unix_nano:1623277287912456721
value:0.332
}
aggregation_temporality:AGGREGATION_TEMPORALITY_CUMULATIVE
is_monotonic:true
}
}
metrics:{
name:"system.disk.operation_time"
description:"Time spent in disk operations."
unit:"s"
double_sum:{
data_points:{
labels:{ key:"device" value:"loop0" }
labels:{ key:"direction" value:"read" }
start_time_unix_nano:1623271531000000000
time_unix_nano:1623277287912456721
value:8.377
}
data_points:{
labels:{ key:"device" value:"loop0" }
labels:{ key:"direction" value:"write" }
start_time_unix_nano:1623271531000000000
time_unix_nano:1623277287912456721
}
data_points:{
labels:{ key:"device" value:"loop2" }
labels:{ key:"direction" value:"read" }
start_time_unix_nano:1623271531000000000
time_unix_nano:1623277287912456721
value:28.449
}
data_points:{
labels:{ key:"device" value:"loop2" }
labels:{ key:"direction" value:"write" }
start_time_unix_nano:1623271531000000000
time_unix_nano:1623277287912456721
}
data_points:{
labels:{ key:"device" value:"vda" }
labels:{ key:"direction" value:"read" }
start_time_unix_nano:1623271531000000000
time_unix_nano:1623277287912456721
value:38.91
}
data_points:{
labels:{ key:"device" value:"vda" }
labels:{ key:"direction" value:"write" }
start_time_unix_nano:1623271531000000000
time_unix_nano:1623277287912456721
value:416.846
}
data_points:{
labels:{ key:"device" value:"vda1" }
labels:{ key:"direction" value:"read" }
start_time_unix_nano:1623271531000000000
time_unix_nano:1623277287912456721
value:35.51
}
data_points:{
labels:{ key:"device" value:"vda1" }
labels:{ key:"direction" value:"write" }
start_time_unix_nano:1623271531000000000
time_unix_nano:1623277287912456721
value:416.406
}
data_points:{
labels:{ key:"device" value:"vda14" }
labels:{ key:"direction" value:"read" }
start_time_unix_nano:1623271531000000000
time_unix_nano:1623277287912456721
value:0.232
}
data_points:{
labels:{ key:"device" value:"vda14" }
labels:{ key:"direction" value:"write" }
start_time_unix_nano:1623271531000000000
time_unix_nano:1623277287912456721
}
data_points:{
labels:{ key:"device" value:"loop1" }
labels:{ key:"direction" value:"read" }
start_time_unix_nano:1623271531000000000
time_unix_nano:1623277287912456721
value:0.775
}
data_points:{
labels:{ key:"device" value:"loop1" }
labels:{ key:"direction" value:"write" }
start_time_unix_nano:1623271531000000000
time_unix_nano:1623277287912456721
}
data_points:{
labels:{ key:"device" value:"loop3" }
labels:{ key:"direction" value:"read" }
start_time_unix_nano:1623271531000000000
time_unix_nano:1623277287912456721
}
data_points:{
labels:{ key:"device" value:"loop3" }
labels:{ key:"direction" value:"write" }
start_time_unix_nano:1623271531000000000
time_unix_nano:1623277287912456721
}
data_points:{
labels:{ key:"device" value:"vda15" }
labels:{ key:"direction" value:"read" }
start_time_unix_nano:1623271531000000000
time_unix_nano:1623277287912456721
value:2.89
}
data_points:{
labels:{ key:"device" value:"vda15" }
labels:{ key:"direction" value:"write" }
start_time_unix_nano:1623271531000000000
time_unix_nano:1623277287912456721
}
data_points:{
labels:{ key:"device" value:"sr0" }
labels:{ key:"direction" value:"read" }
start_time_unix_nano:1623271531000000000
time_unix_nano:1623277287912456721
value:0.038
}
data_points:{
labels:{ key:"device" value:"sr0" }
labels:{ key:"direction" value:"write" }
start_time_unix_nano:1623271531000000000
time_unix_nano:1623277287912456721
}
aggregation_temporality:AGGREGATION_TEMPORALITY_CUMULATIVE
is_monotonic:true
}
}
metrics:{
name:"system.disk.pending_operations"
description:"The queue size of pending I/O operations."
unit:"{operations}"
int_sum:{
data_points:{
labels:{ key:"device" value:"loop3" }
time_unix_nano:1623277287912456721
}
data_points:{
labels:{ key:"device" value:"vda15" }
time_unix_nano:1623277287912456721
}
data_points:{
labels:{ key:"device" value:"sr0" }
time_unix_nano:1623277287912456721
}
data_points:{
labels:{ key:"device" value:"loop1" }
time_unix_nano:1623277287912456721
}
data_points:{
labels:{ key:"device" value:"loop2" }
time_unix_nano:1623277287912456721
}
data_points:{
labels:{ key:"device" value:"vda" }
time_unix_nano:1623277287912456721
}
data_points:{
labels:{ key:"device" value:"vda1" }
time_unix_nano:1623277287912456721
}
data_points:{
labels:{ key:"device" value:"vda14" }
time_unix_nano:1623277287912456721
}
data_points:{
labels:{ key:"device" value:"loop0" }
time_unix_nano:1623277287912456721
}
aggregation_temporality:AGGREGATION_TEMPORALITY_CUMULATIVE
}
}
metrics:{
name:"system.disk.weighted_io_time"
description:"Time disk spent activated multiplied by the queue length."
unit:"s"
double_sum:{
data_points:{
labels:{ key:"device" value:"loop0" }
start_time_unix_nano:1623271531000000000
time_unix_nano:1623277287912456721
value:6.892
}
data_points:{
labels:{ key:"device" value:"loop2" }
start_time_unix_nano:1623271531000000000
time_unix_nano:1623277287912456721
value:23.124
}
data_points:{
labels:{ key:"device" value:"vda" }
start_time_unix_nano:1623271531000000000
time_unix_nano:1623277287912456721
value:380.332
}
data_points:{
labels:{ key:"device" value:"vda1" }
start_time_unix_nano:1623271531000000000
time_unix_nano:1623277287912456721
value:378.068
}
data_points:{
labels:{ key:"device" value:"vda14" }
start_time_unix_nano:1623271531000000000
time_unix_nano:1623277287912456721
value:0.148
}
data_points:{
labels:{ key:"device" value:"loop1" }
start_time_unix_nano:1623271531000000000
time_unix_nano:1623277287912456721
value:0.692
}
data_points:{
labels:{ key:"device" value:"loop3" }
start_time_unix_nano:1623271531000000000
time_unix_nano:1623277287912456721
}
data_points:{
labels:{ key:"device" value:"vda15" }
start_time_unix_nano:1623271531000000000
time_unix_nano:1623277287912456721
value:1.692
}
data_points:{
labels:{ key:"device" value:"sr0" }
start_time_unix_nano:1623271531000000000
time_unix_nano:1623277287912456721
value:0.028
}
aggregation_temporality:AGGREGATION_TEMPORALITY_CUMULATIVE
is_monotonic:true
}
}
metrics:{
name:"system.disk.merged"
description:"The number of disk reads merged into single physical disk access operations."
unit:"{operations}"
int_sum:{
data_points:{
labels:{ key:"device" value:"vda15" }
labels:{ key:"direction" value:"read" }
start_time_unix_nano:1623271531000000000
time_unix_nano:1623277287912456721
}
data_points:{
labels:{ key:"device" value:"vda15" }
labels:{ key:"direction" value:"write" }
start_time_unix_nano:1623271531000000000
time_unix_nano:1623277287912456721
}
data_points:{
labels:{ key:"device" value:"sr0" }
labels:{ key:"direction" value:"read" }
start_time_unix_nano:1623271531000000000
time_unix_nano:1623277287912456721
}
data_points:{
labels:{ key:"device" value:"sr0" }
labels:{ key:"direction" value:"write" }
start_time_unix_nano:1623271531000000000
time_unix_nano:1623277287912456721
}
data_points:{
labels:{ key:"device" value:"loop1" }
labels:{ key:"direction" value:"read" }
start_time_unix_nano:1623271531000000000
time_unix_nano:1623277287912456721
}
data_points:{
labels:{ key:"device" value:"loop1" }
labels:{ key:"direction" value:"write" }
start_time_unix_nano:1623271531000000000
time_unix_nano:1623277287912456721
}
data_points:{
labels:{ key:"device" value:"loop3" }
labels:{ key:"direction" value:"read" }
start_time_unix_nano:1623271531000000000
time_unix_nano:1623277287912456721
}
data_points:{
labels:{ key:"device" value:"loop3" }
labels:{ key:"direction" value:"write" }
start_time_unix_nano:1623271531000000000
time_unix_nano:1623277287912456721
}
data_points:{
labels:{ key:"device" value:"vda" }
labels:{ key:"direction" value:"read" }
start_time_unix_nano:1623271531000000000
time_unix_nano:1623277287912456721
value:1650
}
data_points:{
labels:{ key:"device" value:"vda" }
labels:{ key:"direction" value:"write" }
start_time_unix_nano:1623271531000000000
time_unix_nano:1623277287912456721
value:10729
}
data_points:{
labels:{ key:"device" value:"vda1" }
labels:{ key:"direction" value:"read" }
start_time_unix_nano:1623271531000000000
time_unix_nano:1623277287912456721
value:1650
}
data_points:{
labels:{ key:"device" value:"vda1" }
labels:{ key:"direction" value:"write" }
start_time_unix_nano:1623271531000000000
time_unix_nano:1623277287912456721
value:10721
}
data_points:{
labels:{ key:"device" value:"vda14" }
labels:{ key:"direction" value:"read" }
start_time_unix_nano:1623271531000000000
time_unix_nano:1623277287912456721
}
data_points:{
labels:{ key:"device" value:"vda14" }
labels:{ key:"direction" value:"write" }
start_time_unix_nano:1623271531000000000
time_unix_nano:1623277287912456721
}
data_points:{
labels:{ key:"device" value:"loop0" }
labels:{ key:"direction" value:"read" }
start_time_unix_nano:1623271531000000000
time_unix_nano:1623277287912456721
}
data_points:{
labels:{ key:"device" value:"loop0" }
labels:{ key:"direction" value:"write" }
start_time_unix_nano:1623271531000000000
time_unix_nano:1623277287912456721
}
data_points:{
labels:{ key:"device" value:"loop2" }
labels:{ key:"direction" value:"read" }
start_time_unix_nano:1623271531000000000
time_unix_nano:1623277287912456721
}
data_points:{
labels:{ key:"device" value:"loop2" }
labels:{ key:"direction" value:"write" }
start_time_unix_nano:1623271531000000000
time_unix_nano:1623277287912456721
}
aggregation_temporality:AGGREGATION_TEMPORALITY_CUMULATIVE
is_monotonic:true
}
}
}
}
)
[
{
"Timestamp": "2021-06-09T22:21:27.912456721Z",
"device": "vda1",
"direction": "read",
"host.name": "vm2",
"service.name": "webserver",
"system.disk.io": 258653184,
"system.disk.merged": 1650,
"system.disk.operation_time": 35.51,
"system.disk.operations": 6422
},
{
"Timestamp": "2021-06-09T22:21:27.912456721Z",
"device": "loop2",
"direction": "write",
"host.name": "vm2",
"service.name": "webserver",
"system.disk.io": 0,
"system.disk.merged": 0,
"system.disk.operation_time": 0,
"system.disk.operations": 0
},
{
"Timestamp": "2021-06-09T22:21:27.912456721Z",
"device": "vda14",
"host.name": "vm2",
"service.name": "webserver",
"system.disk.io_time": 0.332,
"system.disk.pending_operations": 0,
"system.disk.weighted_io_time": 0.148
},
{
"Timestamp": "2021-06-09T22:21:27.912456721Z",
"device": "vda1",
"direction": "write",
"host.name": "vm2",
"service.name": "webserver",
"system.disk.io": 2026758144,
"system.disk.merged": 10721,
"system.disk.operation_time": 416.406,
"system.disk.operations": 36578
},
{
"Timestamp": "2021-06-09T22:21:27.912456721Z",
"device": "vda1",
"host.name": "vm2",
"service.name": "webserver",
"system.disk.io_time": 77.196,
"system.disk.pending_operations": 0,
"system.disk.weighted_io_time": 378.068
},
{
"Timestamp": "2021-06-09T22:21:27.912456721Z",
"device": "loop1",
"host.name": "vm2",
"service.name": "webserver",
"system.disk.io_time": 0.34,
"system.disk.pending_operations": 0,
"system.disk.weighted_io_time": 0.692
},
{
"Timestamp": "2021-06-09T22:21:27.912456721Z",
"device": "vda14",
"direction": "read",
"host.name": "vm2",
"service.name": "webserver",
"system.disk.io": 1224704,
"system.disk.merged": 0,
"system.disk.operation_time": 0.232,
"system.disk.operations": 268
},
{
"Timestamp": "2021-06-09T22:21:27.912456721Z",
"device": "vda15",
"host.name": "vm2",
"service.name": "webserver",
"system.disk.io_time": 0.496,
"system.disk.pending_operations": 0,
"system.disk.weighted_io_time": 1.692
},
{
"Timestamp": "2021-06-09T22:21:27.912456721Z",
"device": "sr0",
"host.name": "vm2",
"service.name": "webserver",
"system.disk.io_time": 0.076,
"system.disk.pending_operations": 0,
"system.disk.weighted_io_time": 0.028
},
{
"Timestamp": "2021-06-09T22:21:27.912456721Z",
"device": "loop3",
"direction": "write",
"host.name": "vm2",
"service.name": "webserver",
"system.disk.io": 0,
"system.disk.merged": 0,
"system.disk.operation_time": 0,
"system.disk.operations": 0
},
{
"Timestamp": "2021-06-09T22:21:27.912456721Z",
"device": "loop1",
"direction": "read",
"host.name": "vm2",
"service.name": "webserver",
"system.disk.io": 1110016,
"system.disk.merged": 0,
"system.disk.operation_time": 0.775,
"system.disk.operations": 76
},
{
"Timestamp": "2021-06-09T22:21:27.912456721Z",
"device": "loop1",
"direction": "write",
"host.name": "vm2",
"service.name": "webserver",
"system.disk.io": 0,
"system.disk.merged": 0,
"system.disk.operation_time": 0,
"system.disk.operations": 0
},
{
"Timestamp": "2021-06-09T22:21:27.912456721Z",
"device": "vda",
"host.name": "vm2",
"service.name": "webserver",
"system.disk.io_time": 77.56,
"system.disk.pending_operations": 0,
"system.disk.weighted_io_time": 380.332
},
{
"Timestamp": "2021-06-09T22:21:27.912456721Z",
"device": "loop2",
"direction": "read",
"host.name": "vm2",
"service.name": "webserver",
"system.disk.io": 15406080,
"system.disk.merged": 0,
"system.disk.operation_time": 28.449,
"system.disk.operations": 14749
},
{
"Timestamp": "2021-06-09T22:21:27.912456721Z",
"device": "sr0",
"direction": "write",
"host.name": "vm2",
"service.name": "webserver",
"system.disk.io": 0,
"system.disk.merged": 0,
"system.disk.operation_time": 0,
"system.disk.operations": 0
},
{
"Timestamp": "2021-06-09T22:21:27.912456721Z",
"device": "vda",
"direction": "write",
"host.name": "vm2",
"service.name": "webserver",
"system.disk.io": 2026800128,
"system.disk.merged": 10729,
"system.disk.operation_time": 416.846,
"system.disk.operations": 36740
},
{
"Timestamp": "2021-06-09T22:21:27.912456721Z",
"device": "loop0",
"host.name": "vm2",
"service.name": "webserver",
"system.disk.io_time": 0.964,
"system.disk.pending_operations": 0,
"system.disk.weighted_io_time": 6.892
},
{
"Timestamp": "2021-06-09T22:21:27.912456721Z",
"device": "loop0",
"direction": "write",
"host.name": "vm2",
"service.name": "webserver",
"system.disk.io": 0,
"system.disk.merged": 0,
"system.disk.operation_time": 0,
"system.disk.operations": 0
},
{
"Timestamp": "2021-06-09T22:21:27.912456721Z",
"device": "vda",
"direction": "read",
"host.name": "vm2",
"service.name": "webserver",
"system.disk.io": 271419392,
"system.disk.merged": 1650,
"system.disk.operation_time": 38.91,
"system.disk.operations": 7682
},
{
"Timestamp": "2021-06-09T22:21:27.912456721Z",
"device": "loop3",
"direction": "read",
"host.name": "vm2",
"service.name": "webserver",
"system.disk.io": 5120,
"system.disk.merged": 0,
"system.disk.operation_time": 0,
"system.disk.operations": 2
},
{
"Timestamp": "2021-06-09T22:21:27.912456721Z",
"device": "loop2",
"host.name": "vm2",
"service.name": "webserver",
"system.disk.io_time": 3.204,
"system.disk.pending_operations": 0,
"system.disk.weighted_io_time": 23.124
},
{
"Timestamp": "2021-06-09T22:21:27.912456721Z",
"device": "loop3",
"host.name": "vm2",
"service.name": "webserver",
"system.disk.io_time": 0.008,
"system.disk.pending_operations": 0,
"system.disk.weighted_io_time": 0
},
{
"Timestamp": "2021-06-09T22:21:27.912456721Z",
"device": "sr0",
"direction": "read",
"host.name": "vm2",
"service.name": "webserver",
"system.disk.io": 178176,
"system.disk.merged": 0,
"system.disk.operation_time": 0.038,
"system.disk.operations": 47
},
{
"Timestamp": "2021-06-09T22:21:27.912456721Z",
"device": "vda15",
"direction": "write",
"host.name": "vm2",
"service.name": "webserver",
"system.disk.io": 1024,
"system.disk.merged": 0,
"system.disk.operation_time": 0,
"system.disk.operations": 2
},
{
"Timestamp": "2021-06-09T22:21:27.912456721Z",
"device": "vda15",
"direction": "read",
"host.name": "vm2",
"service.name": "webserver",
"system.disk.io": 9206784,
"system.disk.merged": 0,
"system.disk.operation_time": 2.89,
"system.disk.operations": 885
},
{
"Timestamp": "2021-06-09T22:21:27.912456721Z",
"device": "loop0",
"direction": "read",
"host.name": "vm2",
"service.name": "webserver",
"system.disk.io": 1995776,
"system.disk.merged": 0,
"system.disk.operation_time": 8.377,
"system.disk.operations": 1653
},
{
"Timestamp": "2021-06-09T22:21:27.912456721Z",
"device": "vda14",
"direction": "write",
"host.name": "vm2",
"service.name": "webserver",
"system.disk.io": 0,
"system.disk.merged": 0,
"system.disk.operation_time": 0,
"system.disk.operations": 0
},
{
"Timestamp": "2021-06-09T22:21:27.9122512Z",
"host.name": "vm2",
"service.name": "webserver",
"status": "running",
"system.processes.count": 3
},
{
"Timestamp": "2021-06-09T22:21:27.9122512Z",
"host.name": "vm2",
"service.name": "webserver",
"status": "blocked",
"system.processes.count": 0
},
{
"Timestamp": "2021-06-09T22:21:27.9122512Z",
"host.name": "vm2",
"service.name": "webserver",
"system.processes.created": 4377
},
{
"Timestamp": "2021-06-09T22:21:27.515805448Z",
"host.name": "vm2",
"protocol": "tcp",
"service.name": "webserver",
"state": "SYN_RECV",
"system.network.connections": 0
},
{
"Timestamp": "2021-06-09T22:21:27.515805448Z",
"host.name": "vm2",
"protocol": "tcp",
"service.name": "webserver",
"state": "LISTEN",
"system.network.connections": 7
},
{
"Timestamp": "2021-06-09T22:21:27.515805448Z",
"host.name": "vm2",
"protocol": "tcp",
"service.name": "webserver",
"state": "ESTABLISHED",
"system.network.connections": 4
},
{
"Timestamp": "2021-06-09T22:21:27.515805448Z",
"host.name": "vm2",
"protocol": "tcp",
"service.name": "webserver",
"state": "TIME_WAIT",
"system.network.connections": 4096
},
{
"Timestamp": "2021-06-09T22:21:27.515805448Z",
"host.name": "vm2",
"protocol": "tcp",
"service.name": "webserver",
"state": "CLOSING",
"system.network.connections": 0
},
{
"Timestamp": "2021-06-09T22:21:27.515805448Z",
"host.name": "vm2",
"protocol": "tcp",
"service.name": "webserver",
"state": "DELETE",
"system.network.connections": 0
},
{
"Timestamp": "2021-06-09T22:21:27.515805448Z",
"host.name": "vm2",
"protocol": "tcp",
"service.name": "webserver",
"state": "FIN_WAIT_2",
"system.network.connections": 0
},
{
"Timestamp": "2021-06-09T22:21:27.515805448Z",
"host.name": "vm2",
"protocol": "tcp",
"service.name": "webserver",
"state": "FIN_WAIT_1",
"system.network.connections": 0
},
{
"Timestamp": "2021-06-09T22:21:27.515805448Z",
"host.name": "vm2",
"protocol": "tcp",
"service.name": "webserver",
"state": "CLOSE_WAIT",
"system.network.connections": 0
},
{
"Timestamp": "2021-06-09T22:21:27.515805448Z",
"host.name": "vm2",
"protocol": "tcp",
"service.name": "webserver",
"state": "CLOSE",
"system.network.connections": 0
},
{
"Timestamp": "2021-06-09T22:21:27.515805448Z",
"host.name": "vm2",
"protocol": "tcp",
"service.name": "webserver",
"state": "SYN_SENT",
"system.network.connections": 0
},
{
"Timestamp": "2021-06-09T22:21:27.515805448Z",
"host.name": "vm2",
"protocol": "tcp",
"service.name": "webserver",
"state": "LAST_ACK",
"system.network.connections": 0
},
{
"Timestamp": "2021-06-09T22:21:27.515603287Z",
"device": "enp0s2",
"direction": "transmit",
"host.name": "vm2",
"service.name": "webserver",
"system.network.dropped": 0,
"system.network.errors": 0,
"system.network.io": 365575481,
"system.network.packets": 3529537
},
{
"Timestamp": "2021-06-09T22:21:27.515603287Z",
"device": "lo",
"direction": "receive",
"host.name": "vm2",
"service.name": "webserver",
"system.network.dropped": 0,
"system.network.errors": 0,
"system.network.io": 212062478,
"system.network.packets": 26307
},
{
"Timestamp": "2021-06-09T22:21:27.515603287Z",
"device": "lo",
"direction": "transmit",
"host.name": "vm2",
"service.name": "webserver",
"system.network.dropped": 0,
"system.network.errors": 0,
"system.network.io": 212062478,
"system.network.packets": 26307
},
{
"Timestamp": "2021-06-09T22:21:27.515603287Z",
"device": "enp0s2",
"direction": "receive",
"host.name": "vm2",
"service.name": "webserver",
"system.network.dropped": 0,
"system.network.errors": 0,
"system.network.io": 490884083,
"system.network.packets": 3996555
},
{
"Timestamp": "2021-06-09T22:21:27.51507937Z",
"host.name": "vm2",
"service.name": "webserver",
"state": "used",
"system.memory.usage": 217608192
},
{
"Timestamp": "2021-06-09T22:21:27.51507937Z",
"host.name": "vm2",
"service.name": "webserver",
"state": "slab_unreclaimable",
"system.memory.usage": 41148416
},
{
"Timestamp": "2021-06-09T22:21:27.51507937Z",
"host.name": "vm2",
"service.name": "webserver",
"state": "cached",
"system.memory.usage": 703111168
},
{
"Timestamp": "2021-06-09T22:21:27.51507937Z",
"host.name": "vm2",
"service.name": "webserver",
"state": "buffered",
"system.memory.usage": 28291072
},
{
"Timestamp": "2021-06-09T22:21:27.51507937Z",
"host.name": "vm2",
"service.name": "webserver",
"state": "slab_reclaimable",
"system.memory.usage": 41844736
},
{
"Timestamp": "2021-06-09T22:21:27.51507937Z",
"host.name": "vm2",
"service.name": "webserver",
"state": "free",
"system.memory.usage": 79982592
},
{
"Timestamp": "2021-06-09T22:21:27.513691424Z",
"device": "/dev/loop2",
"host.name": "vm2",
"mode": "ro",
"mountpoint": "/snap/snapd/12057",
"service.name": "webserver",
"state": "reserved",
"system.filesystem.usage": 0,
"type": "squashfs"
},
{
"Timestamp": "2021-06-09T22:21:27.513691424Z",
"device": "/dev/vda15",
"host.name": "vm2",
"mode": "rw",
"mountpoint": "/boot/efi",
"service.name": "webserver",
"state": "free",
"system.filesystem.inodes.usage": 0,
"system.filesystem.usage": 101222912,
"type": "vfat"
},
{
"Timestamp": "2021-06-09T22:21:27.513691424Z",
"device": "/dev/loop1",
"host.name": "vm2",
"mode": "ro",
"mountpoint": "/snap/lxd/20326",
"service.name": "webserver",
"state": "reserved",
"system.filesystem.usage": 0,
"type": "squashfs"
},
{
"Timestamp": "2021-06-09T22:21:27.513691424Z",
"device": "/dev/vda1",
"host.name": "vm2",
"mode": "rw",
"mountpoint": "/",
"service.name": "webserver",
"state": "used",
"system.filesystem.inodes.usage": 72610,
"system.filesystem.usage": 2008989696,
"type": "ext4"
},
{
"Timestamp": "2021-06-09T22:21:27.513691424Z",
"device": "/dev/loop1",
"host.name": "vm2",
"mode": "ro",
"mountpoint": "/snap/lxd/20326",
"service.name": "webserver",
"state": "free",
"system.filesystem.inodes.usage": 0,
"system.filesystem.usage": 0,
"type": "squashfs"
},
{
"Timestamp": "2021-06-09T22:21:27.513691424Z",
"device": "/dev/vda15",
"host.name": "vm2",
"mode": "rw",
"mountpoint": "/boot/efi",
"service.name": "webserver",
"state": "used",
"system.filesystem.inodes.usage": 0,
"system.filesystem.usage": 8199680,
"type": "vfat"
},
{
"Timestamp": "2021-06-09T22:21:27.513691424Z",
"device": "/dev/vda1",
"host.name": "vm2",
"mode": "rw",
"mountpoint": "/",
"service.name": "webserver",
"state": "free",
"system.filesystem.inodes.usage": 572510,
"system.filesystem.usage": 2993876992,
"type": "ext4"
},
{
"Timestamp": "2021-06-09T22:21:27.513691424Z",
"device": "/dev/loop2",
"host.name": "vm2",
"mode": "ro",
"mountpoint": "/snap/snapd/12057",
"service.name": "webserver",
"state": "free",
"system.filesystem.inodes.usage": 0,
"system.filesystem.usage": 0,
"type": "squashfs"
},
{
"Timestamp": "2021-06-09T22:21:27.513691424Z",
"device": "/dev/vda15",
"host.name": "vm2",
"mode": "rw",
"mountpoint": "/boot/efi",
"service.name": "webserver",
"state": "reserved",
"system.filesystem.usage": 0,
"type": "vfat"
},
{
"Timestamp": "2021-06-09T22:21:27.513691424Z",
"device": "/dev/loop0",
"host.name": "vm2",
"mode": "ro",
"mountpoint": "/snap/core18/2066",
"service.name": "webserver",
"state": "used",
"system.filesystem.inodes.usage": 10794,
"system.filesystem.usage": 58195968,
"type": "squashfs"
},
{
"Timestamp": "2021-06-09T22:21:27.513691424Z",
"device": "/dev/vda1",
"host.name": "vm2",
"mode": "rw",
"mountpoint": "/",
"service.name": "webserver",
"state": "reserved",
"system.filesystem.usage": 16777216,
"type": "ext4"
},
{
"Timestamp": "2021-06-09T22:21:27.513691424Z",
"device": "/dev/loop0",
"host.name": "vm2",
"mode": "ro",
"mountpoint": "/snap/core18/2066",
"service.name": "webserver",
"state": "reserved",
"system.filesystem.usage": 0,
"type": "squashfs"
},
{
"Timestamp": "2021-06-09T22:21:27.513691424Z",
"device": "/dev/loop0",
"host.name": "vm2",
"mode": "ro",
"mountpoint": "/snap/core18/2066",
"service.name": "webserver",
"state": "free",
"system.filesystem.inodes.usage": 0,
"system.filesystem.usage": 0,
"type": "squashfs"
},
{
"Timestamp": "2021-06-09T22:21:27.513691424Z",
"device": "/dev/loop1",
"host.name": "vm2",
"mode": "ro",
"mountpoint": "/snap/lxd/20326",
"service.name": "webserver",
"state": "used",
"system.filesystem.inodes.usage": 1578,
"system.filesystem.usage": 70909952,
"type": "squashfs"
},
{
"Timestamp": "2021-06-09T22:21:27.513691424Z",
"device": "/dev/loop2",
"host.name": "vm2",
"mode": "ro",
"mountpoint": "/snap/snapd/12057",
"service.name": "webserver",
"state": "used",
"system.filesystem.inodes.usage": 474,
"system.filesystem.usage": 33685504,
"type": "squashfs"
},
{
"Timestamp": "2021-06-09T22:21:27.513620233Z",
"cpu": "cpu0",
"host.name": "vm2",
"service.name": "webserver",
"state": "steal",
"system.cpu.time": 0
},
{
"Timestamp": "2021-06-09T22:21:27.513620233Z",
"cpu": "cpu0",
"host.name": "vm2",
"service.name": "webserver",
"state": "system",
"system.cpu.time": 763
},
{
"Timestamp": "2021-06-09T22:21:27.513620233Z",
"cpu": "cpu0",
"host.name": "vm2",
"service.name": "webserver",
"state": "user",
"system.cpu.time": 1042.22
},
{
"Timestamp": "2021-06-09T22:21:27.513620233Z",
"cpu": "cpu0",
"host.name": "vm2",
"service.name": "webserver",
"state": "nice",
"system.cpu.time": 3.49
},
{
"Timestamp": "2021-06-09T22:21:27.513620233Z",
"cpu": "cpu0",
"host.name": "vm2",
"service.name": "webserver",
"state": "wait",
"system.cpu.time": 11.97
},
{
"Timestamp": "2021-06-09T22:21:27.513620233Z",
"cpu": "cpu0",
"host.name": "vm2",
"service.name": "webserver",
"state": "softirq",
"system.cpu.time": 613.8
},
{
"Timestamp": "2021-06-09T22:21:27.513620233Z",
"cpu": "cpu0",
"host.name": "vm2",
"service.name": "webserver",
"state": "idle",
"system.cpu.time": 2884.36
},
{
"Timestamp": "2021-06-09T22:21:27.513620233Z",
"cpu": "cpu0",
"host.name": "vm2",
"service.name": "webserver",
"state": "interrupt",
"system.cpu.time": 0
},
{
"Timestamp": "2021-06-09T22:21:27.51321914Z",
"direction": "page_out",
"host.name": "vm2",
"service.name": "webserver",
"system.paging.operations": 0,
"type": "major"
},
{
"Timestamp": "2021-06-09T22:21:27.51321914Z",
"direction": "page_in",
"host.name": "vm2",
"service.name": "webserver",
"system.paging.operations": 1160458240,
"type": "minor"
},
{
"Timestamp": "2021-06-09T22:21:27.51321914Z",
"direction": "page_out",
"host.name": "vm2",
"service.name": "webserver",
"system.paging.operations": 8107200512,
"type": "minor"
},
{
"Timestamp": "2021-06-09T22:21:27.51321914Z",
"host.name": "vm2",
"service.name": "webserver",
"system.paging.faults": 10265219072,
"type": "minor"
},
{
"Timestamp": "2021-06-09T22:21:27.51321914Z",
"direction": "page_in",
"host.name": "vm2",
"service.name": "webserver",
"system.paging.operations": 0,
"type": "major"
},
{
"Timestamp": "2021-06-09T22:21:27.51321914Z",
"host.name": "vm2",
"service.name": "webserver",
"system.paging.faults": 17465344,
"type": "major"
},
{
"Timestamp": "2021-06-09T22:21:27.512885919Z",
"host.name": "vm2",
"service.name": "webserver",
"state": "free",
"system.paging.usage": 0
},
{
"Timestamp": "2021-06-09T22:21:27.512885919Z",
"host.name": "vm2",
"service.name": "webserver",
"state": "used",
"system.paging.usage": 0
},
{
"Timestamp": "2021-06-09T22:21:27.512885919Z",
"host.name": "vm2",
"service.name": "webserver",
"state": "cached",
"system.paging.usage": 0
},
{
"Timestamp": "2021-06-09T22:21:27.51244735Z",
"host.name": "vm2",
"service.name": "webserver",
"system.cpu.load_average.15m": 1.78,
"system.cpu.load_average.1m": 1.99,
"system.cpu.load_average.5m": 1.76
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment