Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Attempt to solve report no. 127 #128

Closed
wants to merge 2 commits into from

Conversation

KacperPerschke
Copy link
Contributor

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.

Copy link

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
Copy link
Contributor Author

Commits 6fc2d63, df29fab & d415a23 make this pull request unnecessary,

@KacperPerschke KacperPerschke deleted the Issue_127 branch February 18, 2024 21:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

/lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by ./artifactory_exporter)
1 participant