Class MetricService
java.lang.Object
org.qubership.atp.environments.service.direct.impl.MetricService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionio.micrometer.core.instrument.TimercheckVersionTimer(String... tags) voidrequestToService(String ipAddr, String uri) Registers new IP address, increments counter.
-
Constructor Details
-
MetricService
public MetricService()
-
-
Method Details
-
requestToService
Registers new IP address, increments counter.- Parameters:
ipAddr- IP address of client or service.uri- requested endpoint.
-
checkVersionTimer
-