Skip to content

Commit

Permalink
changelog(metrics): Add vhost user device metrics
Browse files Browse the repository at this point in the history
Report addition of vhost user device metrics with an example.

Signed-off-by: Sudan Landge <sudanl@amazon.com>
  • Loading branch information
Sudan Landge committed Nov 10, 2023
1 parent c6fa050 commit aebf91d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@
- [#4063](https://github.com/firecracker-microvm/firecracker/pull/4063):
Adds source-level instrumentation based tracing. See
[tracing](./docs/tracing.md) for more details.
- [#4226](https://github.com/firecracker-microvm/firecracker/pull/4226):
Added support for vhost user device metrics. Each vhost user device will
emit metrics under the label `"vhost_user_{device}_{drive_id}"`.
E.g. the associated metrics for vhost use block device with endpoint
`"/driv/rootfs"` will be available under `"vhost_user_block_rootfs"`
in the metrics json object.

### Changed

Expand Down

0 comments on commit aebf91d

Please sign in to comment.