Uses of Class
cambio.simulator.export.MultiDataPointReporter
Packages that use MultiDataPointReporter
Package
Description
Classes that directly relate to microservices, like operations, instances or instance modification events.
Report collection and data framework.
-
Uses of MultiDataPointReporter in cambio.simulator.entities.microservice
Fields in cambio.simulator.entities.microservice declared as MultiDataPointReporterModifier and TypeFieldDescriptionprotected final MultiDataPointReporter
Microservice.reporter
protected final MultiDataPointReporter
MicroserviceInstance.reporter
-
Uses of MultiDataPointReporter in cambio.simulator.export
Subclasses of MultiDataPointReporter in cambio.simulator.exportModifier and TypeClassDescriptionclass
Accumulates numeric data points.class
MultiDataPointReporter that averages all entries for a TimeInstance over a given time bucket.class
A datapoint reporter that can map collected data points into time buckets based on aBucketMultiDataPointReporter.bucketingFunction
.class
Reports last value for the given time bucket.Fields in cambio.simulator.export declared as MultiDataPointReporterModifier and TypeFieldDescriptionstatic MultiDataPointReporter
MiSimReporters.NETWORK_LATENCY_REPORTER
static MultiDataPointReporter
MiSimReporters.RETRY_MANAGER_REPORTER
static MultiDataPointReporter
MiSimReporters.USER_REQUEST_REPORTER