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

health: PoC for health checks via otel metrics #1974

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

hdonnay
Copy link
Member

@hdonnay hdonnay commented Feb 12, 2024

This would allow any bit of code to register a health check by using a float64 gauge with the {health} unit. Adding a special attribute would allow the user to default it to a "fallible" check that does not fail the entire check when reporting failure.

See the verbose test output for examples and the documentation for the HTTP API.

@hdonnay hdonnay force-pushed the hack/healthmetrics branch 4 times, most recently from 4fcfd81 to efe68fc Compare February 15, 2024 17:13
Signed-off-by: Hank Donnay <hdonnay@redhat.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

None yet

1 participant