peimanja / artifactory_exporter

JFrog Artifactory Prometheus Exporter written in Go
Apache License 2.0
141 stars 37 forks source link

Attempt to solve report no. 127 #128

Closed KacperPerschke closed 7 months ago

KacperPerschke commented 8 months ago

Reason

I do hope that it resolves #127 .

Kind of proof

(Issue_127 $)$ docker build -t katz_heavy -f Dockerfile .
⋮
Successfully built ab19757da3f7
Successfully tagged katz_heavy:latest
(Issue_127 $)$ docker run --rm katz_heavy -h
usage: artifactory_exporter [<flags>]

Flags:
  -h, --help                    Show context-sensitive help (also try
                                --help-long and --help-man).
      --log.format=logfmt       Output format of log messages. One of: [logfmt,
                                json]
      --log.level=info          Only log messages with the given severity or
                                above. One of: [debug, info, warn, error]
      --web.listen-address=":9531"  
                                Address to listen on for web interface and
                                telemetry.
      --web.telemetry-path="/metrics"  
                                Path under which to expose metrics.
      --artifactory.scrape-uri="http://localhost:8081/artifactory"  
                                URI on which to scrape JFrog Artifactory.
      --artifactory.ssl-verify  Flag that enables SSL certificate verification
                                for the scrape URI
      --artifactory.timeout=5s  Timeout for trying to get stats from JFrog
                                Artifactory.
      --optional-metric=metric-name ...  
                                optional metric to be enabled. Pass multiple
                                times to enable multiple optional metrics.
      --version                 Show application version.
sonarcloud[bot] commented 8 months ago

Quality Gate Passed Quality Gate passed

Kudos, no new issues were introduced!

0 New issues
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

KacperPerschke commented 7 months ago

Commits 6fc2d6375c8be96727e4b8476f9ad89202595d97, df29fab19d2229b726cae15f702c2675801ba4b0 & d415a237a1733403f26f07353aef2009a4275af6 make this pull request unnecessary,