public class NoopTelemetryStorage extends Object implements TelemetryStorage
| Constructor and Description |
|---|
NoopTelemetryStorage() |
public void recordNonReadyUsage()
recordNonReadyUsage in interface TelemetryConfigProducerpublic void recordBURTimeout()
recordBURTimeout in interface TelemetryConfigProducerpublic void recordLatency(MethodEnum method, long latency)
recordLatency in interface TelemetryEvaluationProducerpublic void recordException(MethodEnum method)
recordException in interface TelemetryEvaluationProducerpublic void addTag(String tag)
addTag in interface TelemetryRuntimeProducerpublic void recordImpressionStats(ImpressionsDataTypeEnum dataType, long count)
recordImpressionStats in interface TelemetryRuntimeProducerpublic void recordEventStats(EventsDataRecordsEnum dataType, long count)
recordEventStats in interface TelemetryRuntimeProducerpublic void recordSuccessfulSync(LastSynchronizationRecordsEnum resource, long time)
recordSuccessfulSync in interface TelemetryRuntimeProducerpublic void recordSyncError(ResourceEnum resource, int status)
recordSyncError in interface TelemetryRuntimeProducerpublic void recordSyncLatency(HTTPLatenciesEnum resource, long latency)
recordSyncLatency in interface TelemetryRuntimeProducerpublic void recordAuthRejections()
recordAuthRejections in interface TelemetryRuntimeProducerpublic void recordTokenRefreshes()
recordTokenRefreshes in interface TelemetryRuntimeProducerpublic void recordStreamingEvents(StreamingEvent streamingEvent)
recordStreamingEvents in interface TelemetryRuntimeProducerpublic void recordSessionLength(long sessionLength)
recordSessionLength in interface TelemetryRuntimeProducerpublic long getBURTimeouts()
getBURTimeouts in interface TelemetryConfigConsumerpublic long getNonReadyUsages()
getNonReadyUsages in interface TelemetryConfigConsumerpublic MethodExceptions popExceptions() throws Exception
popExceptions in interface TelemetryEvaluationConsumerExceptionpublic MethodLatencies popLatencies() throws Exception
popLatencies in interface TelemetryEvaluationConsumerExceptionpublic long getImpressionsStats(ImpressionsDataTypeEnum data)
getImpressionsStats in interface TelemetryRuntimeConsumerpublic long getEventStats(EventsDataRecordsEnum type)
getEventStats in interface TelemetryRuntimeConsumerpublic LastSynchronization getLastSynchronization()
getLastSynchronization in interface TelemetryRuntimeConsumerpublic HTTPErrors popHTTPErrors()
popHTTPErrors in interface TelemetryRuntimeConsumerpublic HTTPLatencies popHTTPLatencies()
popHTTPLatencies in interface TelemetryRuntimeConsumerpublic long popAuthRejections()
popAuthRejections in interface TelemetryRuntimeConsumerpublic long popTokenRefreshes()
popTokenRefreshes in interface TelemetryRuntimeConsumerpublic List<StreamingEvent> popStreamingEvents()
popStreamingEvents in interface TelemetryRuntimeConsumerpublic List<String> popTags()
popTags in interface TelemetryRuntimeConsumerpublic long getSessionLength()
getSessionLength in interface TelemetryRuntimeConsumerCopyright © 2021. All rights reserved.