1.0.27 • Published 10 months ago

@inspector-apm/inspector-adonisjs v1.0.27

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months 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

10 months ago

1.0.26

10 months ago

1.0.25

10 months ago

1.0.24

10 months ago

1.0.23

10 months ago

1.0.22

10 months ago

1.0.21

10 months ago

1.0.20

10 months ago

1.0.19

10 months ago

1.0.17

10 months ago

1.0.16

10 months ago

1.0.15

10 months ago

1.0.13

10 months ago

1.0.12

10 months ago

1.0.9

10 months ago

1.0.8

10 months ago