Skip to content
This repository has been archived by the owner on Aug 22, 2024. It is now read-only.

Floor and Range for Healthchecks.forGauge() #6

Open
dexhorthy opened this issue Jan 19, 2016 · 0 comments
Open

Floor and Range for Healthchecks.forGauge() #6

dexhorthy opened this issue Jan 19, 2016 · 0 comments

Comments

@dexhorthy
Copy link

maybe something like

HealthChecks.range(Gauge<T> gauge, T ceiling, T floor)
HealthChecks.ceiling(Gauge<T> gauge, T ceiling)
HealthChecks.floor(Gauge<T> gauge, T floor)

all calling down to a

HealthChecks.forGauge(Gauge<T> gauge, Optional<T> ceiling, Optional<T> floor)
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Development

No branches or pull requests

1 participant