public class MetricLoggerHelper extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
logPublishEvent(String errorCode,
String serviceId,
String instanceId,
String changeType) |
static void |
logRegistryEvent(String errorCode) |
static void |
logResponseEvent(String service,
String operation,
HasResponseStatus response) |
static void |
logResponseEvent(String service,
String operation,
String errorCode) |
static void |
logSubscribeEvent(String errorCode,
String serviceId) |
static void |
logWebSocketCheckHealthCost(long cost,
String wsHandlerName) |
static void |
logWebSocketEvent(String event,
String wsHandlerName,
String remoteHostName) |
static void |
logWebSocketSessionCount(long count,
String wsHandlerName,
String event) |
public static void logResponseEvent(String service, String operation, HasResponseStatus response)
public static void logResponseEvent(String service, String operation, String errorCode)
public static void logRegistryEvent(String errorCode)
public static void logPublishEvent(String errorCode, String serviceId, String instanceId, String changeType)
public static void logWebSocketEvent(String event, String wsHandlerName, String remoteHostName)
public static void logWebSocketCheckHealthCost(long cost,
String wsHandlerName)
Copyright © 2020 org.mydotey. All rights reserved.