Spring Boot
Code Execution Monitoring for Spring Boot applications
Requirements
Java 11
Spring Boot 3.x
Installation
Inspector ships as a simple package distributed through the Maven Central repository.
You just need to add the package 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:
Run am HTTP request against your application to see the first data flowing into the dashboard.
Last updated