Package com._1c.g5.v8.dt.telemetry
-
Interface Summary Interface Description ITelemetryDump Telemetry dump access interface.ITelemetryManager Single point of control for EDT internal telemetry.ITelemetryProvider Provider of the telemetry information. -
Class Summary Class Description CompositeTelemetryDump This dump contains nested dumps and performs ordering of their records while being processed to provide planar repesentation of their records being sorted by record timestampsIterableConvertingTelemetryDump<T> Standard implementation of the telemetry dump that coverts planar iterable of generic timestamped records into the 's.
Can be used for planar telemetry records of any type being convertable to theTelemetryRecord
.
Doesn't affect content of the provided iterableStandardDumpImplementationTest Tests of standard dump implementationsTelemetryManagerTest Tests of telemetry manager implementationTelemetryRecord Standard telemetry record.TestStringToStringExternalizer Test string-to-string externalizer functionTestTrToTrConverter Test conveter that takesTelemetryRecord
and converts it to the sameTelemetryRecord