Skip to content

Commit 7a50a48

Browse files
committed
Update links in tracing documentation for accuracy
- Corrected the link for the Durable Object Storage SQL API to point to the correct SQLite storage API documentation. - Ensured consistency in the references to OpenTelemetry and observability platforms.
1 parent 1b024ff commit 7a50a48

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/content/docs/workers/observability/traces/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ You can also configure tracing independently by setting `observability.traces.en
6868

6969
Workers tracing follows [OpenTelemetry (OTel) standards](https://opentelemetry.io/). This makes it compatible with popular observability platforms,
7070
such as [Honeycomb](/workers/observability/exporting-opentelemetry-data/honeycomb/), [Grafana Cloud](/workers/observability/exporting-opentelemetry-data/grafana-cloud/), and
71-
[Axiom](workers/observability/exporting-opentelemetry-data/axiom/), while requiring zero development effort from you. If your observability provider has an available OpenTelemetry endpoint, you can export traces (and logs)!
71+
[Axiom](/workers/observability/exporting-opentelemetry-data/axiom/), while requiring zero development effort from you. If your observability provider has an available OpenTelemetry endpoint, you can export traces (and logs)!
7272

7373
Learn more about exporting OpenTelemetry data from Workers [here](/workers/observability/exporting-opentelemetry-data/).
7474

src/content/docs/workers/observability/traces/spans-and-attributes.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,7 @@ RPC calls to your Durable Object (e.g. `env.MY_DO.fetch()`, `env.MY_DO.myMethod(
460460

461461
---
462462

463-
### [Durable Object Storage SQL API](/durable-objects/api/storage-api/#sql-api)
463+
### [Durable Object Storage SQL API](/durable-objects/api/sqlite-storage-api)
464464

465465
The SQL API allow you to modify the SQLite database embedded within a Durable Object.
466466

0 commit comments

Comments
 (0)