Fix description of management.metrics.export.influx.db
Closes gh-25723
This commit is contained in:
parent
df1d1dbaa9
commit
446e838b1b
|
@ -33,7 +33,7 @@ import org.springframework.boot.context.properties.ConfigurationProperties;
|
||||||
public class InfluxProperties extends StepRegistryProperties {
|
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";
|
private String db = "mydb";
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue