Visit Azul.com Support

Get-Requesttracing-Configuration

Table of Contents
Need help?
Schedule a consultation with an Azul performance expert.
Contact Us

Retrieves the Request Tracing service’s configuration.

Synopsis

 
asadmin [asadmin-options] get-requesttracing-configuration [--help]

Description

This command can be used to list the configuration settings of the Request Tracing.

Options

asadmin-options: Options for the asadmin utility. For information about these options, see the asadmin help page. --help: -?: Displays the help text for the subcommand.

Examples

Example 1 Retrieve Request Tracing Service Configuration

 
asadmin> get-requesttracing-configuration

Will give an output similar to the following:

 
Request Tracing Service Enabled?: true Request Tracing Service Sample Rate: 1.0 Request Tracing Service Adaptive Sampling Enabled?: false Request Tracing Service Application Only?: true Request Tracing Service Threshold Value: 30 Request Tracing Service Threshold Unit: SECONDS Request Tracing Service Sample Rate First?: true Request Tracing Service Reservoir Sampling Enabled?: false Request Tracing Service Trace Store Size: 20 Request Tracing Service Historic Trace Store Enabled?: false Below are the configuration details of each notifier listed by its name. Notifier Name Notifier Enabled jms-notifier false log-notifier true cdieventbus-notifier false eventbus-notifier false Command get-requesttracing-configuration executed successfully.

Exit Status

0: subcommand executed successfully 1: error in executing the subcommand

See Also