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)
65string? categoryName = rule.CategoryName; 97if (current?.CategoryName is not null) 99if (rule.CategoryName is null) 104if (current.CategoryName.Length > rule.CategoryName.Length)