documentation cleanse, sprints work and planning. remaining non EF DAL migration to EF
This commit is contained in:
@@ -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"
|
||||
}
|
||||
Reference in New Issue
Block a user