Releases: peimanja/artifactory_exporter
Releases · peimanja/artifactory_exporter
v1.16.0
What's Changed
- Sanitize OpenMetrics specification by @maitreyaatish in #159
- Fix timeout handling by @chewrocca in #158
- Refactor JSON unmarshalling for mirror and unavailable mirrors responses by @chewrocca in #160
- Add support for artifactory_background_tasks metric by @chewrocca in #161
- Add itemsCount by @zhan9san in #163
- fix issue #165 by @EmyLIEUTAUD in #166
- Cache Artifactory API responses by @tkohlmaier in #168
- Update README: add response cache info by @tkohlmaier in #169
New Contributors
- @maitreyaatish made their first contribution in #159
- @chewrocca made their first contribution in #158
- @zhan9san made their first contribution in #163
- @tkohlmaier made their first contribution in #168
- @EmyLIEUTAUD made their first contribution in #166
Full Changelog: v1.15.1...v1.16.0
v1.15.1
What's Changed
- Fix #155 artifacts and binaries count by @Armadill0 in #156
New Contributors
- @Armadill0 made their first contribution in #156
Full Changelog: v1.15.0...v1.15.1
v1.15.0
What's Changed
- Issue #124. by @KacperPerschke in #135
- Attempt to resolve #137 by @KacperPerschke in #138
- Attempt to resolve #139 by @KacperPerschke in #140
- Don't panic if FetchReplications gets a url.Error by @epall in #141
- convArtiToPromNumber use case by @KacperPerschke in #150
- More extensive diagnostics. by @KacperPerschke in #152
- Little proffing of convArtiToPromNumber. by @KacperPerschke in #151
- Some refactor around license. by @KacperPerschke in #149
- Add metric to monitor all licenses in a HA setup by @MMichel in #153
- Add metric to monitor JFrog Access Federation validation endpoint by @MMichel in #154
New Contributors
Full Changelog: v1.14.0...v1.15.0
v1.14.0
What's Changed
- Feature/openmetrics by @davidshadix in #113
- Feature/add ssl certificate metrics by @cortesem in #130
- replace
github.com/prometheus/common/log
withlog/slog
? by @KacperPerschke in #121 - Code refactor. by @KacperPerschke in #120
- Fix log level flag by @KacperPerschke in #125
- update Dockerfile to be compatible with Go 1.21 by @peimanja in #131
- ci: Update workflows by @peimanja in #132
- ci: build image for linux/amd64,linux/arm64 by @peimanja in #133
- ci: Fix multi-platform build by @peimanja in #134
New Contributors
- @davidshadix made their first contribution in #113
- @KacperPerschke made their first contribution in #120
- @cortesem made their first contribution in #130
Full Changelog: v1.13.2...v1.14.0
Release v1.13.2
What's Changed
Full Changelog: v1.13.1...v1.13.2
Release v1.13.1
Release v1.13.0
What's Changed
artifactory_artifacts_*
metrics are now disabled by default. Enable them by passing --optional-metric=artifacts
.
- Bump github.com/prometheus/client_golang from 1.3.0 to 1.11.1 by @dependabot in #100
- Make
artifactory_artifacts_*
metrics optional by @peimanja in #105
New Contributors
- @dependabot made their first contribution in #100
Full Changelog: v1.12.0...v1.13.0
Release v1.12.0
What's Changed
Added two new metrics: artifactory_federation_mirror_lag
, and artifactory_federation_unavailable_mirror
. Please note that these metrics are only available in Artifactory Enterprise Plus and version 7.18.3 and above. use --optional-metric= federation_status
flag to enable these metrics.
- Chore: Update github actions versions by @peimanja in #94
- Add federated repo status metrics by @peimanja in #95
- Update docs by @peimanja in #96
- Convert some federation labels to lowercase by @peimanja in #97
- Remove federation repo status by @peimanja in #98
Full Changelog: v1.11.0...v1.12.0
Release v1.11.0
What's Changed
- Add work with Artifactory Community Edition for C/C++ by @den-patrakeev in #91
New Contributors
- @den-patrakeev made their first contribution in #91
Full Changelog: v1.10.0...v1.11.0
Release v1.10.0
What's Changed
- feat: Optionally extract replication status for artifactory_replication_enabled metric by @peimanja in #88
Full Changelog: v1.9.5...v1.10.0