multi_metadata.yaml 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797
  1. name: macos.plugin
  2. modules:
  3. - meta:
  4. plugin_name: macos.plugin
  5. module_name: mach_smi
  6. monitored_instance:
  7. name: macos mach_smi
  8. link: ''
  9. categories: []
  10. icon_filename: ''
  11. related_resources:
  12. integrations:
  13. list: []
  14. info_provided_to_referring_integrations:
  15. description: ''
  16. keywords: []
  17. most_popular: false
  18. overview:
  19. data_collection:
  20. metrics_description: ''
  21. method_description: ''
  22. supported_platforms:
  23. include: []
  24. exclude: []
  25. multi-instance: true
  26. additional_permissions:
  27. description: ''
  28. default_behavior:
  29. auto_detection:
  30. description: ''
  31. limits:
  32. description: ''
  33. performance_impact:
  34. description: ''
  35. setup:
  36. prerequisites:
  37. list: []
  38. configuration:
  39. file:
  40. name: ''
  41. description: ''
  42. options:
  43. description: ''
  44. folding:
  45. title: ''
  46. enabled: true
  47. list: []
  48. examples:
  49. folding:
  50. enabled: true
  51. title: ''
  52. list: []
  53. troubleshooting:
  54. problems:
  55. list: []
  56. alerts:
  57. - name: 10min_cpu_usage
  58. link: https://github.com/netdata/netdata/blob/master/health/health.d/cpu.conf
  59. metric: system.cpu
  60. info: average CPU utilization over the last 10 minutes (excluding iowait, nice and steal)
  61. os: "linux"
  62. - name: 10min_cpu_iowait
  63. link: https://github.com/netdata/netdata/blob/master/health/health.d/cpu.conf
  64. metric: system.cpu
  65. info: average CPU iowait time over the last 10 minutes
  66. os: "linux"
  67. - name: 20min_steal_cpu
  68. link: https://github.com/netdata/netdata/blob/master/health/health.d/cpu.conf
  69. metric: system.cpu
  70. info: average CPU steal time over the last 20 minutes
  71. os: "linux"
  72. - name: 10min_cpu_usage
  73. link: https://github.com/netdata/netdata/blob/master/health/health.d/cpu.conf
  74. metric: system.cpu
  75. info: average CPU utilization over the last 10 minutes (excluding nice)
  76. os: "freebsd"
  77. - name: ram_in_use
  78. link: https://github.com/netdata/netdata/blob/master/health/health.d/ram.conf
  79. metric: system.ram
  80. info: system memory utilization
  81. os: "linux"
  82. - name: ram_in_use
  83. link: https://github.com/netdata/netdata/blob/master/health/health.d/ram.conf
  84. metric: system.ram
  85. info: system memory utilization
  86. os: "freebsd"
  87. - name: 30min_ram_swapped_out
  88. link: https://github.com/netdata/netdata/blob/master/health/health.d/swap.conf
  89. metric: system.swapio
  90. info: percentage of the system RAM swapped in the last 30 minutes
  91. os: "linux freebsd"
  92. metrics:
  93. folding:
  94. title: Metrics
  95. enabled: false
  96. description: ""
  97. availability: []
  98. scopes:
  99. - name: global
  100. description: ""
  101. labels: []
  102. metrics:
  103. - name: system.cpu
  104. description: Total CPU utilization
  105. unit: "percentage"
  106. chart_type: stacked
  107. dimensions:
  108. - name: user
  109. - name: nice
  110. - name: system
  111. - name: idle
  112. - name: system.ram
  113. description: System RAM
  114. unit: "MiB"
  115. chart_type: stacked
  116. dimensions:
  117. - name: active
  118. - name: wired
  119. - name: throttled
  120. - name: compressor
  121. - name: inactive
  122. - name: purgeable
  123. - name: speculative
  124. - name: free
  125. - name: system.swapio
  126. description: Swap I/O
  127. unit: "KiB/s"
  128. chart_type: area
  129. dimensions:
  130. - name: io
  131. - name: out
  132. - name: mem.pgfaults
  133. description: Memory Page Faults
  134. unit: "faults/s"
  135. chart_type: line
  136. dimensions:
  137. - name: memory
  138. - name: cow
  139. - name: pagein
  140. - name: pageout
  141. - name: compress
  142. - name: decompress
  143. - name: zero_fill
  144. - name: reactivate
  145. - name: purge
  146. - meta:
  147. plugin_name: macos.plugin
  148. module_name: sysctl
  149. monitored_instance:
  150. name: macos sysctl
  151. link: ''
  152. categories: []
  153. icon_filename: ''
  154. related_resources:
  155. integrations:
  156. list: []
  157. info_provided_to_referring_integrations:
  158. description: ''
  159. keywords: []
  160. most_popular: false
  161. overview:
  162. data_collection:
  163. metrics_description: ''
  164. method_description: ''
  165. supported_platforms:
  166. include: []
  167. exclude: []
  168. multi-instance: true
  169. additional_permissions:
  170. description: ''
  171. default_behavior:
  172. auto_detection:
  173. description: ''
  174. limits:
  175. description: ''
  176. performance_impact:
  177. description: ''
  178. setup:
  179. prerequisites:
  180. list: []
  181. configuration:
  182. file:
  183. name: ''
  184. description: ''
  185. options:
  186. description: ''
  187. folding:
  188. title: ''
  189. enabled: true
  190. list: []
  191. examples:
  192. folding:
  193. enabled: true
  194. title: ''
  195. list: []
  196. troubleshooting:
  197. problems:
  198. list: []
  199. alerts:
  200. - name: load_cpu_number
  201. link: https://github.com/netdata/netdata/blob/master/health/health.d/load.conf
  202. metric: system.load
  203. info: number of active CPU cores in the system
  204. os: "linux"
  205. - name: load_average_15
  206. link: https://github.com/netdata/netdata/blob/master/health/health.d/load.conf
  207. metric: system.load
  208. info: system fifteen-minute load average
  209. os: "linux"
  210. - name: load_average_5
  211. link: https://github.com/netdata/netdata/blob/master/health/health.d/load.conf
  212. metric: system.load
  213. info: system five-minute load average
  214. os: "linux"
  215. - name: load_average_1
  216. link: https://github.com/netdata/netdata/blob/master/health/health.d/load.conf
  217. metric: system.load
  218. info: system one-minute load average
  219. os: "linux"
  220. - name: used_swap
  221. link: https://github.com/netdata/netdata/blob/master/health/health.d/swap.conf
  222. metric: system.swap
  223. info: swap memory utilization
  224. os: "linux freebsd"
  225. - name: 1m_ipv4_tcp_resets_sent
  226. link: https://github.com/netdata/netdata/blob/master/health/health.d/tcp_resets.conf
  227. metric: ipv4.tcphandshake
  228. info: average number of sent TCP RESETS over the last minute
  229. os: "linux"
  230. - name: 10s_ipv4_tcp_resets_sent
  231. link: https://github.com/netdata/netdata/blob/master/health/health.d/tcp_resets.conf
  232. metric: ipv4.tcphandshake
  233. info: average number of sent TCP RESETS over the last 10 seconds. This can indicate a port scan, or that a service running on this host has crashed. Netdata will not send a clear notification for this alarm.
  234. os: "linux"
  235. - name: 1m_ipv4_tcp_resets_received
  236. link: https://github.com/netdata/netdata/blob/master/health/health.d/tcp_resets.conf
  237. metric: ipv4.tcphandshake
  238. info: average number of received TCP RESETS over the last minute
  239. os: "linux freebsd"
  240. - name: 10s_ipv4_tcp_resets_received
  241. link: https://github.com/netdata/netdata/blob/master/health/health.d/tcp_resets.conf
  242. metric: ipv4.tcphandshake
  243. info: average number of received TCP RESETS over the last 10 seconds. This can be an indication that a service this host needs has crashed. Netdata will not send a clear notification for this alarm.
  244. os: "linux freebsd"
  245. - name: 1m_ipv4_udp_receive_buffer_errors
  246. link: https://github.com/netdata/netdata/blob/master/health/health.d/udp_errors.conf
  247. metric: ipv4.udperrors
  248. info: average number of UDP receive buffer errors over the last minute
  249. os: "linux freebsd"
  250. - name: 1m_ipv4_udp_send_buffer_errors
  251. link: https://github.com/netdata/netdata/blob/master/health/health.d/udp_errors.conf
  252. metric: ipv4.udperrors
  253. info: average number of UDP send buffer errors over the last minute
  254. os: "linux"
  255. metrics:
  256. folding:
  257. title: Metrics
  258. enabled: false
  259. description: ""
  260. availability: []
  261. scopes:
  262. - name: global
  263. description: ""
  264. labels: []
  265. metrics:
  266. - name: system.load
  267. description: System Load Average
  268. unit: "load"
  269. chart_type: line
  270. dimensions:
  271. - name: load1
  272. - name: load5
  273. - name: load15
  274. - name: system.swap
  275. description: System Swap
  276. unit: "MiB"
  277. chart_type: stacked
  278. dimensions:
  279. - name: free
  280. - name: used
  281. - name: system.ipv4
  282. description: IPv4 Bandwidth
  283. unit: "kilobits/s"
  284. chart_type: area
  285. dimensions:
  286. - name: received
  287. - name: sent
  288. - name: ipv4.tcppackets
  289. description: IPv4 TCP Packets
  290. unit: "packets/s"
  291. chart_type: line
  292. dimensions:
  293. - name: received
  294. - name: sent
  295. - name: ipv4.tcperrors
  296. description: IPv4 TCP Errors
  297. unit: "packets/s"
  298. chart_type: line
  299. dimensions:
  300. - name: InErrs
  301. - name: InCsumErrors
  302. - name: RetransSegs
  303. - name: ipv4.tcphandshake
  304. description: IPv4 TCP Handshake Issues
  305. unit: "events/s"
  306. chart_type: line
  307. dimensions:
  308. - name: EstabResets
  309. - name: ActiveOpens
  310. - name: PassiveOpens
  311. - name: AttemptFails
  312. - name: ipv4.tcpconnaborts
  313. description: TCP Connection Aborts
  314. unit: "connections/s"
  315. chart_type: line
  316. dimensions:
  317. - name: baddata
  318. - name: userclosed
  319. - name: nomemory
  320. - name: timeout
  321. - name: ipv4.tcpofo
  322. description: TCP Out-Of-Order Queue
  323. unit: "packets/s"
  324. chart_type: line
  325. dimensions:
  326. - name: inqueue
  327. - name: ipv4.tcpsyncookies
  328. description: TCP SYN Cookies
  329. unit: "packets/s"
  330. chart_type: line
  331. dimensions:
  332. - name: received
  333. - name: sent
  334. - name: failed
  335. - name: ipv4.ecnpkts
  336. description: IPv4 ECN Statistics
  337. unit: "packets/s"
  338. chart_type: line
  339. dimensions:
  340. - name: CEP
  341. - name: NoECTP
  342. - name: ipv4.udppackets
  343. description: IPv4 UDP Packets
  344. unit: "packets/s"
  345. chart_type: line
  346. dimensions:
  347. - name: received
  348. - name: sent
  349. - name: ipv4.udperrors
  350. description: IPv4 UDP Errors
  351. unit: "events/s"
  352. chart_type: line
  353. dimensions:
  354. - name: RcvbufErrors
  355. - name: InErrors
  356. - name: NoPorts
  357. - name: InCsumErrors
  358. - name: IgnoredMulti
  359. - name: ipv4.icmp
  360. description: IPv4 ICMP Packets
  361. unit: "packets/s"
  362. chart_type: line
  363. dimensions:
  364. - name: received
  365. - name: sent
  366. - name: ipv4.icmp_errors
  367. description: IPv4 ICMP Errors
  368. unit: "packets/s"
  369. chart_type: line
  370. dimensions:
  371. - name: InErrors
  372. - name: OutErrors
  373. - name: InCsumErrors
  374. - name: ipv4.icmpmsg
  375. description: IPv4 ICMP Messages
  376. unit: "packets/s"
  377. chart_type: line
  378. dimensions:
  379. - name: InEchoReps
  380. - name: OutEchoReps
  381. - name: InEchos
  382. - name: OutEchos
  383. - name: ipv4.packets
  384. description: IPv4 Packets
  385. unit: "packets/s"
  386. chart_type: line
  387. dimensions:
  388. - name: received
  389. - name: sent
  390. - name: forwarded
  391. - name: delivered
  392. - name: ipv4.fragsout
  393. description: IPv4 Fragments Sent
  394. unit: "packets/s"
  395. chart_type: line
  396. dimensions:
  397. - name: ok
  398. - name: failed
  399. - name: created
  400. - name: ipv4.fragsin
  401. description: IPv4 Fragments Reassembly
  402. unit: "packets/s"
  403. chart_type: line
  404. dimensions:
  405. - name: ok
  406. - name: failed
  407. - name: all
  408. - name: ipv4.errors
  409. description: IPv4 Errors
  410. unit: "packets/s"
  411. chart_type: line
  412. dimensions:
  413. - name: InDiscards
  414. - name: OutDiscards
  415. - name: InHdrErrors
  416. - name: OutNoRoutes
  417. - name: InAddrErrors
  418. - name: InUnknownProtos
  419. - name: ipv6.packets
  420. description: IPv6 Packets
  421. unit: "packets/s"
  422. chart_type: line
  423. dimensions:
  424. - name: received
  425. - name: sent
  426. - name: forwarded
  427. - name: delivers
  428. - name: ipv6.fragsout
  429. description: IPv6 Fragments Sent
  430. unit: "packets/s"
  431. chart_type: line
  432. dimensions:
  433. - name: ok
  434. - name: failed
  435. - name: all
  436. - name: ipv6.fragsin
  437. description: IPv6 Fragments Reassembly
  438. unit: "packets/s"
  439. chart_type: line
  440. dimensions:
  441. - name: ok
  442. - name: failed
  443. - name: timeout
  444. - name: all
  445. - name: ipv6.errors
  446. description: IPv6 Errors
  447. unit: "packets/s"
  448. chart_type: line
  449. dimensions:
  450. - name: InDiscards
  451. - name: OutDiscards
  452. - name: InHdrErrors
  453. - name: InAddrErrors
  454. - name: InTruncatedPkts
  455. - name: InNoRoutes
  456. - name: OutNoRoutes
  457. - name: ipv6.icmp
  458. description: IPv6 ICMP Messages
  459. unit: "messages/s"
  460. chart_type: line
  461. dimensions:
  462. - name: received
  463. - name: sent
  464. - name: ipv6.icmpredir
  465. description: IPv6 ICMP Redirects
  466. unit: "redirects/s"
  467. chart_type: line
  468. dimensions:
  469. - name: received
  470. - name: sent
  471. - name: ipv6.icmperrors
  472. description: IPv6 ICMP Errors
  473. unit: "errors/s"
  474. chart_type: line
  475. dimensions:
  476. - name: InErrors
  477. - name: OutErrors
  478. - name: InCsumErrors
  479. - name: InDestUnreachs
  480. - name: InPktTooBigs
  481. - name: InTimeExcds
  482. - name: InParmProblems
  483. - name: OutDestUnreachs
  484. - name: OutTimeExcds
  485. - name: OutParmProblems
  486. - name: ipv6.icmpechos
  487. description: IPv6 ICMP Echo
  488. unit: "messages/s"
  489. chart_type: line
  490. dimensions:
  491. - name: InEchos
  492. - name: OutEchos
  493. - name: InEchoReplies
  494. - name: OutEchoReplies
  495. - name: ipv6.icmprouter
  496. description: IPv6 Router Messages
  497. unit: "messages/s"
  498. chart_type: line
  499. dimensions:
  500. - name: InSolicits
  501. - name: OutSolicits
  502. - name: InAdvertisements
  503. - name: OutAdvertisements
  504. - name: ipv6.icmpneighbor
  505. description: IPv6 Neighbor Messages
  506. unit: "messages/s"
  507. chart_type: line
  508. dimensions:
  509. - name: InSolicits
  510. - name: OutSolicits
  511. - name: InAdvertisements
  512. - name: OutAdvertisements
  513. - name: ipv6.icmptypes
  514. description: IPv6 ICMP Types
  515. unit: "messages/s"
  516. chart_type: line
  517. dimensions:
  518. - name: InType1
  519. - name: InType128
  520. - name: InType129
  521. - name: InType136
  522. - name: OutType1
  523. - name: OutType128
  524. - name: OutType129
  525. - name: OutType133
  526. - name: OutType135
  527. - name: OutType143
  528. - name: system.uptime
  529. description: System Uptime
  530. unit: "seconds"
  531. chart_type: line
  532. dimensions:
  533. - name: uptime
  534. - meta:
  535. plugin_name: macos.plugin
  536. module_name: iokit
  537. monitored_instance:
  538. name: macos iokit
  539. link: ''
  540. categories: []
  541. icon_filename: ''
  542. related_resources:
  543. integrations:
  544. list: []
  545. info_provided_to_referring_integrations:
  546. description: ''
  547. keywords: []
  548. most_popular: false
  549. overview:
  550. data_collection:
  551. metrics_description: ''
  552. method_description: ''
  553. supported_platforms:
  554. include: []
  555. exclude: []
  556. multi-instance: true
  557. additional_permissions:
  558. description: ''
  559. default_behavior:
  560. auto_detection:
  561. description: ''
  562. limits:
  563. description: ''
  564. performance_impact:
  565. description: ''
  566. setup:
  567. prerequisites:
  568. list: []
  569. configuration:
  570. file:
  571. name: ''
  572. description: ''
  573. options:
  574. description: ''
  575. folding:
  576. title: ''
  577. enabled: true
  578. list: []
  579. examples:
  580. folding:
  581. enabled: true
  582. title: ''
  583. list: []
  584. troubleshooting:
  585. problems:
  586. list: []
  587. alerts:
  588. - name: 10min_disk_utilization
  589. link: https://github.com/netdata/netdata/blob/master/health/health.d/disks.conf
  590. metric: disk.util
  591. info: average percentage of time ${label:device} disk was busy over the last 10 minutes
  592. os: "linux freebsd"
  593. - name: disk_space_usage
  594. link: https://github.com/netdata/netdata/blob/master/health/health.d/disks.conf
  595. metric: disk.space
  596. info: disk ${label:mount_point} space utilization
  597. os: "linux freebsd"
  598. - name: disk_inode_usage
  599. link: https://github.com/netdata/netdata/blob/master/health/health.d/disks.conf
  600. metric: disk.inodes
  601. info: disk ${label:mount_point} inode utilization
  602. os: "linux freebsd"
  603. - name: interface_speed
  604. link: https://github.com/netdata/netdata/blob/master/health/health.d/net.conf
  605. metric: net.net
  606. info: network interface ${label:device} current speed
  607. os: "*"
  608. - name: 1m_received_traffic_overflow
  609. link: https://github.com/netdata/netdata/blob/master/health/health.d/net.conf
  610. metric: net.net
  611. info: average inbound utilization for the network interface ${label:device} over the last minute
  612. os: "linux"
  613. - name: 1m_sent_traffic_overflow
  614. link: https://github.com/netdata/netdata/blob/master/health/health.d/net.conf
  615. metric: net.net
  616. info: average outbound utilization for the network interface ${label:device} over the last minute
  617. os: "linux"
  618. - name: inbound_packets_dropped_ratio
  619. link: https://github.com/netdata/netdata/blob/master/health/health.d/net.conf
  620. metric: net.packets
  621. info: ratio of inbound dropped packets for the network interface ${label:device} over the last 10 minutes
  622. os: "linux"
  623. - name: outbound_packets_dropped_ratio
  624. link: https://github.com/netdata/netdata/blob/master/health/health.d/net.conf
  625. metric: net.packets
  626. info: ratio of outbound dropped packets for the network interface ${label:device} over the last 10 minutes
  627. os: "linux"
  628. - name: wifi_inbound_packets_dropped_ratio
  629. link: https://github.com/netdata/netdata/blob/master/health/health.d/net.conf
  630. metric: net.packets
  631. info: ratio of inbound dropped packets for the network interface ${label:device} over the last 10 minutes
  632. os: "linux"
  633. - name: wifi_outbound_packets_dropped_ratio
  634. link: https://github.com/netdata/netdata/blob/master/health/health.d/net.conf
  635. metric: net.packets
  636. info: ratio of outbound dropped packets for the network interface ${label:device} over the last 10 minutes
  637. os: "linux"
  638. - name: 1m_received_packets_rate
  639. link: https://github.com/netdata/netdata/blob/master/health/health.d/net.conf
  640. metric: net.packets
  641. info: average number of packets received by the network interface ${label:device} over the last minute
  642. os: "linux freebsd"
  643. - name: 10s_received_packets_storm
  644. link: https://github.com/netdata/netdata/blob/master/health/health.d/net.conf
  645. metric: net.packets
  646. info: ratio of average number of received packets for the network interface ${label:device} over the last 10 seconds, compared to the rate over the last minute
  647. os: "linux freebsd"
  648. - name: interface_inbound_errors
  649. link: https://github.com/netdata/netdata/blob/master/health/health.d/net.conf
  650. metric: net.errors
  651. info: number of inbound errors for the network interface ${label:device} in the last 10 minutes
  652. os: "freebsd"
  653. - name: interface_outbound_errors
  654. link: https://github.com/netdata/netdata/blob/master/health/health.d/net.conf
  655. metric: net.errors
  656. info: number of outbound errors for the network interface ${label:device} in the last 10 minutes
  657. os: "freebsd"
  658. - name: inbound_packets_dropped
  659. link: https://github.com/netdata/netdata/blob/master/health/health.d/net.conf
  660. metric: net.drops
  661. info: number of inbound dropped packets for the network interface ${label:device} in the last 10 minutes
  662. os: "linux"
  663. - name: outbound_packets_dropped
  664. link: https://github.com/netdata/netdata/blob/master/health/health.d/net.conf
  665. metric: net.drops
  666. info: number of outbound dropped packets for the network interface ${label:device} in the last 10 minutes
  667. os: "linux"
  668. metrics:
  669. folding:
  670. title: Metrics
  671. enabled: false
  672. description: ""
  673. availability: []
  674. scopes:
  675. - name: disk
  676. description: ""
  677. labels: []
  678. metrics:
  679. - name: disk.io
  680. description: Disk I/O Bandwidth
  681. unit: "KiB/s"
  682. chart_type: area
  683. dimensions:
  684. - name: read
  685. - name: writes
  686. - name: disk.ops
  687. description: Disk Completed I/O Operations
  688. unit: "operations/s"
  689. chart_type: line
  690. dimensions:
  691. - name: read
  692. - name: writes
  693. - name: disk.util
  694. description: Disk Utilization Time
  695. unit: "% of time working"
  696. chart_type: area
  697. dimensions:
  698. - name: utilization
  699. - name: disk.iotime
  700. description: Disk Total I/O Time
  701. unit: "milliseconds/s"
  702. chart_type: line
  703. dimensions:
  704. - name: reads
  705. - name: writes
  706. - name: disk.await
  707. description: Average Completed I/O Operation Time
  708. unit: "milliseconds/operation"
  709. chart_type: line
  710. dimensions:
  711. - name: reads
  712. - name: writes
  713. - name: disk.avgsz
  714. description: Average Completed I/O Operation Bandwidth
  715. unit: "KiB/operation"
  716. chart_type: line
  717. dimensions:
  718. - name: reads
  719. - name: writes
  720. - name: disk.svctm
  721. description: Average Service Time
  722. unit: "milliseconds/operation"
  723. chart_type: line
  724. dimensions:
  725. - name: svctm
  726. - name: global
  727. description: ""
  728. labels: []
  729. metrics:
  730. - name: system.io
  731. description: Disk I/O
  732. unit: "KiB/s"
  733. chart_type: area
  734. dimensions:
  735. - name: in
  736. - name: out
  737. - name: mount point
  738. description: ""
  739. labels: []
  740. metrics:
  741. - name: disk.space
  742. description: Disk Space Usage for {mounted dir} [{mounted filesystem}]
  743. unit: "GiB"
  744. chart_type: stacked
  745. dimensions:
  746. - name: avail
  747. - name: used
  748. - name: reserved_for_root
  749. - name: disk.inodes
  750. description: Disk Files (inodes) Usage for {mounted dir} [{mounted filesystem}]
  751. unit: "inodes"
  752. chart_type: stacked
  753. dimensions:
  754. - name: avail
  755. - name: used
  756. - name: reserved_for_root
  757. - name: network device
  758. description: ""
  759. labels: []
  760. metrics:
  761. - name: net.net
  762. description: Bandwidth
  763. unit: "kilobits/s"
  764. chart_type: area
  765. dimensions:
  766. - name: received
  767. - name: sent
  768. - name: net.packets
  769. description: Packets
  770. unit: "packets/s"
  771. chart_type: line
  772. dimensions:
  773. - name: received
  774. - name: sent
  775. - name: multicast_received
  776. - name: multicast_sent
  777. - name: net.errors
  778. description: Interface Errors
  779. unit: "errors/s"
  780. chart_type: line
  781. dimensions:
  782. - name: inbound
  783. - name: outbound
  784. - name: net.drops
  785. description: Interface Drops
  786. unit: "drops/s"
  787. chart_type: line
  788. dimensions:
  789. - name: inbound
  790. - name: net.events
  791. description: Network Interface Events
  792. unit: "events/s"
  793. chart_type: line
  794. dimensions:
  795. - name: frames
  796. - name: collisions
  797. - name: carrier