Skip to content
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

Support StatsD over TCP #23327

Closed
4wdonny opened this issue Jun 12, 2023 · 1 comment · Fixed by #26700
Closed

Support StatsD over TCP #23327

4wdonny opened this issue Jun 12, 2023 · 1 comment · Fixed by #26700
Assignees
Labels
enhancement New feature or request priority:p2 Medium receiver/statsd statsd related issues

Comments

@4wdonny
Copy link

4wdonny commented Jun 12, 2023

Component(s)

receiver/statsd

Is your feature request related to a problem? Please describe.

We're looking to migrate off of Veneur and would like to consolidate to just using Otel for all our statsd metrics, but not all of our applications send StatsD over UDP, some use TCP. I see that there's a TODO to support this, but would like to formally request this feature.

Describe the solution you'd like

StatsD Receiver supports TCP as transport option

Describe alternatives you've considered

No response

Additional context

No response

@4wdonny 4wdonny added enhancement New feature or request needs triage New item requiring triage labels Jun 12, 2023
@github-actions github-actions bot added the receiver/statsd statsd related issues label Jun 12, 2023
@github-actions
Copy link
Contributor

Pinging code owners:

See Adding Labels via Comments if you do not have permissions to add labels yourself.

@bryan-aguilar bryan-aguilar added priority:p2 Medium and removed needs triage New item requiring triage labels Aug 11, 2023
@atoulme atoulme self-assigned this Sep 15, 2023
dmitryax pushed a commit that referenced this issue Sep 22, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
**Description:**
Adds TCP support to statsdreceiver

**Link to tracking Issue:**
Fixes #23327

**Testing:**
Unit tests

**Documentation:**
No changes.

---------

Co-authored-by: Joshua MacDonald <jmacd@users.noreply.github.com>
jmsnll pushed a commit to jmsnll/opentelemetry-collector-contrib that referenced this issue Nov 12, 2023
…6700)

**Description:**
Adds TCP support to statsdreceiver

**Link to tracking Issue:**
Fixes open-telemetry#23327

**Testing:**
Unit tests

**Documentation:**
No changes.

---------

Co-authored-by: Joshua MacDonald <jmacd@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request priority:p2 Medium receiver/statsd statsd related issues
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants