Spring Boot
Code Execution Monitoring for Spring Boot applications
Requirements
Spring 2
0.1.0
Spring 3
1.0.0
Install on Spring 2
Add the package 0.x
to your application's dependencies list in the pom.xml
file:
Install on Spring 3
Add the package 1.x
to your application's dependencies list in the pom.xml
file:
Reload the maven dependencies:
Configure the ingestion key
Add the following configuration to the application.properties
file:
Test & Deploy
Run an HTTP request against your application (or navigate it with a browser) to see the first data flowing into the Inspector dashboard.
By default Inspector monitors:
HTTP requests
Scheduled Tasks
Database Queries
Outgoing HTTP calls
Once verified that everything works and your application is connected, you can deploy the integration into the production environment.
Use the live chat in your dashboard if you have any questions, or schedule a meeting for further support.
Last updated