You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/data-localization/metadata-boundary/graphql-datasets.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ The table below shows a non-exhaustive list of GraphQL Analytics API fields that
33
33
| WAF/L7 Firewall || US and EU <br/> [`firewallEventsAdaptive`](/analytics/graphql-api/tutorials/querying-firewall-events/) <br/> [`firewallEventsAdaptiveGroups`](https://blog.cloudflare.com/how-we-used-our-new-graphql-api-to-build-firewall-analytics/) <br/> `firewallEventsAdaptiveByTimeGroups`|
34
34
| Developer Platform | Cloudflare Images | US only <br/> `imagesRequestsAdaptiveGroups`|
35
35
| Cloudflare Pages || US only <br/> `pagesFunctionsInvocationsAdaptiveGroups` <br/> |
36
-
| Durable Objects || US only <br/> [`durableObjectsInvocationsAdaptiveGroups`](/durable-objects/observability/graphql-analytics/) <br/> [`durableObjectsPeriodicGroups`](/durable-objects/observability/graphql-analytics/) <br/> [`durableObjectsStorageGroups`](/durable-objects/observability/graphql-analytics/) <br/> [`durableObjectsSubrequestsAdaptiveGroups`](/durable-objects/observability/graphql-analytics/)|
36
+
| Durable Objects || US only <br/> [`durableObjectsInvocationsAdaptiveGroups`](/durable-objects/observability/metrics-and-analytics/) <br/> [`durableObjectsPeriodicGroups`](/durable-objects/observability/metrics-and-analytics/) <br/> [`durableObjectsStorageGroups`](/durable-objects/observability/metrics-and-analytics/) <br/> [`durableObjectsSubrequestsAdaptiveGroups`](/durable-objects/observability/metrics and-analytics/) |
37
37
| Email Routing || US and EU <br/> `emailRoutingAdaptive` <br/> `emailRoutingAdaptiveGroups`|
38
38
| R2 || US and EU <br/> `r2OperationsAdaptiveGroups` <br/> `r2StorageAdaptiveGroups`|
39
39
| Stream || US only <br/> [`streamMinutesViewedAdaptiveGroups`](/stream/getting-analytics/fetching-bulk-analytics/) <br/> [`videoPlaybackEventsAdaptiveGroups`](/stream/getting-analytics/fetching-bulk-analytics/) <br/> [`videoBufferEventsAdaptiveGroups`](/stream/getting-analytics/fetching-bulk-analytics/) <br/> [`videoQualityEventsAdaptiveGroups`](/stream/getting-analytics/fetching-bulk-analytics/)|
<GlossaryTooltipterm="Durable Object">Durable Objects</GlossaryTooltip> expose analytics for Durable Object namespace-level and request-level metrics.
12
12
@@ -17,7 +17,7 @@ The metrics displayed in the [Cloudflare dashboard](https://dash.cloudflare.com/
17
17
A Durable Object namespace is a set of Durable Objects that can be addressed by name, backed by the same class. There is only one Durable Object namespace per class. A Durable Object namespace can contain any number of Durable Objects.
18
18
:::
19
19
20
-
## View metrics and analytics via the dashboard
20
+
## View metrics and analytics
21
21
22
22
Per-namespace analytics for Durable Objects are available in the Cloudflare dashboard. To view current and historical metrics for a namespace:
23
23
@@ -32,7 +32,7 @@ Per-namespace analytics for Durable Objects are available in the Cloudflare dash
32
32
33
33
You can optionally select a time window to query. This defaults to the last 24 hours.
34
34
35
-
## View Durable Object logs from the dashboard
35
+
## View logs
36
36
37
37
You can view Durable Object logs from the Cloudflare dashboard. Logs are aggregated by the script name and the Durable Object class name.
38
38
@@ -55,9 +55,7 @@ To start using Durable Object logging:
- You can use the Durable Object instance ID (displayed as `$workers.durableObjectId`) to understand which specific Durable Object instance generated the log entry.
59
58
60
-
6. (Optional) Use filters and the search bar to quickly find the log event you are looking for.
61
59
</Steps>
62
60
63
61
:::note
@@ -119,4 +117,8 @@ Refer to the [Querying Workers Metrics with GraphQL](/analytics/graphql-api/tuto
119
117
120
118
## Additional resources
121
119
122
-
- For instructions on setting up a Grafana dashboard to query Cloudflare's GraphQL Analytics API, refer to [Grafana Dashboard starter for Durable Object metrics](https://github.com/TimoWilhelm/grafana-do-dashboard).
120
+
- For instructions on setting up a Grafana dashboard to query Cloudflare's GraphQL Analytics API, refer to [Grafana Dashboard starter for Durable Object metrics](https://github.com/TimoWilhelm/grafana-do-dashboard).
### How can I identify which Durable Object instance generated a log entry?
8
+
9
+
You can use the Durable Object instance ID (displayed as `$workers.durableObjectId`) to understand which specific Durable Object instance generated the log entry.
Copy file name to clipboardExpand all lines: src/content/release-notes/durable-objects.yaml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -69,7 +69,7 @@ entries:
69
69
description: |-
70
70
Durable Objects [request billing](/durable-objects/platform/pricing/#billing-metrics) applies a 20:1 ratio for incoming WebSocket messages. For example, 1 million Websocket received messages across connections would be charged as 50,000 Durable Objects requests.
71
71
72
-
This is a billing-only calculation and does not impact Durable Objects [metrics and analytics](/durable-objects/observability/graphql-analytics/).
72
+
This is a billing-only calculation and does not impact Durable Objects [metrics and analytics](/durable-objects/observability/metrics-and-analytics/).
73
73
74
74
- publish_date: "2024-02-15"
75
75
title: Optional `alarmInfo` parameter for Durable Object Alarms
0 commit comments