12 references to Annotations
Aspire.Hosting (12)
Diagnostics\ProfilingTelemetry.cs (12)
548TryGetAnnotation(annotations, Annotations.TraceParent, Annotations.LegacyStartupTraceParent, out var traceParent)) 551TryGetAnnotation(annotations, Annotations.TraceState, Annotations.LegacyStartupTraceState, out var traceState); 609var sessionId = annotations is not null && TryGetAnnotation(annotations, Annotations.ProfilingSessionId, Annotations.LegacyStartupOperationId, out var annotationSessionId) 862annotate(Annotations.ProfilingSessionId, sessionId); 863annotate(Annotations.LegacyStartupOperationId, sessionId); 869annotate(Annotations.TraceParent, traceParent); 870annotate(Annotations.LegacyStartupTraceParent, traceParent); 876annotate(Annotations.TraceState, traceState); 877annotate(Annotations.LegacyStartupTraceState, traceState);