Table of Contents

Enum TelemetryFlagKind

Namespace
Typhon.Engine
Assembly
Typhon.Engine.dll

Kind of a telemetry flag — how its gate is resolved. See the catalog design (#522).

public enum TelemetryFlagKind

Fields

CompositeActive = 1

A master direct child: an Enabled + derived Active pair.

Group = 4

A pure grouping node with no gate field of its own.

Master = 0

The master profiler gate (Typhon:Profiler:Enabled).

RawLeaf = 2

Read raw, not parent-gated (an opt-out firehose gauge; may default true).

SubtreeResolved = 3

Resolved via parent-implies-children (the 10 subtrees).