From 44ba366723ab15480868ad0d98f73174ec0d07dc Mon Sep 17 00:00:00 2001 From: nedvna <72229464+nedvna@users.noreply.github.com> Date: Wed, 21 Apr 2021 00:38:19 +0300 Subject: [PATCH] Update docs --- CHANGELOG.md | 4 ++++ README.md | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1674f72..3129bb0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.1.1] - 2021-04-21 +### Added +- Add libvirt_versions_info metric. + ## [2.1.0] - 2021-04-12 ### Added - Add delay time metric. Exposed to vm as a steal time. diff --git a/README.md b/README.md index 018ed0c..cef1ab1 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ libvirt_domain_memory_stats_unused_bytes{domain="..."} libvirt_domain_memory_stats_usable_bytes{domain="..."} libvirt_domain_memory_stats_used_percent{domain="..."} -libvirt_version_info{hypervisor="...",library="..."} +libvirt_versions_info{hypervisor_running="...",libvirtd_running="...",libvirt_library="..."} libvirt_up ```