We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6d5783b + ca82443 commit 8860143Copy full SHA for 8860143
src/server/analytic_services/prometheus_reports/nodejs_report.js
@@ -12,6 +12,9 @@ class NodeJsReport extends BasePrometheusReport {
12
constructor() {
13
super();
14
15
+ // creating new instance of registry to collect default metrics for nodejs
16
+ this._register = new this.prom_client.Registry();
17
+
18
if (this.enabled) {
19
this.prom_client.collectDefaultMetrics({
20
register: this.register,
0 commit comments