documentation cleanse, sprints work and planning. remaining non EF DAL migration to EF

This commit is contained in:
master
2026-02-25 01:24:07 +02:00
parent b07d27772e
commit 4db038123b
9090 changed files with 4836 additions and 2909 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"
}