TelemetryBatch constructor
TelemetryBatch({})
Creates a new telemetry batch.
Implementation
TelemetryBatch({
required this.traces,
required this.spans,
required this.metrics,
required this.events,
});
Creates a new telemetry batch.
TelemetryBatch({
required this.traces,
required this.spans,
required this.metrics,
required this.events,
});