Skip to content

Commit e41aea1

Browse files
committed
Update observability documentation to correct links for exporting OpenTelemetry data and refine references to Durable Object Storage APIs. This includes updating the link for the SQL API and the KV API, as well as improving the clarity of the known limitations section by removing unnecessary phrasing. These changes enhance user guidance and ensure accurate navigation within the documentation.
1 parent 5713f1f commit e41aea1

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Or if you have already set `observability.enabled = true` in your wrangler confi
5353
Workers tracing follows [OpenTelemetry (OTel) standards](https://opentelemetry.io/), making it compatible with popular observability platforms while requiring zero development effort from you.
5454
If your observability provider has an available OpenTelemetry endpoint, you can export traces (and logs!)
5555

56-
Learn more about exporting OpenTelemetry data from Workers to your provider of choice [here](workers/observability/exporting-opentelemetry-data/).
56+
Learn more about exporting OpenTelemetry data from Workers to your provider of choice [here](/workers/observability/exporting-opentelemetry-data/).
5757

5858
### Sampling
5959

src/content/docs/workers/observability/traces/known-limitations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ sidebar:
77
hideIndex: false
88
---
99

10-
Workers tracing is currently in open beta. This page documents current limitations and any upcoming features on our roadmap. To provide more feedback and feature requests please [reach out to us](link).
10+
Workers tracing is currently in open beta. This page documents current limitations and any upcoming features on our roadmap. To provide more feedback and feature requests please reach out to us.
1111

1212
### Trace context propagation not yet supported
1313
One of the key aspects of distributed tracing is ensuring trace context flows across service boundaries and automatically linking spans together to create complete, end-to-end visibility. When fully implemented, our automatic trace context propagation will follow [W3C standards](https://www.w3.org/TR/trace-context/) to ensure compatibility across your existing tools and services.

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ RPC calls to your Durable Object (e.g. `env.MY_DO.fetch()`, `env.MY_DO.myMethod(
434434

435435
---
436436

437-
### [Durable Object Storage SQL API](/durable-objects/api/storage-api/)
437+
### [Durable Object Storage SQL API](/durable-objects/api/sqlite-storage-api/)
438438
The SQL API allow you to modify the SQLite database embedded within a Durable Object.
439439

440440
#### Attributes availabe on all Durable Object Storage SQL API
@@ -488,7 +488,7 @@ The SQL API allow you to modify the SQLite database embedded within a Durable Ob
488488

489489
---
490490

491-
### [Durable Object Storage KV API](/durable-objects/api/storage-api/)
491+
### [Durable Object Storage KV API](/durable-objects/api/legacy-kv-storage-api/)
492492
The KV-backed API allows you to modify embedded storage within a Durable Object.
493493

494494
#### Attributes availabe on all Durable Object Storage KV API

0 commit comments

Comments
 (0)