8 references to PeerServiceAttributeKey
Aspire.Dashboard (1)
Otlp\Model\OtlpHelpers.cs (1)
349
var address = GetValue(values, OtlpSpan.
PeerServiceAttributeKey
);
Aspire.Dashboard.Tests (7)
Model\ResourceMenuItemsTests.cs (2)
71
TelemetryTestHelpers.CreateSpan(traceId: "1", spanId: "1-1", startTime: s_testTime.AddMinutes(1), endTime: s_testTime.AddMinutes(10), attributes: [KeyValuePair.Create(OtlpSpan.
PeerServiceAttributeKey
, "value-1")], kind: Span.Types.SpanKind.Client),
72
TelemetryTestHelpers.CreateSpan(traceId: "1", spanId: "1-2", startTime: s_testTime.AddMinutes(5), endTime: s_testTime.AddMinutes(10), parentSpanId: "1-1", attributes: [KeyValuePair.Create(OtlpSpan.
PeerServiceAttributeKey
, "value-2")], kind: Span.Types.SpanKind.Client)
TelemetryRepositoryTests\TraceTests.cs (5)
1257
Spans = { CreateSpan(traceId: "1", spanId: "1-1", startTime: s_testTime.AddMinutes(1), endTime: s_testTime.AddMinutes(10), attributes: [KeyValuePair.Create("key1", "value1"), KeyValuePair.Create(OtlpSpan.
PeerServiceAttributeKey
, "value-1")], kind: Span.Types.SpanKind.Client) }
1952
CreateSpan(traceId: "1", spanId: "1-1", startTime: s_testTime.AddMinutes(1), endTime: s_testTime.AddMinutes(10), attributes: [KeyValuePair.Create(OtlpSpan.
PeerServiceAttributeKey
, "value-1")], kind: Span.Types.SpanKind.Client),
1953
CreateSpan(traceId: "1", spanId: "1-2", startTime: s_testTime.AddMinutes(5), endTime: s_testTime.AddMinutes(10), parentSpanId: "1-1", attributes: [KeyValuePair.Create(OtlpSpan.
PeerServiceAttributeKey
, "value-2")], kind: Span.Types.SpanKind.Client)
2039
CreateSpan(traceId: "1", spanId: "1-1", startTime: s_testTime.AddMinutes(1), endTime: s_testTime.AddMinutes(10), attributes: [KeyValuePair.Create(OtlpSpan.
PeerServiceAttributeKey
, "value-1")], kind: Span.Types.SpanKind.Client),
2040
CreateSpan(traceId: "1", spanId: "1-2", startTime: s_testTime.AddMinutes(5), endTime: s_testTime.AddMinutes(10), parentSpanId: "1-1", attributes: [KeyValuePair.Create(OtlpSpan.
PeerServiceAttributeKey
, "value-2")], kind: Span.Types.SpanKind.Client)