Skip to content

Latest commit

History

History
66 lines (40 loc) 路 2.26 KB

tracetest-analyzer.mdx

File metadata and controls

66 lines (40 loc) 路 2.26 KB
id title description keywords image
tracetest-analyzer
Tracetest Analyzer Settings
Tracetest Analyzer is provided in the Tracetest application to aid in the analysis of traces and easily pinpoint issues to speed up resolution.
tracetest
trace-based testing
observability
distributed tracing
testing

Tracetest Analyzer is provided in the Tracetest application to aid in the analysis of traces and easily pinpoint issues to speed up resolution.

:::tip Read more about Tracetest Analyzer concepts here. :::

Create a Test

For this example, we will use the Pokemon List test provided in the Tracetest Pokeshop demo.

Start Tracetest, click the Create button and select Create New Test in the drop down:

Create a Test Button

Select the HTTP Request trigger and click Next:

Select HTTP Trigger

Select Pokemon List and click Next:

Select Pokeshop List

Select Pokeshop List Next

Leave the default values and click Create and Run:

Select Pokeshop Create Run

View the Trace Analyzer Results

The Tracetest Analyzer results help teams improve their instrumentation data, find potential problems and provide tips to fix the problems.

Analyzer Results

Click the arrow next to any category to see suggestions for trace improvements:

Analyzer Results Expanded

Disable Tracetest Analyzer

In the Tracetest UI, go to Settings and the Analyzer tab:

Analyzer Settings

Toggle Enable Analyzer for All Tests off to disable the Analyzer.

Here, you can also set the thresholds for Otel Semantic Conventions, Common Problems and Security analyzer settings.

Analyzer Settings 2

Tracetest Analyzer in the CLI

You can use Tracetest Analyzer in the CLI to analyze per individual test. Visit the Creating Transactions page for details.