Skip to content

Commit 1111b3d

Browse files
committed
Polish
1 parent b132b96 commit 1111b3d

File tree

1 file changed

+4
-4
lines changed
  • spring-boot-project/spring-boot-actuator-autoconfigure/src/main/java/org/springframework/boot/actuate/autoconfigure/metrics/export/influx

1 file changed

+4
-4
lines changed

spring-boot-project/spring-boot-actuator-autoconfigure/src/main/java/org/springframework/boot/actuate/autoconfigure/metrics/export/influx/InfluxProperties.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,26 +55,26 @@ public class InfluxProperties extends StepRegistryProperties {
5555

5656
/**
5757
* Retention policy to use (Influx writes to the DEFAULT retention policy if one is
58-
* not specified).
58+
* not specified). InfluxDB v1 only.
5959
*/
6060
private String retentionPolicy;
6161

6262
/**
6363
* Time period for which Influx should retain data in the current database. For
6464
* instance 7d, check the influx documentation for more details on the duration
65-
* format.
65+
* format. InfluxDB v1 only.
6666
*/
6767
private String retentionDuration;
6868

6969
/**
7070
* How many copies of the data are stored in the cluster. Must be 1 for a single node
71-
* instance.
71+
* instance. InfluxDB v1 only.
7272
*/
7373
private Integer retentionReplicationFactor;
7474

7575
/**
7676
* Time range covered by a shard group. For instance 2w, check the influx
77-
* documentation for more details on the duration format.
77+
* documentation for more details on the duration format. InfluxDB v1 only.
7878
*/
7979
private String retentionShardDuration;
8080

0 commit comments

Comments
 (0)