public class StatsSnapshot
extends java.lang.Object
Analytics
instance at a single point in time.Modifier and Type | Field and Description |
---|---|
long |
flushCount
Number of times we've flushed events to our servers.
|
long |
flushEventCount
Number of events we've flushed to our servers.
|
float |
integrationOperationAverageDuration
Average time to run operations on all bundled integrations, including lifecycle events and
flushes.
|
long |
integrationOperationCount
Number of operations sent to all bundled integrations, including lifecycle events and flushes.
|
long |
integrationOperationDuration
Total time to run operations on all bundled integrations, including lifecycle events and
flushes.
|
java.util.Map<java.lang.String,java.lang.Long> |
integrationOperationDurationByIntegration
Total time to run operations, including lifecycle events and flushes, by integration.
|
long |
timestamp
The time at which the snapshot was created.
|
Constructor and Description |
---|
StatsSnapshot(long timestamp,
long flushCount,
long flushEventCount,
long integrationOperationCount,
long integrationOperationDuration,
java.util.Map<java.lang.String,java.lang.Long> integrationOperationDurationByIntegration) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
public final long timestamp
public final long flushCount
public final long flushEventCount
public final long integrationOperationCount
public final long integrationOperationDuration
public final float integrationOperationAverageDuration
public final java.util.Map<java.lang.String,java.lang.Long> integrationOperationDurationByIntegration