3 writes to LastKnownGoodSamplerRules
Microsoft.Extensions.Telemetry (3)
Sampling\RandomProbabilisticSampler.cs (3)
41LastKnownGoodSamplerRules = Throw.IfNullOrMemberNull(options, options!.CurrentValue).Rules.ToArray(); 74LastKnownGoodSamplerRules = Array.Empty<RandomProbabilisticSamplerFilterRule>(); 78LastKnownGoodSamplerRules = updatedOptions.Rules.ToArray();
1 reference to LastKnownGoodSamplerRules
Microsoft.Extensions.Telemetry (1)
Sampling\RandomProbabilisticSampler.cs (1)
88RandomProbabilisticSamplerFilterRule? rule = _ruleSelector.Select(LastKnownGoodSamplerRules, logEntry.Category, logEntry.LogLevel, logEntry.EventId);