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