https://github.com/keymetrics/app-playground
Code level metrics with Keymetrics
https://github.com/keymetrics/app-playground
Last synced: 16 days ago
JSON representation
Code level metrics with Keymetrics
- Host: GitHub
- URL: https://github.com/keymetrics/app-playground
- Owner: keymetrics
- Created: 2014-11-04T14:51:30.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-12-26T10:14:24.000Z (over 6 years ago)
- Last Synced: 2025-03-24T18:46:55.733Z (about 1 month ago)
- Language: JavaScript
- Homepage: https://keymetrics.io/
- Size: 1.26 MB
- Stars: 17
- Watchers: 16
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Getting started with PM2 Plus
This example will show you how to monitor your NodeJS application at the code level.
The app.js file contain all the PM2 Plus features you can use.
## Run it yourself
```bash
$ npm install pm2 -g
$ git clone https://github.com/keymetrics/app-playground.git
$ cd app-playground
$ pm2 start app.js
```Comment the return in app.js to discover the other features of PM2 Plus.
## Link PM2 with PM2 Plus
Create a new Bucket on PM2 Plus : [https://app.pm2.io/](https://app.pm2.io/)