diff --git a/changelog/unreleased/server-paging.md b/changelog/unreleased/server-paging.md new file mode 100644 index 0000000..79bab63 --- /dev/null +++ b/changelog/unreleased/server-paging.md @@ -0,0 +1,7 @@ +Bugfix: Fetch metrics for all servers + +For previous versions we have used the wrong client function to gather the list +of servers for the server metrics, this hvae been fixed by using a function that +automatically fetches all servers by iterating of the pagination. + +https://github.com/promhippie/hcloud_exporter/issues/246