Releases: peimanja/artifactory_exporter
Releases · peimanja/artifactory_exporter
v0.6.0
Storage parsing updates to support Artifactory 7.x.x #32
-
Removed references to duplicated storageSummary key (removed in 7.x)
All values from storageSummary.* keys are present in top level json keys
-
Validated update against 5.11.7, 6.9.3, 6.13.0, 6.14.0, 6.18.1, 7.2.1, and 7.3.2`
-
Added edge-case handling for repo.Percentage where value = N/A on new deployments
-
Added debug logging for UsedSpace/Percentage parsing errors
v0.5.3
Fix binaries in releases for linux_amd64
#31
v0.5.2
Avoid parsing license expiry date when using OSS #30
v0.5.1
Lenient matching to allow single digit dates #27
v0.5.0
Start returning seconds to expire instead of 1 (#24)
v0.4.3
Fix a bug with removeCommas() function (#23)
v0.4.2
Add Debug level logs to help with troubleshooting #22
v0.4.1
Exclude some metrics when license is trial #20
v0.4.0
Add support for Bearer Token authentication (#17)
v0.3.0
- Added
artifactory_system_license
metric which exposes type
, licensed_to
and expires
as labels.
- Added support for Artifactory OSS license since some API end points are not available with OSS license (#15)