Skip to content

Releases: peimanja/artifactory_exporter

Release v1.9.2

20 Oct 05:51
8953899
Compare
Choose a tag to compare

Dockerfile: Update to go1.17 and debian11 (#56)
Fix CI Pipeline (#58)
Fixed typo in Grafana dashboard (#55)

v1.9.1

01 Feb 10:02
07d2a64
Compare
Choose a tag to compare

Ignore replication endpoint if it doesn't exist #51

v1.9.0

03 Dec 17:12
23ba60b
Compare
Choose a tag to compare

Add support for exporting any users (#49)
[BREAKING CHANGE]
user realms containing no users will no longer publish a 0 metric

v1.8.3

25 Nov 15:32
f8969f5
Compare
Choose a tag to compare

#48 add support for exporting ldap users

v1.8.2

01 Sep 21:01
29a27ff
Compare
Choose a tag to compare

Add support for JFrog Container Registry (#44)

v0.8.1

02 Jul 07:01
4882780
Compare
Choose a tag to compare

Print the whole API errors instead of trying to unmarshal it (#40)

v0.8.0

20 Apr 02:55
635311a
Compare
Choose a tag to compare

Refactor the Exporter code# 36

Separate Artifactory API calls to artifactory package
Add artifactory_exporter_total_api_errors metric to capture API errors
Add artifactory_exporter_build_info metric to tegister metric about exporter build
Add better logging

v0.7.0

17 Apr 16:22
c6f9da0
Compare
Choose a tag to compare

Add Metrics for Created/Modified and Downloaded artifacts #35

v0.6.1

15 Apr 17:12
43c8ef5
Compare
Choose a tag to compare

Updates to allow multiple replication targets per-repo (#34)

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