Commit 6f9352bd authored by Stephane Nicoll's avatar Stephane Nicoll

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

Closes gh-25723
parent 0e041854
......@@ -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";
......
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