Class ActuatorMetricsResponse
java.lang.Object
com.nmontytskyi.monitoring.server.polling.dto.ActuatorMetricsResponse
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetStatisticValue(String statisticName) Returns the value of the measurement whosestatisticfield matches the given name (case-insensitive).doublegetValue()Returns the value of the first measurement (used for simple gauge/counter metrics).
-
Constructor Details
-
ActuatorMetricsResponse
public ActuatorMetricsResponse()
-
-
Method Details
-
getValue
public double getValue()Returns the value of the first measurement (used for simple gauge/counter metrics). -
getStatisticValue
-