Commit 1111b3db authored by Stephane Nicoll's avatar Stephane Nicoll

Polish

parent b132b969
...@@ -55,26 +55,26 @@ public class InfluxProperties extends StepRegistryProperties { ...@@ -55,26 +55,26 @@ public class InfluxProperties extends StepRegistryProperties {
/** /**
* Retention policy to use (Influx writes to the DEFAULT retention policy if one is * Retention policy to use (Influx writes to the DEFAULT retention policy if one is
* not specified). * not specified). InfluxDB v1 only.
*/ */
private String retentionPolicy; private String retentionPolicy;
/** /**
* Time period for which Influx should retain data in the current database. For * Time period for which Influx should retain data in the current database. For
* instance 7d, check the influx documentation for more details on the duration * instance 7d, check the influx documentation for more details on the duration
* format. * format. InfluxDB v1 only.
*/ */
private String retentionDuration; private String retentionDuration;
/** /**
* How many copies of the data are stored in the cluster. Must be 1 for a single node * How many copies of the data are stored in the cluster. Must be 1 for a single node
* instance. * instance. InfluxDB v1 only.
*/ */
private Integer retentionReplicationFactor; private Integer retentionReplicationFactor;
/** /**
* Time range covered by a shard group. For instance 2w, check the influx * Time range covered by a shard group. For instance 2w, check the influx
* documentation for more details on the duration format. * documentation for more details on the duration format. InfluxDB v1 only.
*/ */
private String retentionShardDuration; private String retentionShardDuration;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment