From 23a5ff84385badee7f09cdc16865098826d54df2 Mon Sep 17 00:00:00 2001 From: Laurent Corbes Date: Tue, 25 Jun 2024 10:43:12 +0200 Subject: [PATCH] chore: Add version metric to README Signed-off-by: Laurent Corbes --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0a4aa18..d41c9d7 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,7 @@ Metrics are retrieved using the [Proxmox Backup Server API](https://pbs.proxmox. | Metric | Meaning | Labels | | ------------------------------ | ------------------------------------------------------- | -------------------------------------------- | | pbs_up | Was the last query of Proxmox Backup Server successful? | | +| pbs_version | Version of Proxmox Backup Server | `version`, `repoid`, `release` | | pbs_available | The available bytes of the underlying storage. | `datastore` | | pbs_size | The size of the underlying storage in bytes. | `datastore` | | pbs_used | The used bytes of the underlying storage. | `datastore` |