Releases: cpanato/github_actions_exporter
Releases · cpanato/github_actions_exporter
v0.8.0
What's Changed
- update chart by @cpanato in #175
- Add a branch label to workflow metrics by @rguliyev in #164
- Add env var to gh.billing-poll-seconds param by @peterhalasz in #176
- Helm chart: Add podAnnotations, fix podLabels by @tania-pets in #217
- Fix queued time observation by @kirschem-fernride in #225
- Upgrade to go1.23 and general updates by @cpanato in #226
New Contributors
- @rguliyev made their first contribution in #164
- @tania-pets made their first contribution in #217
- @kirschem-fernride made their first contribution in #225
Full Changelog: v0.7.1...v0.8.0
github-exporter-0.3.0
GitHub exporter
github-exporter-0.2.1
GitHub exporter
v0.7.1
What's Changed
- Fix GITHUB_WEBHOOK_TOKEN env var example by @lalten in #89
- add helm chart by @cpanato in #99
- Update Dockerfile.dev by @cpanato in #121
- Fix GITHUB_ORG environment variable usage by @peterhalasz in #161
- Add conclusion field to workflow_execution_time_seconds by @peterhalasz in #162
- Remove deprecated metrics by @peterhalasz in #166
- Extend workflow job metrics with workflow_name and job_name by @peterhalasz in #167
- updates by @cpanato in #173
New Contributors
- @lalten made their first contribution in #89
- @peterhalasz made their first contribution in #161
Full Changelog: v0.6.1...v0.7.1
github-exporter-0.2.0
GitHub exporter
github-exporter-0.1.1
GitHub exporter
github-exporter-0.1.0
GitHub exporter
v0.6.1
v0.6.0
Breaking change
If you use the GitHub webhook to collect the workflow metrics, you will need to update your ingress. This is not to make public the metrics endpoint and only expose the webhook event.
so for the /metrics
it will listen port 9101
(current one)
for the /
and /gh_event
will listen port 8065
What's Changed
- one listen port for metrics and another for ingress by @cpanato in #73
- fix gh_event handler by @cpanato in #74
Full Changelog: v0.5.0...v0.6.0