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 · 0 comments · May be fixed by #37001
Open

HAProxy receiver documentation error in file name #37000

jakubsuchy opened this issue Dec 31, 2024 · 0 comments · May be fixed by #37001
Labels
bug Something isn't working needs triage New item requiring triage

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working needs triage New item requiring triage
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant