plutin 1.8.0 → 1.8.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.cjs CHANGED
@@ -1708,6 +1708,7 @@ var MetricsManager = class {
1708
1708
  meter = null;
1709
1709
  constructor(env) {
1710
1710
  this.env = env;
1711
+ console.log(`env - ${this.env}`);
1711
1712
  this.meter = this.env.OTEL_ENABLE ? import_api.metrics.getMeter(this.env.OTEL_SERVICE_NAME || "plutin-boilerplate-common", this.env.OTEL_SERVICE_VERSION || "1.0.0") : null;
1712
1713
  }
1713
1714
  httpRequestsTotal = this.meter?.createCounter("http_requests_total", {