Skip to content

Commit

Permalink
docs: automated changelog update
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub Actions <[email protected]>
  • Loading branch information
GitHub Actions committed Nov 29, 2023
1 parent 60951f3 commit 5d06a80
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down

0 comments on commit 5d06a80

Please sign in to comment.