Skip to content

Commit

Permalink
Fix description of management.metrics.export.influx.db
Browse files Browse the repository at this point in the history
Closes gh-25723
  • Loading branch information
snicoll committed Mar 17, 2021
1 parent 0e04185 commit 6f9352b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
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";

Expand Down

0 comments on commit 6f9352b

Please sign in to comment.