[DO] Address review feedback on metrics filter changelog#31441
Conversation
- 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.
|
This pull request requires reviews from CODEOWNERS as it changes files that match the following patterns:
|
| 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. | ||
|  | ||
|
|
||
| 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 — it has not necessarily 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. |
There was a problem hiding this comment.
Split the long sentence to match the style guide:
| 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 — it has not necessarily 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. | |
| 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. An object that does not appear has not been invoked in that window — it has not necessarily 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. |
|
Review complete for PR #31441. Summary of changes:
Actions taken:
No blocking issues found. Links, image path, frontmatter, and component imports are all correct. |
|
/full-review |
Review✅ No style-guide issues found in full PR diff. CommandsOnly codeowners can run commands. Post a comment with the command to trigger it.
|
| 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. | ||
|  | ||
|
|
||
| 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. |
There was a problem hiding this comment.
Does the UI provide this affordance or do you need to read the docs page here in order to figure this out?
There was a problem hiding this comment.
The UI doesn't yet, we have a bunch of fast-follow UI updates (inc. addressing this one) this week!
|
Il sab 13 giu 2026, 15:39 Brandon Iglesias ***@***.***> ha
scritto:
… Summary
Follow-up to #31316
<#31316> (merged)
addressing post-merge review comments from @vy-ton
<https://github.com/vy-ton> on the Durable Objects metrics filter
changelog entry:
- Move the dashboard screenshot to immediately after the DashButton so
readers see the UI before reading how to use it.
- Clarify that the autocomplete only lists objects with invocations
during the selected time range — a missing object means no recent
invocations, not that the object has been deleted (confirmed by
@apeacock1991 <https://github.com/apeacock1991> in the original PR
thread).
Documentation checklist
- The change adheres to the documentation style guide
<https://developers.cloudflare.com/style-guide/>.
------------------------------
You can view, comment on, or merge this pull request online at:
#31441
Commit Summary
- f9fd0d0
<f9fd0d0>
[DO] Address review feedback on metrics filter changelog
File Changes
(1 file <https://github.com/cloudflare/cloudflare-docs/pull/31441/files>)
- *M*
src/content/changelog/durable-objects/2026-06-12-durable-objects-metrics-filter-by-id-name.mdx
<https://github.com/cloudflare/cloudflare-docs/pull/31441/files#diff-c436ff54fc1500d3c708704d97c26509f2066f668d1941aa043be0fa83e73611>
(6)
Patch Links:
- https://github.com/cloudflare/cloudflare-docs/pull/31441.patch
- https://github.com/cloudflare/cloudflare-docs/pull/31441.diff
—
Reply to this email directly, view it on GitHub
<#31441?email_source=notifications&email_token=B4A4WYRD3KXX65MOKGUSGST47VKPPA5CNFSNUABEM5UWIORPF5TWS5BNNB2WEL2QOVWGYUTFOF2WK43UF4ZTQNRQGA2DGMRSGKTHEZLBONXW5KTTOVRHGY3SNFRGKZFFMV3GK3TUVRTG633UMVZF6Y3MNFRWW>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/B4A4WYQJCXDJR5BSYHUHA6T47VKPPAVCNFSNUABFKJSXA33TNF2G64TZHMZDSMRWG4ZTIMRUHNEXG43VMU5TINRVGU3DONRVGI3KC5QC>
.
Triage notifications, keep track of coding agent tasks and review pull
requests on the go with GitHub Mobile for iOS
<https://github.com/notifications/mobile/ios/B4A4WYTHS3STQVMJYK2JZH347VKPPA5CNFSNUABEM5UWIORPF5TWS5BNNB2WEL2QOVWGYUTFOF2WK43UF4ZTQNRQGA2DGMRSGKTHEZLBONXW5KTTOVRHGY3SNFRGKZFFMV3GK3TUVJTG633UMVZF62LPOM>
and Android
<https://github.com/notifications/mobile/android/B4A4WYUMFUDK72T5HTGQWDL47VKPPA5CNFSNUABEM5UWIORPF5TWS5BNNB2WEL2QOVWGYUTFOF2WK43UF4ZTQNRQGA2DGMRSGKTHEZLBONXW5KTTOVRHGY3SNFRGKZFFMV3GK3TUVZTG633UMVZF6YLOMRZG62LE>.
Download it today!
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Summary
Follow-up to #31316 (merged) addressing post-merge review comments from @vy-ton on the Durable Objects metrics filter changelog entry:
DashButtonso readers see the UI before reading how to use it.Documentation checklist