Table of Contents

Class PipelineMetricsOptions

Namespace
Pipelinez.Core.Performance
Assembly
Pipelinez.dll

Configures which runtime metrics are emitted by the pipeline performance collector.

public sealed class PipelineMetricsOptions
Inheritance
PipelineMetricsOptions
Inherited Members

Properties

EnablePerComponentTiming

Gets a value indicating whether per-component timing metrics should be emitted.

public bool EnablePerComponentTiming { get; init; }

Property Value

bool

EnableRuntimeMetrics

Gets a value indicating whether aggregate runtime metrics should be emitted.

public bool EnableRuntimeMetrics { get; init; }

Property Value

bool