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 for health and liveness checks when running on Kubernetes #264

Open
MrPickles opened this issue Jan 12, 2021 · 0 comments
Open

Support for health and liveness checks when running on Kubernetes #264

MrPickles opened this issue Jan 12, 2021 · 0 comments

Comments

@MrPickles
Copy link

Does the Stackdriver Sidecar expose any endpoints for liveness and readiness probes? Prometheus itself has such endpoints. If not, are there plans to support those?

We've been running into recent issues where the sidecar pods randomly seem to fail to fetch GCP credentials. (It seems to be a transient error, but I'm not completely certain.) However, the pod is still deemed healthy and will continue to fail at both fetching credentials and exporting metrics until the pod is killed off.

level=warn ts=2021-01-12T14:56:18.277Z caller=queue_manager.go:534 component=queue_manager msg="Unrecoverable error sending samples to remote storage" err="google: could not find default credentials. See https://developers.google.com/accounts/docs/application-default-credentials for more information."

Having some means of detecting transient errors in the sidecar would be really helpful with catching bad pods. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant