-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
health_check extension: liveliness is failing, not sure. #24655
Comments
Pinging code owners:
See Adding Labels via Comments if you do not have permissions to add labels yourself. |
Can you share the entire collector logs? Using |
Did you enable the health check extension in the service:
extensions: [pprof, health_check] |
/label waiting-for-author |
This bug has been waiting for author for a little while. Closing. Please reopen if more discussion is needed. |
Component(s)
extension/healthcheck
What happened?
Description
Getting this error
But when I exec into the pod and do
curl localhost:13133
it gives 200 ok. I am not sure, If I am missing something.Otel config:
I am using open telemetry-operator to create a statefulset pod of collector config.
curl from other pod to port 13133 is not working
But I have pprof also configured at port 1777. That is working
Steps to Reproduce
Use health check extension
Expected Result
Healthcheck should have worked.
Actual Result
Collector version
v0.79.0
Environment information
Environment
OS: (e.g., "Ubuntu 20.04")
Compiler(if manually compiled): (e.g., "go 14.2")
OpenTelemetry Collector configuration
Log output
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: