Skip to content

Hex1bMetricsOptions

Namespace: Hex1b.Diagnostics

Assembly: Hex1b.dll

Options for configuring Hex1b metrics behavior.

csharp
public class Hex1bMetricsOptions

Inheritance

ObjectHex1bMetricsOptions

Properties

EnablePerNodeMetrics

When true, per-node timing histograms are recorded for measure, arrange, render, and reconcile phases, tagged by hierarchical metric path. This is intended for local development with Aspire and should not be enabled in production due to high tag cardinality. Default is false.

Returns: Boolean

csharp
public bool EnablePerNodeMetrics { get; set; }

Released under the MIT License.