# monitoring **Repository Path**: mirrors_RocketChat/monitoring ## Basic Information - **Project Name**: monitoring - **Description**: Performance Monitoring for Rocket.Chat - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2026-02-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [![Build Status](https://travis-ci.org/RocketChat/monitoring.svg?branch=master)](https://travis-ci.org/RocketChat/monitoring) ## [Performance Monitoring for Rocket.Chat](https://kadira.io) [![Performance Monitoring for Rocket.Chat](https://i.cloudup.com/LwrCCa_RRE.png)](https://rocket.chat) ### Getting started 1. Create an account at 2. From the UI, create an app. You'll get an `AppId` and an `AppSecret`. 3. Run `meteor add rocketchat:monitoring` in your project 4. Export the following environment variables before running or deploying your app: ``` export KADIRA_APP_ID= export KADIRA_APP_SECRET= ``` 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.