1.0.27 • Published 2 years ago

@inspector-apm/inspector-adonisjs v1.0.27

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

2 years ago

1.0.26

2 years ago

1.0.25

2 years ago

1.0.24

2 years ago

1.0.23

2 years ago

1.0.22

2 years ago

1.0.21

2 years ago

1.0.20

2 years ago

1.0.19

2 years ago

1.0.17

2 years ago

1.0.16

2 years ago

1.0.15

2 years ago

1.0.13

2 years ago

1.0.12

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago