Skip to content

Commit

Permalink
docs: Add Trace Analyzer Images (#3781)
Browse files Browse the repository at this point in the history
Add Trace Analyzer Images
  • Loading branch information
jfermi committed Apr 10, 2024
1 parent 8166642 commit b481593
Show file tree
Hide file tree
Showing 11 changed files with 14 additions and 2 deletions.
8 changes: 7 additions & 1 deletion docs/docs/analyzer/concepts.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,16 @@ keywords:
image: https://res.cloudinary.com/djwdcmwdz/image/upload/v1698686403/docs/Blog_Thumbnail_14_rsvkmo.jpg
---

The Tracetest Analyzer is a plugin-based framework used to analyze OpenTelemetry traces to help teams improve their instrumentation data, find potential problems and provide tips to fix the problems.
The Trace Analyzer is a plugin-based framework used to analyze OpenTelemetry traces to help teams improve their instrumentation data, find potential problems and provide tips to fix the problems.

When viewing a test in the Tracetest Web UI, the **Analyzer Results** pane is on the **Trace** tab.

![Analyzer Results](../img/analyzer-results-0.14.png)

## Plugins

The following plugins are available in the Trace Analyzer:

- [OpenTelemetry Semantic Conventions](/analyzer/plugins/otel-semantic-conventions)
- [Security](/analyzer/plugins/security)
- [Common Problems](/analyzer/plugins/common-problems)
Expand Down
2 changes: 2 additions & 0 deletions docs/docs/analyzer/plugins/common-problems.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ image: https://res.cloudinary.com/djwdcmwdz/image/upload/v1698686403/docs/Blog_T

The `Common Problems` plugin is responsible of analyzing the spans that are part of a trace in order to identify frequent mistakes in the distributed system.

![Common Problems](../../img/common-problems.png)

## Rules

- [prefer-dns](/analyzer/rules/prefer-dns)
4 changes: 3 additions & 1 deletion docs/docs/analyzer/plugins/otel-semantic-conventions.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,11 @@ image: https://res.cloudinary.com/djwdcmwdz/image/upload/v1698686403/docs/Blog_T

The `OpenTelemetry Semantic Conventions` plugin analyzes the spans that are part of a trace in order to identify problematic patterns. The set of rules follows the OpenTelemetry conventions to ensure the quality of the telemetry data.

![OTel Semantic Conventions](../../img/otel-semantic-conventions.png)

## Rules

- [span-naming](/analyzer/rules/span-naming)
- [attribute-naming](/analyzer/rules/attribute-naming)
- [required-attributes](/analyzer/rules/required-attributes)
- [attribute-naming](/analyzer/rules/attribute-naming)
- [no-empty-attributes](/analyzer/rules/no-empty-attributes)
2 changes: 2 additions & 0 deletions docs/docs/analyzer/plugins/security.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ image: https://res.cloudinary.com/djwdcmwdz/image/upload/v1698686403/docs/Blog_T

The `Security` plugin is responsible for analyzing the spans that are part of a trace in order to identify security problems in the distributed system.

![Security](../../img/security.png)

## Rules

- [secure-https-protocol](/analyzer/rules/secure-https-protocol)
Expand Down
Binary file added docs/docs/img/516816935/common-problems.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/docs/img/516816935/security.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/docs/img/analyzer-results-0.14.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/docs/img/common-problems.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/docs/img/otel-semantic-conventions.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/docs/img/security.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b481593

Please sign in to comment.