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.
1 parent 6d5783b commit ca82443Copy full SHA for ca82443
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