@Internal
public interface ObservabilityConfig
| Modifier and Type | Interface and Description |
|---|---|
static class |
ObservabilityConfig.LogFilter
POJO for representing a filter used in configuration.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getDestinationProjectId()
Get destination project ID - where logs will go.
|
List<io.grpc.observabilitylog.v1.GrpcLogRecord.EventType> |
getEventTypes()
Get event types to log.
|
Long |
getFlushMessageCount()
Get message count threshold to flush - flush once message count is reached.
|
List<ObservabilityConfig.LogFilter> |
getLogFilters()
Get filters set for logging.
|
boolean |
isEnableCloudLogging()
Is Cloud Logging enabled.
|
boolean isEnableCloudLogging()
String getDestinationProjectId()
Long getFlushMessageCount()
List<ObservabilityConfig.LogFilter> getLogFilters()
List<io.grpc.observabilitylog.v1.GrpcLogRecord.EventType> getEventTypes()