Atoti Limits contains theDocumentation Index
Fetch the complete documentation index at: https://docs.activeviam.com/llms.txt
Use this file to discover all available pages before exploring further.
JfrService, which allows you to record Java Flight Recordings (JFRs) for
troubleshooting purposes.
Record a JFR via REST
TheJfrController provides REST endpoints for starting and stopping JFR recordings. You can use these endpoints to
record JFRs on a running application. This REST API is useful for recording JFRs that capture a manual action or a
set of actions that you want to analyze. The easiest way to send the requests is by using the Swagger UI.
To start a JFR recording, send a POST request to the monitoring/jfr/start/{name} endpoint with the name of the recording:

monitoring/jfr/stop/{name} endpoint with the name of the recording:
