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

HAProxy receiver documentation error in file name #37000

Open
jakubsuchy opened this issue Dec 31, 2024 · 2 comments · May be fixed by #37001
Open

HAProxy receiver documentation error in file name #37000

jakubsuchy opened this issue Dec 31, 2024 · 2 comments · May be fixed by #37001
Labels
documentation Improvements or additions to documentation receiver/haproxy

Comments

@jakubsuchy
Copy link

Component(s)

No response

What happened?

Documentation states:

haproxy:
  endpoint: file:///var/run/haproxy.ipc
  collection_interval: 1m
  metrics:
    

This will result in error file not found. Correct config is:

haproxy:
  endpoint: /var/run/haproxy.ipc
  collection_interval: 1m
  metrics:
    

Collector version

main

Environment information

Environment

OS: (e.g., "Ubuntu 20.04")
Compiler(if manually compiled): (e.g., "go 14.2")

OpenTelemetry Collector configuration

No response

Log output

No response

Additional context

No response

@jakubsuchy jakubsuchy added bug Something isn't working needs triage New item requiring triage labels Dec 31, 2024
jakubsuchy added a commit to jakubsuchy/opentelemetry-collector-contrib that referenced this issue Dec 31, 2024
jakubsuchy added a commit to jakubsuchy/opentelemetry-collector-contrib that referenced this issue Dec 31, 2024
@jakubsuchy jakubsuchy linked a pull request Dec 31, 2024 that will close this issue
@JaredTan95 JaredTan95 removed the needs triage New item requiring triage label Jan 6, 2025
Copy link
Contributor

Pinging code owners for receiver/haproxy: @atoulme @MovieStoreGuy. See Adding Labels via Comments if you do not have permissions to add labels yourself. For example, comment '/label priority:p2 -needs-triaged' to set the priority and remove the needs-triaged label.

@crobert-1 crobert-1 added documentation Improvements or additions to documentation and removed bug Something isn't working labels Jan 21, 2025
@atoulme
Copy link
Contributor

atoulme commented Jan 21, 2025

Thanks @jakubsuchy did you want to open a PR to fix the issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation receiver/haproxy
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants