Skip to content

Commit ed45756

Browse files
committed
Remove badge from query builder documentation and update phrasing in traces documentation for improved clarity on KV Namespace and R2 bucket calls.
1 parent 1c55146 commit ed45756

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

src/content/docs/workers/observability/query-builder.mdx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ head: []
55
description: Write structured queries to investigate and visualize your telemetry data.
66
sidebar:
77
order: 4
8-
badge:
9-
variant: tip
10-
text: New
118

129
---
1310

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import { WranglerConfig } from "~/components";
1212
Tracing gives you end-to-end visibility into the life of a request as it travels through your Workers application and connected services, helping you to identify performance bottlenecks, debug issues, and understand complex request flows. With tracing you can answer questions such as:
1313
* What is the cause of a long-running request?
1414
* How long do subrequests to my Worker take?
15-
* How long are my requests to my KV Namespace or R2 bucket taking?
15+
* How long are my calls to my KV Namespace or R2 bucket taking?
1616

1717

1818
![Example trace showing a POST request to a cake shop with multiple spans including fetch requests and durable object operations](~/assets/images/workers-observability/trace-waterfall-example.png)

0 commit comments

Comments
 (0)