1 implementation of CategoryName
Microsoft.Extensions.Telemetry (1)
Sampling\RandomProbabilisticSamplerFilterRule.cs (1)
46public string? CategoryName { get; }
5 references to CategoryName
Microsoft.Extensions.Telemetry (5)
Sampling\LogSamplingRuleSelector.cs (5)
35string? categoryName = rule.CategoryName; 67if (current?.CategoryName is not null) 69if (rule.CategoryName is null) 74if (current.CategoryName.Length > rule.CategoryName.Length)