Skip to content

Monitoring your applications has never been easier 😉

Notifications You must be signed in to change notification settings

gedigital-apm/apm-monitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 

Repository files navigation

APM Monitor

This library aims to help provision applications into our monitoring ecosystem.

Usage

package.json

Add an entry for the apm-monitor under dependencies and run npm install.

{
    ...
    "dependencies": {
        ...
        "apm-monitor": "gedigital-apm/apm-monitor"
    }
}
app.js

Import the apm-monitor library at the top of your entry-point file.

require("apm-monitor");
...

Configuration

Configuration options can be set via environment variables.

Environment Variable Default
MONITORING_ENABLED true Set to false to disable application monitoring.
MONITORING_DEBUG false Set to true to enable debug logs.

About

Monitoring your applications has never been easier 😉

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published