콘텐츠로 이동
한국어

metricsOf

이 콘텐츠는 아직 번역되지 않았습니다.

metricsOf(system): MetricsRegistry

Defined in: src/metrics/MetricsExtension.ts:74

Convenience accessor — metricsOf(system) returns the live registry (or noop) without going through the extension chain at every call site. Used by ActorCell / Cluster instrumentation hooks where the MetricsExtensionId.get(...) boilerplate would dwarf the actual counter.inc() call.

ActorSystem

MetricsRegistry