Implemented interface member:
property
Tags
Microsoft.AspNetCore.Http.Features.IHttpMetricsTagsFeature.Tags
2 references to Tags
Microsoft.AspNetCore.Diagnostics.Tests (2)
ExceptionHandlerMiddlewareTest.cs (2)
241
Assert.Empty(metricsTagsFeature.
Tags
);
246
var errorTag = Assert.Single(metricsTagsFeature.
Tags
);