Skip to content

nooschain v0.1.0


nooschain / observability/observability-types / ObservabilityRuntimeInfo

Interface: ObservabilityRuntimeInfo

Defined in: observability/observability-types.ts:24

Process and node identity fields used in overview/health responses.

Properties

environment

environment: string

Defined in: observability/observability-types.ts:38

NODE_ENV value exposed as an operational hint.


nodeId

nodeId: string | null

Defined in: observability/observability-types.ts:26

Local node id, when this process is configured as a named chain node.


organizationId

organizationId: string | null

Defined in: observability/observability-types.ts:30

Owning organization id recorded for the node, when available.


role

role: string | null

Defined in: observability/observability-types.ts:28

Local node role, such as producer, observer, or validator.


startedAt

startedAt: string

Defined in: observability/observability-types.ts:34

ISO timestamp for process startup.


uptimeMs

uptimeMs: number

Defined in: observability/observability-types.ts:32

Milliseconds since the Fastify process started.


version

version: string

Defined in: observability/observability-types.ts:36

Package version read from package.json, or unknown in unusual dev builds.

Audience-first NOOSChain documentation.