-
Notifications
You must be signed in to change notification settings - Fork 102
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
Emit audit.app.process.ready and audit.app.process.not-ready events #363
Comments
Example output...
|
Just stumbled upon this, looks like cloudfoundry/cloud_controller_ng#3554 was merged and has been in a capi release for awhile 77bf902 . @ameowlia anything left to do here or can we close this issue? |
Closing as this work is done |
Reopening this because I want to double check audit events are the proper way to track I'm looking at the
Crash events are tracked both in Audit Events and Usage Events, which further confused the issue for me. But On the other hand, having a singular way to list events, rather than trying to stitch together the "who/why" from audit events and the "what" from usage events, seems more sensible from a usability standpoint... |
Issue
We want cc to emit
audit.app.process.ready
andaudit.app.process.not-ready
events as an app passes and fails the readiness health check.Context
We want to make it easier for app devs to know if their apps are "ready" or "not-ready" as determined by the readiness health check.
Related PRs
Steps to Test
/eventuallyfail
,/eventuallysucceed
, and/flap
./flap
endpoint (see diff below).watch cf events APP
and see the desired output.Desired output
Tasks
The text was updated successfully, but these errors were encountered: