Skip to content

Commit 77eb5f7

Browse files
committed
Polish "Add StatsD transport protocol configuration option"
See gh-22125
1 parent 5d41f60 commit 77eb5f7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

spring-boot-project/spring-boot-actuator-autoconfigure/src/main/java/org/springframework/boot/actuate/autoconfigure/metrics/export/statsd/StatsdProperties.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2012-2019 the original author or authors.
2+
* Copyright 2012-2020 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

spring-boot-project/spring-boot-actuator-autoconfigure/src/test/java/org/springframework/boot/actuate/autoconfigure/metrics/export/statsd/StatsdPropertiesTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2012-2019 the original author or authors.
2+
* Copyright 2012-2020 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

spring-boot-project/spring-boot-docs/src/docs/asciidoc/production-ready-features.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1764,7 +1764,7 @@ You can also change the interval at which metrics are sent to Stackdriver:
17641764
==== StatsD
17651765
The StatsD registry pushes metrics over UDP to a StatsD agent eagerly.
17661766
By default, metrics are exported to a {micrometer-registry-docs}/statsd[StatsD] agent running on your local machine.
1767-
The StatsD agent host,port, and protocol to use can be provided using:
1767+
The StatsD agent host, port, and protocol to use can be provided using:
17681768

17691769
[source,properties,indent=0,configprops]
17701770
----

0 commit comments

Comments
 (0)