4 references to HasKey
Aspire.Dashboard (4)
Components_Pages_TraceDetail_razor.g.cs (2)
1802
if (context.Span.Attributes.
HasKey
("db.system"))
1806
else if (context.Span.Attributes.
HasKey
("messaging.system"))
Model\TraceHelpers.cs (2)
135
if (span.Attributes.
HasKey
("messaging.system"))
144
if (span.Attributes.
HasKey
("messaging.system"))