From 96b66d2cb441a38c3f1784f6a5ec38b050439380 Mon Sep 17 00:00:00 2001 From: "James O. D. Hunt" Date: Tue, 9 Nov 2021 08:38:25 +0000 Subject: [PATCH] docs: Fix typo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Correct a typo identified by the static checker's spell checker. Signed-off-by: James O. D. Hunt (cherry picked from commit b09dd7a8833908453d326febb21ae4898d265d74) Signed-off-by: Fabiano FidĂȘncio --- docs/design/kata-2-0-metrics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/design/kata-2-0-metrics.md b/docs/design/kata-2-0-metrics.md index 8adf3d9b5b..9f92a9dbe7 100644 --- a/docs/design/kata-2-0-metrics.md +++ b/docs/design/kata-2-0-metrics.md @@ -207,7 +207,7 @@ Metrics for Firecracker vmm. | `kata_firecracker_uart`:
Metrics specific to the UART device. | `GAUGE` | |
  • `item`
    • `error_count`
    • `flush_count`
    • `missed_read_count`
    • `missed_write_count`
    • `read_count`
    • `write_count`
  • `sandbox_id`
| 2.0.0 | | `kata_firecracker_vcpu`:
Metrics specific to VCPUs' mode of functioning. | `GAUGE` | |
  • `item`
    • `exit_io_in`
    • `exit_io_out`
    • `exit_mmio_read`
    • `exit_mmio_write`
    • `failures`
    • `filter_cpuid`
  • `sandbox_id`
| 2.0.0 | | `kata_firecracker_vmm`:
Metrics specific to the machine manager as a whole. | `GAUGE` | |
  • `item`
    • `device_events`
    • `panic_count`
  • `sandbox_id`
| 2.0.0 | -| `kata_firecracker_vsock`:
Vsock-related metrics. | `GAUGE` | |
  • `item`
    • `activate_fails`
    • `cfg_fails`
    • `conn_event_fails`
    • `conns_added`
    • `conns_killed`
    • `conns_removed`
    • `ev_queue_event_fails`
    • `killq_resync`
    • `muxer_event_fails`
    • `rx_bytes_count`
    • `rx_packets_count`
    • `rx_queue_event_count`
    • `rx_queue_event_fails`
    • `rx_read_fails`
    • `tx_bytes_count`
    • `tx_flush_fails`
    • `tx_packets_count`
    • `tx_queue_event_count`
    • `tx_queue_event_fails`
    • `tx_write_fails`
  • `sandbox_id`
| 2.0.0 | +| `kata_firecracker_vsock`:
VSOCK-related metrics. | `GAUGE` | |
  • `item`
    • `activate_fails`
    • `cfg_fails`
    • `conn_event_fails`
    • `conns_added`
    • `conns_killed`
    • `conns_removed`
    • `ev_queue_event_fails`
    • `killq_resync`
    • `muxer_event_fails`
    • `rx_bytes_count`
    • `rx_packets_count`
    • `rx_queue_event_count`
    • `rx_queue_event_fails`
    • `rx_read_fails`
    • `tx_bytes_count`
    • `tx_flush_fails`
    • `tx_packets_count`
    • `tx_queue_event_count`
    • `tx_queue_event_fails`
    • `tx_write_fails`
  • `sandbox_id`
| 2.0.0 | ### Kata guest OS metrics