Skip to content

Add StatsD transport protocol configuration option #22125

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from

Conversation

lndobryden
Copy link
Contributor

This will expose the StatsD transport protocol configuration option as a configuration option for actuator. I have a need to use TCP for exporting StatsD to telegraf, the underlying micrometer library supports using TCP, but it is not yet exposed as a configuration property for Spring Boot.

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Jun 26, 2020
@@ -1764,12 +1764,13 @@ 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 and port to use can be provided using:
The StatsD agent host,port, and protocol to use can be provided using:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There should be a space after host, i.e. .. host, port, ...

@wilkinsona wilkinsona added type: enhancement A general enhancement and removed status: waiting-for-triage An issue we've not yet triaged labels Jun 28, 2020
@wilkinsona wilkinsona added this to the 2.4.x milestone Jun 28, 2020
Copy link
Member

@wilkinsona wilkinsona left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks really complete. Thanks very much for the PR, @lndobryden.

@wilkinsona wilkinsona self-assigned this Jun 29, 2020
@wilkinsona wilkinsona modified the milestones: 2.4.x, 2.4.0-M1 Jun 29, 2020
@wilkinsona
Copy link
Member

@lndobryden Thanks very much for making your first contribution to Spring Boot.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement A general enhancement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants