Class HealthcheckCollectionGenerator
java.lang.Object
com.inductiveautomation.ignition.gateway.metrics.HealthcheckCollectionGenerator
Helps to gather named metrics from the registry into a collection of IdentifiedHealthCheckResults
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final record
-
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
HealthcheckCollectionGenerator
public HealthcheckCollectionGenerator(List<HealthcheckCollectionGenerator.NamedHealthcheck> healthchecks)
-
-
Method Details
-
getAliases
-
gather
public SortedMap<String,IdentifiedHealthCheckResult> gather(com.codahale.metrics.health.HealthCheckRegistry registry, @Nullable String name)
-