Skip to content

Commit 0bad93b

Browse files
committed
Updated docs and jdk version
1 parent 14966b2 commit 0bad93b

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# kairos-healthcheck
2-
Health check plugin to fix querying getMetricNames in kairosdb 1.1.3
2+
Health check plugin to fix querying getMetricNames in kairosdb 1.1.3. It may work
3+
with older versions but I have not tried it.
4+
5+
This plugin will query the metric that is specified in kairos-healthcheck.properties in order
6+
to do a backend check.
37

48
Installation
59
------------

pom.xml

+4-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44

55
<groupId>org.kairosdb</groupId>
66
<artifactId>kairos-healthcheck</artifactId>
7-
<version>1.0-SNAPSHOT</version>
7+
<!--<version>1.0-SNAPSHOT</version>-->
8+
<version>1.0</version>
89
<packaging>jar</packaging>
910

1011
<name>kairos-kafka</name>
@@ -63,8 +64,8 @@
6364
<artifactId>maven-compiler-plugin</artifactId>
6465
<version>3.0</version>
6566
<configuration>
66-
<source>1.8</source>
67-
<target>1.8</target>
67+
<source>1.7</source>
68+
<target>1.7</target>
6869
</configuration>
6970
</plugin>
7071
<plugin>

0 commit comments

Comments
 (0)