Skip to content

Commit 44c7924

Browse files
committed
remove ordering, since it won't matter
1 parent d219a80 commit 44c7924

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

site/content/docs/traces-open-telemetry/importing-traces/troubleshooting-missing-spans.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Using contextual span data, about the trace it belongs to, and it's parent span;
2929

3030
Missing spans can happen due to various reasons. Wether you're sending data to Checkly directly from your applications and services, or through the OpenTelemetry Collector, these are steps to confirm everything is properly setup.
3131

32-
### 1. Verify your sampling strategy
32+
### Verify your sampling strategy
3333

3434
Using Checkly Traces, we recommend sampling for the tracestate header `checkly=true`, which will reduce your Egress/Ingress costs and ensure that all the spans that were originated through a check are there.
3535

@@ -58,7 +58,7 @@ Missing spans can happen due to various reasons. Wether you're sending data to
5858

5959
* Sampling in your applications' code. Choose the specific [instrumentation language guide](docs/traces-open-telemetry/instrumenting-code/) and review your configuration against Step 2 in the guides.
6060

61-
### 1. Review your OpenTelemetry Exporter configuration
61+
### Review your OpenTelemetry Exporter configuration
6262

6363
Ensure the right Authorization keys and endpoints are in use.
6464

@@ -91,7 +91,7 @@ Missing spans can happen due to various reasons. Wether you're sending data to
9191
OTEL_EXPORTER_OTLP_ENDPOINT="https://otel.eu-west-1.checklyhq.com"
9292
```
9393

94-
### 1. Checkly Private Location setup
94+
### Checkly Private Location setup
9595
When setting up Traces with a [Checkly Private Location](docs/private-locations/#configuring-a-private-location):
9696
* **Step 1**. Ensure your [Checkly Agent](https://hub.docker.com/r/checkly/agent) version is at least 3.3.5.
9797

@@ -108,7 +108,7 @@ Missing spans can happen due to various reasons. Wether you're sending data to
108108
```
109109

110110

111-
### 1. Incomplete instrumentation
111+
### Incomplete instrumentation
112112

113-
To see the full picture, and identify the root cause of a problem faster; ensure [your application is instrumented with the OpenTelemetry SDK](docs/traces-open-telemetry/instrumenting-code/).
113+
To see the full picture, and identify the root cause of a problem faster; ensure [your applications and services are instrumented with the OpenTelemetry SDK](docs/traces-open-telemetry/instrumenting-code/).
114114

0 commit comments

Comments
 (0)