11 instantiations of ActivityLink
Aspire.Confluent.Kafka (2)
Microsoft.AspNetCore.Components (1)
Microsoft.AspNetCore.Components.Endpoints (1)
Microsoft.AspNetCore.Components.Server (3)
Microsoft.AspNetCore.SignalR.Core (1)
Stress.ApiService (2)
System.Net.Http (1)
67 references to ActivityLink
Aspire.Confluent.Kafka (4)
Microsoft.AspNetCore.Diagnostics (2)
Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore (2)
Microsoft.AspNetCore.Hosting (2)
Microsoft.AspNetCore.SignalR.Core (3)
Stress.ApiService (3)
System.Diagnostics.DiagnosticSource (51)
System\Diagnostics\ActivitySource.cs (11)
131/// <param name="links">The optional <see cref="ActivityLink"/> list to initialize the created Activity object with.</param>
137public Activity? CreateActivity(string name, ActivityKind kind, ActivityContext parentContext, IEnumerable<KeyValuePair<string, object?>>? tags = null, IEnumerable<ActivityLink>? links = null, ActivityIdFormat idFormat = ActivityIdFormat.Unknown)
147/// <param name="links">The optional <see cref="ActivityLink"/> list to initialize the created Activity object with.</param>
153public Activity? CreateActivity(string name, ActivityKind kind, string? parentId, IEnumerable<KeyValuePair<string, object?>>? tags = null, IEnumerable<ActivityLink>? links = null, ActivityIdFormat idFormat = ActivityIdFormat.Unknown)
172/// <param name="links">The optional <see cref="ActivityLink"/> list to initialize the created Activity object with.</param>
175public Activity? StartActivity(string name, ActivityKind kind, ActivityContext parentContext, IEnumerable<KeyValuePair<string, object?>>? tags = null, IEnumerable<ActivityLink>? links = null, DateTimeOffset startTime = default)
185/// <param name="links">The optional <see cref="ActivityLink"/> list to initialize the created Activity object with.</param>
188public Activity? StartActivity(string name, ActivityKind kind, string? parentId, IEnumerable<KeyValuePair<string, object?>>? tags = null, IEnumerable<ActivityLink>? links = null, DateTimeOffset startTime = default)
197/// <param name="links">The optional <see cref="ActivityLink"/> list to initialize the created Activity object with.</param>
201public Activity? StartActivity(ActivityKind kind, ActivityContext parentContext = default, IEnumerable<KeyValuePair<string, object?>>? tags = null, IEnumerable<ActivityLink>? links = null, DateTimeOffset startTime = default, [CallerMemberName] string name = "")
205IEnumerable<ActivityLink>? links, DateTimeOffset startTime, bool startIt = true, ActivityIdFormat idFormat = ActivityIdFormat.Unknown)