Releases: nikhilsbhat/gocd-prometheus-exporter
Releases · nikhilsbhat/gocd-prometheus-exporter
v0.1.2
Changelog
- ce0427e Add initital support for gocd-prometheus-exporter helm chart
- 4ac5ca6 Add support for healt endpoint
- 6fc3b7c Add support to publish helm chart to ghcr repository
- 38ae948 Move to ghcr from docker hub to host images
- 843bf96 Remove redundant flags from the exporter
- e100d8c Update README
- b69486d Use ghcr based images over dockerhub in helm chart
v0.1.1
Changelog
- 5f4c8de Add more shields to readme
- 8320c22 Add release downloads shields to README
- 45e2591 Add support for generating cli docs
- d1ddf64 Add support for metric config_repo_failed
- 3d7ac0b Add support for metric elastic_agent_profile_usage
- 2a1311a Add support for metric plugins
- 72057f3 Add support for the metric pipeline_not_run
- 5148fbd Bump golang.org/x/net from 0.0.0-20220425223048-2871e0cb64e4 to 0.7.0
- bbb6f5b Bump up github.com/nikhilsbhat/gocd-sdk-go version to v0.1.1
- c6be109 Fix metric pipeline_not_run, when GetPipelineRunHistory return pipeline schedules with empty history
- 9d04927 Merge remote-tracking branch 'remotes/origin/dependabot/go_modules/golang.org/x/net-0.7.0'
- c702df6 Move to sirupsen/logrus from go-kit/log
- 0743482 Update README with newly added metrics
- 8a432f2 Update goreleaser config
v0.1.0
Changelog
- 7fd9726 Add skip metrics support for sron too
- 31c5eda Fix cron scheduling after failures
- ac0ca60 Implement schedulers with github.com/go-co-op/gocron over existing github.com/robfig/cron/v3
- 4ec61da Use https://github.com/nikhilsbhat/gocd-sdk-go while interacting with GoCD.
- 85a4260 WIP - Add more metrics