Skip to content

Commit

Permalink
Improving hygiene around Jmx Exporter code
Browse files Browse the repository at this point in the history
  • Loading branch information
mieslep committed Dec 6, 2022
1 parent f8777f8 commit 6ae9006
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
Some content is kindly provided by the open source community:

1. JmxScraper provided under Apache 2.0 License

https://github.com/prometheus/jmx_exporter

Copyright 2012-2015 The Prometheus Authors

Full License at
https://github.com/prometheus/jmx_exporter/blob/main/LICENSE

Compiled binary from
https://mvnrepository.com/artifact/io.prometheus.jmx/collector


====================================================================
All other content is subject to the following license:


Apache License
Version 2.0, January 2004
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ collector: check-env generate-key
@rm -f collector/collector.conf
@mv collector/collector.hosts.in collector/collector.hosts
@mv collector/collector.conf.in collector/collector.conf
@od -An -vtx1 collector/collector-0.11.1-SNAPSHOT.jar > collector/collector-0.11.1-SNAPSHOT.txt
@rm collector/collector-0.11.1-SNAPSHOT.jar
@od -An -vtx1 collector/collector-0.17.2.jar > collector/collector-0.17.2.txt
@rm collector/collector-0.17.2.jar
@sed -i.bak 's/\#issueId=.*/issueId=\"$(subst /,-,$(ISSUE))\"/' collector/collector.conf
@sed -i.bak 's/\#skipS3/skipS3/' collector/collector.conf
ifdef COLLECTOR_S3_AWS_KEY
Expand Down
Binary file removed ds-collector/collector-0.11.1-SNAPSHOT.jar
Binary file not shown.
Binary file added ds-collector/collector-0.17.2.jar
Binary file not shown.

0 comments on commit 6ae9006

Please sign in to comment.