From 9226885deb100e58ff88f68c59425d447d176315 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 5 Jun 2021 07:33:37 +0000 Subject: [PATCH 1/3] Bump ws from 6.2.1 to 6.2.2 Bumps [ws](https://github.com/websockets/ws) from 6.2.1 to 6.2.2. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/commits) --- updated-dependencies: - dependency-name: ws dependency-type: indirect ... Signed-off-by: dependabot[bot] --- package-lock.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3170673..5680b92 100644 --- a/package-lock.json +++ b/package-lock.json @@ -256,9 +256,9 @@ } }, "ws": { - "version": "6.2.1", - "resolved": "https://registry.npmjs.org/ws/-/ws-6.2.1.tgz", - "integrity": "sha512-GIyAXC2cB7LjvpgMt9EKS2ldqr0MTrORaleiOno6TweZ6r3TKtoFQWay/2PceJ3RuBasOHzXNn5Lrw1X0bEjqA==", + "version": "6.2.2", + "resolved": "https://registry.npmjs.org/ws/-/ws-6.2.2.tgz", + "integrity": "sha512-zmhltoSR8u1cnDsD43TX59mzoMZsLKqUweyYBAIvTngR3shc0W6aOZylZmq/7hqyVxPdi+5Ud2QInblgyE72fw==", "requires": { "async-limiter": "~1.0.0" } @@ -5513,9 +5513,9 @@ } }, "ws": { - "version": "7.4.1", - "resolved": "https://registry.npmjs.org/ws/-/ws-7.4.1.tgz", - "integrity": "sha512-pTsP8UAfhy3sk1lSk/O/s4tjD0CRwvMnzvwr4OKGX7ZvqZtUyx4KIJB5JWbkykPoc55tixMGgTNoh3k4FkNGFQ==" + "version": "7.4.6", + "resolved": "https://registry.npmjs.org/ws/-/ws-7.4.6.tgz", + "integrity": "sha512-YmhHDO4MzaDLB+M9ym/mDA5z0naX8j7SIlT8f8z+I0VtzsRbekxEutHSme7NPS2qE8StCYQNUnfWdXta/Yu85A==" }, "xdg-basedir": { "version": "4.0.0", From 4a0dc16994cd5801b45a9fccb3c840eeea458a27 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 12 Jun 2021 14:09:46 +0000 Subject: [PATCH 2/3] Bump glob-parent from 5.1.1 to 5.1.2 Bumps [glob-parent](https://github.com/gulpjs/glob-parent) from 5.1.1 to 5.1.2. - [Release notes](https://github.com/gulpjs/glob-parent/releases) - [Changelog](https://github.com/gulpjs/glob-parent/blob/main/CHANGELOG.md) - [Commits](https://github.com/gulpjs/glob-parent/compare/v5.1.1...v5.1.2) --- updated-dependencies: - dependency-name: glob-parent dependency-type: indirect ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3170673..1da5e1a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2245,9 +2245,9 @@ } }, "glob-parent": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.1.tgz", - "integrity": "sha512-FnI+VGOpnlGHWZxthPGR+QhR78fuiK0sNLkHQv+bL9fQi57lNNdquIbna/WrfROrolq8GK5Ek6BiMwqL/voRYQ==", + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", + "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", "dev": true, "requires": { "is-glob": "^4.0.1" From 6ad32fbcfdcc084c023825947e4b805f8bc37e57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Otis=20Gospodneti=C4=87?= Date: Thu, 24 Jun 2021 16:05:25 -0400 Subject: [PATCH 3/3] Tweaks in wording and links, removed 3 deprecated agents --- README.md | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 15c52c9..4114439 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Sematext Agent Framework for Node.js -A framework for monitoring agents. -Ship metrics to [Sematext Cloud](https://sematext.com/cloud) or InfluxDB. +A framework for monitoring agents written in Node.js for sending metrics to [Sematext Cloud](https://sematext.com/cloud) or InfluxDB. The Sematext [Node.js monitoring agent](https://github.com/sematext/spm-agent-nodejs) is built on top of this framework. + ## Functionality @@ -14,7 +14,7 @@ Ship metrics to [Sematext Cloud](https://sematext.com/cloud) or InfluxDB. ## Example to Implement a Monitoring Agent -Sematext Cloud supports the Influx Line Protocol for the metric ingestion. +Sematext Cloud supports the Influx Line Protocol for metric ingestion. Agent modules must provide a `start` and `stop`function. @@ -181,9 +181,6 @@ Let us know about monitoring agents you need, maybe you like to contribute with # Related Modules -- [Node.js Monitoring](http://sematext.com/spm/integrations/nodejs-monitoring.html) -- [spm-agent-nodejs](https://github.com/sematext/spm-agent-nodejs), -- [spm-agent-mongodb](https://github.com/sematext/spm-agent-mongodb), -- [sematext-agent-nginx](https://github.com/sematext/sematext-agent-nginx), -- [sematext-agent-httpd](https://github.com/sematext/sematext-agent-httpd) -- [Sematext Cloud](https://sematext.com/cloud) - one platform for metrics and logs +- [Node.js Monitoring](https://sematext.com/integrations/nodejs/) +- [spm-agent-nodejs](https://github.com/sematext/spm-agent-nodejs) +- [Sematext Cloud](https://sematext.com/) - full stack observability platform