Performance Monitoring for Rocket.Chat
Getting started
- Create an account at https://kadira.io
- From the UI, create an app. You'll get an
AppId
and anAppSecret
. - Run
meteor add rocketchat:monitoring
in your project - Export the following environment variables before running or deploying your app:
export KADIRA_APP_ID=<appId> export KADIRA_APP_SECRET=<appSecret>
Now you can deploy your application and it will send information to Kadira. Wait up to one minute and you'll see data appearing in the Kadira Dashboard.
Error Tracking
It comes with built in error tracking solution for Meteor apps. It has been enabled by default.