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)
157/// <param name="links">The optional <see cref="ActivityLink"/> list to initialize the created Activity object with.</param>
163public Activity? CreateActivity(string name, ActivityKind kind, ActivityContext parentContext, IEnumerable<KeyValuePair<string, object?>>? tags = null, IEnumerable<ActivityLink>? links = null, ActivityIdFormat idFormat = ActivityIdFormat.Unknown)
173/// <param name="links">The optional <see cref="ActivityLink"/> list to initialize the created Activity object with.</param>
179public Activity? CreateActivity(string name, ActivityKind kind, string? parentId, IEnumerable<KeyValuePair<string, object?>>? tags = null, IEnumerable<ActivityLink>? links = null, ActivityIdFormat idFormat = ActivityIdFormat.Unknown)
198/// <param name="links">The optional <see cref="ActivityLink"/> list to initialize the created Activity object with.</param>
201public Activity? StartActivity(string name, ActivityKind kind, ActivityContext parentContext, IEnumerable<KeyValuePair<string, object?>>? tags = null, IEnumerable<ActivityLink>? links = null, DateTimeOffset startTime = default)
211/// <param name="links">The optional <see cref="ActivityLink"/> list to initialize the created Activity object with.</param>
214public Activity? StartActivity(string name, ActivityKind kind, string? parentId, IEnumerable<KeyValuePair<string, object?>>? tags = null, IEnumerable<ActivityLink>? links = null, DateTimeOffset startTime = default)
223/// <param name="links">The optional <see cref="ActivityLink"/> list to initialize the created Activity object with.</param>
227public Activity? StartActivity(ActivityKind kind, ActivityContext parentContext = default, IEnumerable<KeyValuePair<string, object?>>? tags = null, IEnumerable<ActivityLink>? links = null, DateTimeOffset startTime = default, [CallerMemberName] string name = "")
231IEnumerable<ActivityLink>? links, DateTimeOffset startTime, bool startIt = true, ActivityIdFormat idFormat = ActivityIdFormat.Unknown)