Skip to content
This repository has been archived by the owner on Jan 21, 2022. It is now read-only.

Support custom app health function #602

Open
hsiliev opened this issue Apr 11, 2017 · 1 comment
Open

Support custom app health function #602

hsiliev opened this issue Apr 11, 2017 · 1 comment

Comments

@hsiliev
Copy link
Contributor

hsiliev commented Apr 11, 2017

#601 proposes /health endpoint. Usually we wrap endpoints with breaker to use performance counters and feed it with data to open in case of a problem.

To have long-running apps health in the perf. counters we need to support time-window bigger than several seconds. This leads to increased memory consumption and OOM.

Therefore we might simply keep a status (ok, failed?) to reduce the memory consumption to minimum. Another idea would be to allow breaker to be controlled with custom function.

@cf-gitbot
Copy link
Collaborator

We have created an issue in Pivotal Tracker to manage this:

https://www.pivotaltracker.com/story/show/143532971

The labels on this github issue will be updated when the story is started.

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

No branches or pull requests

2 participants