1.0.27 • Published 3 years ago

@inspector-apm/inspector-adonisjs v1.0.27

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Inspector - Code Execution Monitoring

Install

Install the latest version from npm:

npm i --save @inspector-apm/inspector-adonisjs

Configure

Run the command below to connect dependencies:

node ace invoke @inspector-apm/inspector-adonisjs

Usage

The first thing to do is to configure the INSPECTOR_INGESTION_KEY in your .env file to enable data transfer from your application to Inspector.

INSPECTOR_INGESTION_KEY=xxxxxxxxxx

You can get a valid key creating a new application on your Inspector dashboard.

HTTP traffic monitoring

To enable HTTP traffic monitoring make sure to configure the InspectorMiddleware as first entry inside the start/kernel.ts file:

Server.middleware.register([
    () => import('@ioc:Adonis/Addons/InspectorMiddleware'),
    ...,
])

For detailed instructions check out the official documentation.

1.0.27

3 years ago

1.0.26

3 years ago

1.0.25

3 years ago

1.0.24

3 years ago

1.0.23

3 years ago

1.0.22

3 years ago

1.0.21

3 years ago

1.0.20

3 years ago

1.0.19

3 years ago

1.0.17

3 years ago

1.0.16

3 years ago

1.0.15

3 years ago

1.0.13

3 years ago

1.0.12

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago