Request Tracing in Payara Micro

Payara

In a previous blog post, we explored the benefits of using Request Tracing in Payara Server. Payara Micro streamlines the configuration process, allowing you to tailor request tracing directly through command-line options. Let’s have a look at how you can customize this tool for your Payara Micro applications.

The Core Options

  • enableRequestTracing: This is the main switch for activating the Request Tracing Service. You can optionally include a time threshold value and unit with this flag. For example, –enableRequestTracing 500ms will enable tracing on requests taking longer than 500 milliseconds.
  • requestTracingThresholdUnit and requestTracingThresholdValue: Use these to explicitly define your desired time unit (e.g., SECONDS, MINUTES, NANOSECONDS) and the numerical threshold value that triggers tracing.
  • enable/requesttracingadaptivesampling…: Adaptive sampling offers a dynamic way to manage tracing. When enabled, Payara Micro will automatically adjust how many requests get traced, aiming to maintain a target count of traces over a period of time. You can further customize this behavior with the accompanying options.

Quick Tip: Shorthand Configuration For faster adjustments, combine the –enableRequestTracing flag with your desired threshold value and unit in a single string. Example: java -jar payara-micro.jar –enableRequestTracing 2s

Need More Control?

For the most granular configuration, you can use post-boot command files. These files allow you to execute the same set of asadmin commands used to manage the Request Tracing Service in Payara Server, giving you full access to all available settings.

Reference the Docs

Download Payara Micro Community and head over to the Payara Micro Request Tracing documentation, for a detailed breakdown of configuration options, and examples to guide your setup. Happy Tracing!

 

 

{{cta(‘5075eacb-68ea-4589-a34e-7c3c084af2ca’)}}

Branding Tagline_Hubspot Banner-2

 

Comments (0)

Post a comment

Your email address will not be published. Required fields are marked *

Payara needs the contact information you provide to us to contact you about our products and services. You may unsubscribe from these communications at any time. For information on how to unsubscribe, as well as our privacy practices and commitment to protecting your privacy, please review our Legal & Privacy Policy.

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Related Posts

Webinar banner for “High-Frequency Trading on Jakarta EE: GC Stress Testing with Azul C4 and Payara Micro,” March 25, 2026, 2 PM GMT. Features Azul and Payara Micro logos and speaker photos of Luqman Saeed, Jakarta EE Specialist, and Simon Ritter, Deputy CTO and Java Champion. 1 minute
Cloud & Microservices

High-Frequency Trading on Jakarta EE: Join Our Upcoming Live Webinar

Modern high-frequency trading (HFT) platforms operate under extreme performance constraints, processing tens of thousands of messages per second while […]

Illustration promoting the Payara Platform Community Survey, featuring bold text on a blue background alongside a clipboard with a checklist, star ratings, and check marks, with coral and fish graphics in an underwater theme. 1 minute
Community

Help Shape the Future of Payara Platform Community – Take Our 2026 Survey

Earlier this week, we’ve launched the 2026 Payara Platform Community Survey and we’d love to hear from you. If […]

Cut Jakarta EE Startup Times from Seconds to Milliseconds with CRaC 8 minutes
Jakarta EE

Cut Jakarta EE Startup Times from Seconds to Milliseconds with CRaC 

Jakarta EE applications can take anywhere from several seconds to over a minute to start, depending on their size […]