Skip to content

docs: add UDS configuration guide for StatsD (#5730)#7241

Merged
shakuzen merged 2 commits intomicrometer-metrics:1.15.xfrom
kangdaeun1022:docs-statsd-uds
Mar 5, 2026
Merged

docs: add UDS configuration guide for StatsD (#5730)#7241
shakuzen merged 2 commits intomicrometer-metrics:1.15.xfrom
kangdaeun1022:docs-statsd-uds

Conversation

@kangdaeun1022
Copy link
Copy Markdown
Contributor

Description

This PR documents how to configure the StatsD registry to use Unix Domain Socket (UDS) datagrams.

It adds:

  • A brief explanation of UDS support.
  • A note clarifying that the host must be an absolute path (without a unix:// prefix).
  • Configuration examples for both Java and Spring Boot (application.yml).

Closes #5730

Copy link
Copy Markdown
Member

@shakuzen shakuzen left a comment

Choose a reason for hiding this comment

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

Thanks for the pull request. It looks good except one feedback I've left as a comment.

Comment thread docs/modules/ROOT/pages/implementations/statsD.adoc Outdated
@kangdaeun1022
Copy link
Copy Markdown
Contributor Author

Thanks for the clarification!

I've removed the Spring Boot configuration example to avoid duplicating documentation that belongs in the Spring Boot docs.

Please let me know if anything else should be adjusted.

@kangdaeun1022 kangdaeun1022 requested a review from shakuzen March 5, 2026 04:11
Signed-off-by: kangdaeun <rkd7431@dankook.ac.kr>
Signed-off-by: kangdaeun <rkd7431@dankook.ac.kr>
@shakuzen shakuzen changed the base branch from main to 1.15.x March 5, 2026 08:29
Copy link
Copy Markdown
Member

@shakuzen shakuzen left a comment

Choose a reason for hiding this comment

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

Thanks for updating the pull request. It looks good to me. I've rebased to target the 1.15.x branch so this can be included in the docs for 1.15.x and forward.

@shakuzen shakuzen enabled auto-merge (squash) March 5, 2026 08:32
@shakuzen shakuzen merged commit 59fc4bf into micrometer-metrics:1.15.x Mar 5, 2026
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Document statsd UDS config

2 participants