@bitcall/pm2-pulse-agent 2.0.0 → 2.0.3

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.
Files changed (2) hide show
  1. package/agent.js +1 -3
  2. package/package.json +1 -1
package/agent.js CHANGED
@@ -161,9 +161,7 @@ class MonitoringAgent {
161
161
  urgent: isUrgent || hasAlerts,
162
162
  timestamp: Date.now()
163
163
  }
164
-
165
- console.log('DEBUG - Sending message:',JSON.stringify(metricsMessage, null, 2))
166
-
164
+
167
165
  // Add auth token to metadata if configured
168
166
  const metadata = new grpc.Metadata()
169
167
  if (this.authToken) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bitcall/pm2-pulse-agent",
3
- "version": "2.0.0",
3
+ "version": "2.0.3",
4
4
  "description": "PM2 monitoring agent that tracks server metrics and sends alerts via gRPC",
5
5
  "main": "agent.js",
6
6
  "bin": {