Add Influxdb 0.9.0 support
Change-Id: Ia282cc8018d42617eebb80e3079b031c1e82d13c
This commit is contained in:
parent
b6546d2aa9
commit
cd795540af
@ -17,6 +17,13 @@ import com.fasterxml.jackson.annotation.JsonProperty;
|
||||
|
||||
public class InfluxDbConfiguration {
|
||||
|
||||
@JsonProperty
|
||||
String version;
|
||||
|
||||
public String getVersion() {
|
||||
return version;
|
||||
}
|
||||
|
||||
@JsonProperty
|
||||
String name;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user