Skip to content

Commit

Permalink
Updated metrics4j to include config path
Browse files Browse the repository at this point in the history
  • Loading branch information
brianhks committed Mar 11, 2021
1 parent c1aa37c commit abf7273
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<artifactId>kafka-topic-monitor</artifactId>
<groupId>app</groupId>
<version>2.0.0</version>
<version>2.0.1</version>

<name>kafka-topic-monitor</name>

Expand Down Expand Up @@ -63,7 +63,7 @@
<dependency>
<groupId>org.kairosdb</groupId>
<artifactId>metrics4j</artifactId>
<version>0.13.0</version>
<version>0.14.0</version>
</dependency>

<!-- Tests -->
Expand Down
4 changes: 2 additions & 2 deletions src/main/launchers/stork.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ working_dir_mode: APP_HOME
# Users can either entirely override it at runtime with the environment variable
# JAVA_ARGS or append extra arguments with the EXTRA_JAVA_ARGS enviornment variable
# or by passing them in on the command-line too.
#java_args: "-Dtest=foo"
java_args: "-DMETRICS4J_CONFIG=conf/metrics4j.conf"

# Minimum version of java required (system will be searched for acceptable jvm)
# Defaults to Java 1.6.
Expand All @@ -60,4 +60,4 @@ min_java_version: "1.8"
# Try to create a symbolic link to java executable in <app_home>/run with
# the name of "<app_name>-java" so that commands like "ps" will make it
# easier to find your app. Defaults to false.
#symlink_java: true
#symlink_java: true

0 comments on commit abf7273

Please sign in to comment.