Browse Source

Fix description of management.metrics.export.influx.db

Closes gh-25723
pull/25731/head
Stephane Nicoll 5 years ago
parent
commit
6f9352bda9
  1. 2
      spring-boot-project/spring-boot-actuator-autoconfigure/src/main/java/org/springframework/boot/actuate/autoconfigure/metrics/export/influx/InfluxProperties.java

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

@ -33,7 +33,7 @@ import org.springframework.boot.context.properties.ConfigurationProperties; @@ -33,7 +33,7 @@ import org.springframework.boot.context.properties.ConfigurationProperties;
public class InfluxProperties extends StepRegistryProperties {
/**
* Tag that will be mapped to "host" when shipping metrics to Influx.
* Database to send metrics to.
*/
private String db = "mydb";

Loading…
Cancel
Save