5 references to ParseSystemTimeSpan
Microsoft.Extensions.Diagnostics.ResourceMonitoring (5)
Generated\Basic.CompilerLog.Util\Basic.CompilerLog.Util.Impl.BasicGeneratedFilesAnalyzerReference\BindingExtensions.g.cs (5)
123
instance.CollectionWindow =
ParseSystemTimeSpan
(value1, () => configuration.GetSection("CollectionWindow").Path);
132
instance.SamplingInterval =
ParseSystemTimeSpan
(value2, () => configuration.GetSection("SamplingInterval").Path);
141
instance.PublishingWindow =
ParseSystemTimeSpan
(value3, () => configuration.GetSection("PublishingWindow").Path);
150
instance.CpuConsumptionRefreshInterval =
ParseSystemTimeSpan
(value4, () => configuration.GetSection("CpuConsumptionRefreshInterval").Path);
159
instance.MemoryConsumptionRefreshInterval =
ParseSystemTimeSpan
(value5, () => configuration.GetSection("MemoryConsumptionRefreshInterval").Path);