IResourceMonitorBuilder Interface

Definition

Helps building the resource monitoring infrastructure.

public interface class IResourceMonitorBuilder
public interface IResourceMonitorBuilder
type IResourceMonitorBuilder = interface
Public Interface IResourceMonitorBuilder

Properties

Services

Gets the service collection being manipulated by the builder.

Methods

AddPublisher<T>()

Adds a resource utilization publisher that gets invoked whenever resource utilization is computed.

Extension Methods

ConfigureMonitor(IResourceMonitorBuilder, IConfigurationSection)

Configures the resource monitor.

ConfigureMonitor(IResourceMonitorBuilder, Action<ResourceMonitoringOptions>)

Configures the resource monitor.

Applies to