Turn cloudemu into an observability fixture — assert on spans/metrics emitted for cloud calls. A differentiator vs. other emulators, built on the existing recorder and metrics packages.
Build: optional OpenTelemetry instrumentation wrapping driver calls (a span per operation, counters per service/op) exportable to an in-test collector. Reuse recorder call metadata.
Acceptance: a test asserts on emitted spans for an S3 Put/Get sequence.
Turn cloudemu into an observability fixture — assert on spans/metrics emitted for cloud calls. A differentiator vs. other emulators, built on the existing
recorderandmetricspackages.Build: optional OpenTelemetry instrumentation wrapping driver calls (a span per operation, counters per service/op) exportable to an in-test collector. Reuse
recordercall metadata.Acceptance: a test asserts on emitted spans for an S3 Put/Get sequence.