0.3.1 • Published 4 years ago

@gedigital-apm/apm-monitor v0.3.1

Weekly downloads
255
License
-
Repository
-
Last release
4 years ago

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 VariableDefault
MONITORING_ENABLEDtrueSet to false to disable application monitoring.
MONITORING_DEBUGfalseSet to true to enable debug logs.
0.3.1

4 years ago

0.3.0

4 years ago

0.2.0

4 years ago

0.1.1

5 years ago

0.1.0

5 years ago