Adds retentionPolicy to the config InfluxDB
Change-Id: I6a5bce84b7444eae00a1008bef094e704149024d
This commit is contained in:
parent
6c1fd1911c
commit
b6546d2aa9
@ -52,4 +52,11 @@ public class InfluxDbConfiguration {
|
||||
return password;
|
||||
}
|
||||
|
||||
@JsonProperty
|
||||
String retentionPolicy;
|
||||
|
||||
public String getRetentionPolicy() {
|
||||
return retentionPolicy;
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user