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