public class ApolloClientMonitorMessageProducer extends Object implements MessageProducer
| Modifier and Type | Field and Description |
|---|---|
static List<String> |
TAGS |
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE| Constructor and Description |
|---|
ApolloClientMonitorMessageProducer() |
| Modifier and Type | Method and Description |
|---|---|
void |
logError(String message,
Throwable cause) |
void |
logError(Throwable cause) |
void |
logEvent(String type,
String name) |
void |
logEvent(String type,
String name,
String status,
String nameValuePairs) |
void |
logMetricsForCount(String name) |
Transaction |
newTransaction(String type,
String name) |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetOrderpublic void logError(Throwable cause)
logError in interface MessageProducerpublic void logError(String message, Throwable cause)
logError in interface MessageProducerpublic void logEvent(String type, String name)
logEvent in interface MessageProducerpublic void logEvent(String type, String name, String status, String nameValuePairs)
logEvent in interface MessageProducerpublic void logMetricsForCount(String name)
logMetricsForCount in interface MessageProducerpublic Transaction newTransaction(String type, String name)
newTransaction in interface MessageProducerCopyright © 2025. All rights reserved.