You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> Metrics will only be exported after it has collected two ELU readings (at least approximately `PerfHooksInstrumentationConfig.eventLoopUtilizationMeasurementInterval` milliseconds after initialization). Otherwise, you may see:
47
+
> Metrics will only be exported after it has collected two ELU readings (at least approximately `RuntimeNodeInstrumentationConfig.eventLoopUtilizationMeasurementInterval` milliseconds after initialization). Otherwise, you may see:
48
48
>
49
49
> ```txt
50
50
> # no registered metrics
51
51
> ```
52
52
53
53
### Options
54
54
55
-
`PerfHooksInstrumentation`'s constructor accepts the following options:
55
+
`RuntimeNodeInstrumentation`'s constructor accepts the following options:
0 commit comments