1.0.9 • Published 5 years ago

nestjs-apm v1.0.9

Weekly downloads
270
License
MIT
Repository
github
Last release
5 years ago

nestjs-apm-v6

Project forked from https://github.com/xiz0r/nestjs-apm.git with a fix for nestjs V6

Installation

$ npm i nestjs-apm-v6

NestJs config

main.ts (first line)

import { apm } from 'nestjs-apm-v6';
...
if (apm.isStarted()) {
	console.log('APM running');
}

app.module.ts

...
import { ApmModule } from 'nestjs-apm-v6';
...
@NgModule({
  ...
  imports: [
    ...,
    ApmModule.register(),
    ...
  ]
})
export class AppModule { }

Env variables

ELASTIC_APM_SERVER_URL=
ELASTIC_APM_LOG_LEVEL=
ELASTIC_APM_SERVICE_NAME=
1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago