Skip to content

Commit

Permalink
Merge branch 'master' of github.com:sematext/spm-agent
Browse files Browse the repository at this point in the history
  • Loading branch information
Adnan Rahic committed Jul 1, 2021
2 parents 9715137 + 6ad32fb commit 51982b5
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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.

Expand Down Expand Up @@ -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

0 comments on commit 51982b5

Please sign in to comment.