Polish "Add StatsD transport protocol configuration option"

See gh-22125
This commit is contained in:
Andy Wilkinson 2020-06-29 09:46:53 +01:00
parent 5d41f60e45
commit 77eb5f7794
3 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
/*
* Copyright 2012-2019 the original author or authors.
* Copyright 2012-2020 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

View File

@ -1,5 +1,5 @@
/*
* Copyright 2012-2019 the original author or authors.
* Copyright 2012-2020 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

View File

@ -1764,7 +1764,7 @@ You can also change the interval at which metrics are sent to Stackdriver:
==== StatsD
The StatsD registry pushes metrics over UDP to a StatsD agent eagerly.
By default, metrics are exported to a {micrometer-registry-docs}/statsd[StatsD] agent running on your local machine.
The StatsD agent host,port, and protocol to use can be provided using:
The StatsD agent host, port, and protocol to use can be provided using:
[source,properties,indent=0,configprops]
----