Skip to content

CensusProbe

Defined in: diagnostics/censusTypes.ts:43

Pre-1.0: the counter set is expected to grow as probes are added.

readonly id: string

Defined in: diagnostics/censusTypes.ts:45

Stable identity; registering the same id twice replaces rather than duplicates.

read(ctx): readonly CensusEntry[] | undefined

Defined in: diagnostics/censusTypes.ts:47

undefined when this probe cannot measure anything in the given context.

CensusContext

readonly CensusEntry[] | undefined