public class VersionHealthCheck
extends com.codahale.metrics.health.HealthCheck
Modifier and Type | Field and Description |
---|---|
static String |
GIT_SHA_KEY |
static String |
VERSION_KEY |
Constructor and Description |
---|
VersionHealthCheck()
Constructor using the default version key property name.
|
VersionHealthCheck(String versionKey,
String gitShaKey)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
protected com.codahale.metrics.health.HealthCheck.Result |
check() |
Copyright © 2016–2018 Yahoo! Inc.. All rights reserved.