Merge branch '2.4.x'

Closes gh-25725
This commit is contained in:
Stephane Nicoll 2021-03-17 15:08:47 +01:00
commit 91c3c7276b
1 changed files with 1 additions and 1 deletions

View File

@ -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";