We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bf2d07 commit dd83528Copy full SHA for dd83528
1 file changed
apps/meteor/app/metrics/server/lib/metrics.ts
@@ -331,8 +331,8 @@ export const metrics = {
331
let eluBase = performance.eventLoopUtilization();
332
333
new client.Gauge({
334
- name: 'nodejs_event_loop_utilization',
335
- help: 'Event Loop Utilization (ELU) as reported by Node',
+ name: 'nodejs_event_loop_utilization_ratio',
+ help: 'Event Loop Utilization (ELU) as reported by NodeJS',
336
collect() {
337
this.set(performance.eventLoopUtilization(eluBase).utilization);
338
eluBase = performance.eventLoopUtilization();
0 commit comments