Skip to content

Releases: peimanja/artifactory_exporter

v0.6.0

09 Apr 18:03
03684a0
Compare
Choose a tag to compare

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

09 Apr 06:23
bbaac61
Compare
Choose a tag to compare

Fix binaries in releases for linux_amd64 #31

v0.5.2

09 Apr 05:49
fc7021e
Compare
Choose a tag to compare

Avoid parsing license expiry date when using OSS #30

v0.5.1

30 Mar 11:59
701942d
Compare
Choose a tag to compare

Lenient matching to allow single digit dates #27

v0.5.0

15 Feb 10:42
34d8df5
Compare
Choose a tag to compare

Start returning seconds to expire instead of 1 (#24)

v0.4.3

10 Feb 09:44
Compare
Choose a tag to compare

Fix a bug with removeCommas() function (#23)

v0.4.2

08 Feb 08:29
ae5c73a
Compare
Choose a tag to compare

Add Debug level logs to help with troubleshooting #22

v0.4.1

27 Jan 07:09
5a08b0f
Compare
Choose a tag to compare

Exclude some metrics when license is trial #20

v0.4.0

08 Jan 07:48
d4683cc
Compare
Choose a tag to compare

Add support for Bearer Token authentication (#17)

v0.3.0

07 Jan 23:13
6299000
Compare
Choose a tag to compare
  • 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)