mdg:meteor-apm-agent

v3.4.1-beta230.5Published 3 years ago

Meteor APM (formerly Kadira)

Performance Monitoring for Meteor Apps on Galaxy

APM - Performance Monitoring for Meteor Apps on Galaxy

Getting started

  1. If you don't already have a Galaxy account, sign up here.
  2. Run meteor add mdg:meteor-apm-agent inside your Meteor project.
  3. Once you have deployed your app, enable "Galaxy Professional" from the app settings page.

Now your app will send information to Meteor APM. Visit Galaxy to find links to your APM dashboard. Links can be found in the following places:

  • In the Performance area on the App Overview & Containers pages.
  • In the Galaxy Professional area on the App Settings page.

Wait up to one minute and then data should begin appearing.

Disabling metrics

To disable the package without removing it from your project, add this to your settings.json:

1{
2  "packages": {
3    "mdg:meteor-apm-agent": {
4      "isDisabled": true
5    }
6  }
7}

More information

Check out the Meteor APM Guide for more information and improve your app with Meteor APM.