Skip to content

Commit 6f9352b

Browse files
committed
Fix description of management.metrics.export.influx.db
Closes gh-25723
1 parent 0e04185 commit 6f9352b

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
public class InfluxProperties extends StepRegistryProperties {
3434

3535
/**
36-
* Tag that will be mapped to "host" when shipping metrics to Influx.
36+
* Database to send metrics to.
3737
*/
3838
private String db = "mydb";
3939

0 commit comments

Comments
 (0)