Shumoku Docs

Search documentation

Shared docs and current release

Loading search…

日本語

@shumoku/core · 0.4.0 · function

nodeIdentityQuality

Source

Coarse identity quality — surfaced in UI to warn users which elements may detach from their metrics/observations across reboots. Node: `stable` if chassisId + (mgmtIp or sysName), `weak` if any single primary key, `unbound` otherwise. Port: `stable` if ifName + (mac or ifIndex), `weak` if any single key, `unbound` otherwise.

nodeIdentityQuality(identity: Identity | undefined): IdentityQuality

Parameters

Parameter Type Description Default
identity Identity | undefined No additional description.

Returns

IdentityQuality

libs/@shumoku/core/src/observation/identity.ts:86