Polish doc
Closes gh-5999
This commit is contained in:
@@ -1230,7 +1230,7 @@ private String prefix = "metrics";
|
||||
@Bean
|
||||
@ExportMetricWriter
|
||||
MetricWriter metricWriter() {
|
||||
return new StatsdMetricWriter(prefix, "localhost", "8125");
|
||||
return new StatsdMetricWriter(prefix, "localhost", 8125);
|
||||
}
|
||||
----
|
||||
|
||||
|
||||
Reference in New Issue
Block a user