oneuptime/JavaScriptSDK
Simon Larsen fca9969365
fix lint.
2022-07-29 20:38:34 +01:00
..
docs fix 2022-04-14 14:52:24 +01:00
src fix lint. 2022-07-29 20:38:34 +01:00
test fix 2022-04-16 11:41:14 +01:00
.babelrc
.gitignore
package-lock.json fix 2022-04-30 14:25:36 +01:00
package.json fix 2022-04-30 14:25:36 +01:00
README.md
tsconfig.json fix tsconfig 2022-05-22 11:27:41 +01:00
webpack.config.ts fix 2022-04-15 23:14:01 +01:00

npm

OneUptime

OneUptime is one complete SRE and DevOps platform.

OneUptime lets you do:

Monitoring: Monitors your website, web apps, APIs, servers and more and give you detailed metrics of things that might be wrong with your infrastructure.

Status Page: OneUptime gives you a beautiful and customizable status page for your online business which helps improve transparency with your customers and cuts support costs.

Tests: Write automated tests for your website, API's and more and know instantly when they start failing.

On-Call and Incident Management: On-Call Management lets you alert the right team at the right time saving you critical time during downtime.

Performance Monitoring: Monitor the performance of your apps, servers, APIs, and more and alert your team when any of your performance metrics degrades.

OneUptime JavaScript SDK

JavaScript SDK which has:

Logger: Logs all your application logs

A oneuptime application logger that can be used to send logs about your applications and log them to oneuptime dashboard.

Logger Documentation: Quick start and API Reference

Error Tracker: Keeps a log of all your application errors.

A oneuptime error tracker is used to automatically log errors which happen in your app and log them to OneUptime dashboard.

Error Tracker Documentation: Quick start and API Reference

Server Monitor: Monitors your server and resources.

Server Monitor will monitor any VM, or a Bare metal server.

Server Monitor Documentation: Quick start and API Reference

Contribution

  • Contibutions are most welcome!
  • Clone git repository
  • run npm i to install dependencies
  • run npm run test to run tests
  • run npm run build to build for production.