meteorhacks/kadira

Name: kadira

Owner: meteorhacks

Description: Performance Monitoring for Meteor

Created: 2014-05-31 08:05:53.0

Updated: 2018-01-15 04:30:10.0

Pushed: 2017-12-14 20:12:28.0

Homepage: https://kadira.io/platform/kadira-apm/overview

Size: 1076

Language: JavaScript

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Build Status

Kadira - Performance Monitoring for Meteor

Kadira - Performance Monitoring for Meteor

Getting started
  1. Create an account at https://kadira.io
  2. From the UI, create an app. You'll get an AppId and an AppSecret.
  3. Run meteor add meteorhacks:kadira in your project
  4. Configure your Meteor app with the AppId and AppSecret by adding the following code snippet to a server/kadira.js file:
or.startup(function() {
dira.connect('<AppId>', '<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.

Auto Connect

Your app can connect to Kadira using environment variables or using Meteor.settings.

Using Meteor.settings

Use the followng settings.json file with your app:


.
adira": {
"appId": "<appId>",
"appSecret": "<appSecret>"

.

The run your app with meteor --settings=settings.json.

Using Environment Variables

Export the following environment variables before running or deploying your app:

rt KADIRA_APP_ID=<appId>
rt KADIRA_APP_SECRET=<appSecret>
Error Tracking

Kadira comes with built in error tracking solution for Meteor apps. It has been enabled by default. For more information, please visit our docs on error tracking.

More information

Check out Kadira Academy for more information and improve your app with Kadira.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.