# Functions
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Constants
DefaultCPUHistogramFirstBucketSize CPU histograms smallest bucket size is 0.01 cores.
DefaultCPUHistogramMaxValue CPU histograms max bucket size is 1000.0 cores.
No description provided by the author
DefaultEpsilon is the minimal weight kept in histograms, it should be small enough that old samples (just inside MemoryAggregationWindowLength) added with DefaultMinSampleWeight are still kept.
Make each bucket 5% larger than the previous one.
DefaultHistogramDecayHalfLife is the default value for HistogramDecayHalfLife.
DefaultInitDataLength is default data query span for the first run of the task.
DefaultMemHistogramFirstBucketSize Mem histograms smallest bucket size is 10MB.
DefaultMemHistogramMaxValue Mem histograms max bucket size is 1TB.
No description provided by the author
DefaultMinSampleWeight is the minimal sample weight of any sample (prior to including decaying factor).
DefaultSampleWeight is the default weight of any sample (prior to including decaying factor).
MaxOfAllowNotExecutionTime is maximum non-run tolerance time for a task.
No description provided by the author
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
No description provided by the author