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

TCP version of HTTP Check Receiver #33718

Closed
Breee opened this issue Jun 22, 2024 · 4 comments
Closed

TCP version of HTTP Check Receiver #33718

Breee opened this issue Jun 22, 2024 · 4 comments
Labels
enhancement New feature or request needs triage New item requiring triage receiver/httpcheck HTTP Check receiver

Comments

@Breee
Copy link

Breee commented Jun 22, 2024

Component(s)

No response

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

I'd like to migrate from elastic heartbeats to otel collector, https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/receiver/httpcheckreceiver is perfect for that i think, it is however missing the possibility to check TCP endpoints

Describe the solution you'd like

Someone already proposed it, however it just got closed down sadly #20738

It would be great to have something along the lines of:

receivers:
  tcpcheck:
    endpoint: notdefault:1313
    transport: tcp
    collection_interval: 15s

Describe alternatives you've considered

No response

Additional context

No response

@Breee Breee added enhancement New feature or request needs triage New item requiring triage labels Jun 22, 2024
@crobert-1 crobert-1 added the receiver/httpcheck HTTP Check receiver label Jun 27, 2024
Copy link
Contributor

Pinging code owners for receiver/httpcheck: @codeboten. See Adding Labels via Comments if you do not have permissions to add labels yourself.

Copy link
Contributor

This issue has been inactive for 60 days. It will be closed in 60 days if there is no activity. To ping code owners by adding a component label, see Adding Labels via Comments, or if you are unsure of which component this issue relates to, please ping @open-telemetry/collector-contrib-triagers. If this issue is still relevant, please ping the code owners or leave a comment explaining why it is still relevant. Otherwise, please close it.

Pinging code owners:

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

@StephanSalas
Copy link

This should be a different receiver right @Breee? TCP is not the same as HTTP from my perspective.. There is a TCP Receiver here: #34458

@atoulme
Copy link
Contributor

atoulme commented Oct 2, 2024

Closing, let's reopen #20738

@atoulme atoulme closed this as not planned Won't fix, can't repro, duplicate, stale Oct 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request needs triage New item requiring triage receiver/httpcheck HTTP Check receiver
Projects
None yet
Development

No branches or pull requests

4 participants