Skip to content

Commit

Permalink
docs(structure + onprem): revamped nav + new onprem install (#3953)
Browse files Browse the repository at this point in the history
docs(structure + onprem): revamped nav and updated install to include onprem
  • Loading branch information
Adnan Rahić authored Aug 12, 2024
1 parent b9a4a94 commit ab28ae3
Show file tree
Hide file tree
Showing 17 changed files with 836 additions and 1,342 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ Get the same experience as with the Cloud-based Managed Tracetest but self-hoste
## Hobby Self-hosted Open-source Tracetest Core
[Deploy a hobby self-hosted instance of Tracetest Core](https://docs.tracetest.io/core/getting-started/installation) as a Docker container. It's not suitable for production, but a great way to start using Tracetest Core in local environments.
[Deploy a hobby self-hosted instance of Tracetest Core](https://docs.tracetest.io/core/getting-started/overview) as a Docker container. It's not suitable for production, but a great way to start using Tracetest Core in local environments.
### 1️⃣ Install the Tracetest CLI
Expand Down
1 change: 0 additions & 1 deletion docs/docs/cli/cli-installation-reference.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ This page contains a reference of all options for installing Tracetest CLI.
Tracetest has a command line interface (CLI) which includes:

- [Tracetest Agent](/configuration/agent): Enables Tracetest to access your application under test and to ingest trace data from your OpenTelemetry Collector or tracing backend.
- [Tracetest Core Install Wizard](/core/getting-started/installation): Helps install the Tracetest Core Server into Docker or Kubernetes.

The CLI is used to run tests, download or upload tests, and manage Tracetest capability and resources.

Expand Down
38 changes: 8 additions & 30 deletions docs/docs/configuration/tracetest-analyzer.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
id: tracetest-analyzer
title: Tracetest Analyzer Settings
description: Tracetest Analyzer is provided in the Tracetest application to aid in the analysis of traces and easily pinpoint issues to speed up resolution.
title: Trace Analyzer Settings
description: Trace Analyzer is provided in the Tracetest application to aid in the analysis of traces and easily pinpoint issues to speed up resolution.
keywords:
- tracetest
- trace-based testing
Expand All @@ -11,45 +11,23 @@ keywords:
image: https://res.cloudinary.com/djwdcmwdz/image/upload/v1698686403/docs/Blog_Thumbnail_14_rsvkmo.jpg
---

Tracetest Analyzer is provided in the Tracetest application to aid in the analysis of traces and easily pinpoint issues to speed up resolution.
The Trace Analyzer is provided in the Tracetest application to aid in the analysis of traces and easily pinpoint issues to speed up resolution. Every time you run a test the trace will be analyzed and provide a score.

:::tip
[Read more about Tracetest Analyzer concepts here.](/analyzer/concepts)
[Read more about Trace Analyzer concepts here.](/analyzer/concepts)
:::

## 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](../img/analyzer-create-test.png)

Select the **HTTP Request** trigger and click **Next**:

![Select HTTP Trigger](../img/analyzer-create-new-http-request.png)

Select **Pokemon List** and click **Next**:

![Select Pokeshop List](../img/analyzer-pokeshop-list.png)

![Select Pokeshop List Next](../img/analyzer-pokeshop-list-next.png)

Leave the default values and click **Create and Run**:

![Select Pokeshop Create Run ](../img/analyzer-pokeshop-list-create-run.png)

## 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.
The Trace Analyzer results help teams improve their instrumentation data, find potential problems and provide tips to fix the problems.

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

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

![Analyzer Results Expanded](../img/analyzer-expanded.png)

## Disable Tracetest Analyzer
## Disable Trace Analyzer

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

Expand All @@ -61,6 +39,6 @@ Here, you can also set the thresholds for `Otel Semantic Conventions`, `Common P

![Analyzer Settings 2](../img/analyzer-settings-2.png)

## Tracetest Analyzer in the CLI
## Trace Analyzer in the CLI

You can use Tracetest Analyzer in the CLI to analyze per individual test. Visit the [Creating Transactions](/web-ui/creating-test-suites) page for details.
You can use Trace Analyzer in the CLI to analyze per individual test.
69 changes: 0 additions & 69 deletions docs/docs/core/deployment/docker.mdx

This file was deleted.

97 changes: 0 additions & 97 deletions docs/docs/core/deployment/kubernetes.mdx

This file was deleted.

60 changes: 0 additions & 60 deletions docs/docs/core/deployment/overview.mdx

This file was deleted.

Loading

0 comments on commit ab28ae3

Please sign in to comment.