From 5d06a808a43e0c5d2cf2564b218216832d53a5a9 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Wed, 29 Nov 2023 08:16:16 +0000 Subject: [PATCH] docs: automated changelog update Signed-off-by: GitHub Actions --- CHANGELOG.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eed45fb..5a39107 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,11 @@ -# Changelog for unreleased +# Changelog for 3.1.0 -The following sections list the changes for unreleased. +The following sections list the changes for 3.1.0. ## Summary * Fix #278: Create SQLite directory if it doesn't exist + * Enh #277: Configurable labels for runner metrics * Enh #281: Add metrics for workflow timestamps ## Details @@ -17,6 +18,15 @@ The following sections list the changes for unreleased. https://github.com/promhippie/github_exporter/issues/278 + * Enhancement #277: Configurable labels for runner metrics + + Initially we had a static list of available labels for the runner metrics, with this change we + are getting more labels like the GitHub runner labels as Prometheus labels while they are + configurable to avoid a high cardinality of Prometheus labels. Now you are able to get labels + for `owner`, `id`, `name`, `os`, `status` and optionally `labels`. + + https://github.com/promhippie/github_exporter/issues/277 + * Enhancement #281: Add metrics for workflow timestamps We added new metrics to show multiple timestamps for the workflows like when the workflow have