Edit

Share via


ResourceMonitoringOptions Class

Definition

Options to control resource monitoring behavior.

public ref class ResourceMonitoringOptions
public class ResourceMonitoringOptions
type ResourceMonitoringOptions = class
Public Class ResourceMonitoringOptions
Inheritance
ResourceMonitoringOptions

Constructors

ResourceMonitoringOptions()

Properties

CollectionWindow

Gets or sets the maximum time window for which utilization can be requested.

CpuConsumptionRefreshInterval

Gets or sets the default interval used for refreshing values reported by "process.cpu.utilization" metrics.

MemoryConsumptionRefreshInterval

Gets or sets the default interval used for refreshing values reported by "dotnet.process.memory.virtual.utilization" metrics.

PublishingWindow

Gets or sets the observation window used to calculate the ResourceUtilization instances pushed to publishers.

SamplingInterval

Gets or sets the interval at which a new utilization sample is captured.

SourceIpAddresses

Gets or sets the list of source IPv4 addresses to track the connections for in telemetry.

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to