Skip to content

Commit dda6dec

Browse files
[DO] Address review feedback on metrics filter changelog (#31441)
* [DO] Address review feedback on metrics filter changelog - Move the dashboard screenshot to immediately after the DashButton so readers see the UI before the description of how to use it. - Note that the autocomplete only lists objects with invocations during the selected time range, so a missing object means no recent invocations rather than deletion. Addresses post-merge review comments on #31316. * [DO] Replace em dash with two sentences in metrics changelog --------- Co-authored-by: iglesiasbrandon <5313116+iglesiasbrandon@users.noreply.github.com>
1 parent 29f8803 commit dda6dec

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/content/changelog/durable-objects/2026-06-12-durable-objects-metrics-filter-by-id-name.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ You can now filter the **Metrics** tab for a Durable Objects namespace by an ind
1313

1414
<DashButton url="/?to=/:account/workers/durable-objects" />
1515

16-
Start typing an ID or name into the filter and select a match from the autocomplete dropdown. Every chart on the page updates to reflect only the selected object. This makes it easier to identify and investigate a single Durable Object when debugging a high-traffic object, an error spike, or unexpected storage usage. Clear the filter to return to namespace-level metrics.
16+
![The Durable Objects Metrics tab filtered to a single object by ID, showing per-object requests and errors by invocation status.](~/assets/images/changelog/durable-objects/durable-objects-metrics-dashboard.png)
17+
18+
Start typing an ID or name into the filter and select a match from the autocomplete dropdown. The autocomplete only shows objects with invocations during the selected time range, so an object that does not appear has not been invoked in that window. This does not necessarily mean the object has been deleted. Every chart on the page updates to reflect only the selected object. This makes it easier to identify and investigate a single Durable Object when debugging a high-traffic object, an error spike, or unexpected storage usage. Clear the filter to return to namespace-level metrics.
1719

1820
Metrics are powered by the [GraphQL Analytics API](/analytics/graphql-api/), so standard analytics behavior such as ingestion delay and [sampling](/analytics/faq/graphql-api-inconsistent-results/) applies.
1921

2022
For more information, refer to [Metrics and analytics](/durable-objects/observability/metrics-and-analytics/).
21-
22-
![The Durable Objects Metrics tab filtered to a single object by ID, showing per-object requests and errors by invocation status.](~/assets/images/changelog/durable-objects/durable-objects-metrics-dashboard.png)

0 commit comments

Comments
 (0)