save checkpoint

This commit is contained in:
master
2026-02-14 09:11:48 +02:00
parent 9ca2de05df
commit e9aeadc040
1512 changed files with 30863 additions and 4728 deletions

View File

@@ -0,0 +1,23 @@
{
"type": "integration",
"capturedAtUtc": "2026-02-13T12:08:00Z",
"feature": "telemetry-context-propagation-library",
"module": "telemetry",
"testProject": "src/Telemetry/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core.Tests/StellaOps.Telemetry.Core.Tests.csproj",
"testFilter": "TelemetryContextAccessorTests|TelemetryContextTests|TelemetryPropagationHandlerTests|TelemetryPropagationMiddlewareTests|CliTelemetryContextTests",
"testsRun": 33,
"testsPassed": 33,
"testsFailed": 0,
"behaviorVerified": [
"AsyncLocal-based context accessor stores/retrieves context",
"TelemetryContext model carries trace/span ID, tenant, service identity",
"HTTP middleware propagates context across service boundaries",
"TelemetryPropagationHandler injects context in outbound HTTP calls",
"W3C trace context propagation via TelemetryContextPropagator",
"Background job scope inherits and isolates telemetry context",
"CLI telemetry context attaches command metadata to spans",
"gRPC interceptors propagate context for inter-service calls",
"DI registration via AddTelemetryContextPropagation"
],
"verdict": "pass"
}