diff --git a/src/content/docs/durable-objects/observability/graphql-analytics.mdx b/src/content/docs/durable-objects/observability/graphql-analytics.mdx index d2e582441449dcc..3e9f661753dc8e8 100644 --- a/src/content/docs/durable-objects/observability/graphql-analytics.mdx +++ b/src/content/docs/durable-objects/observability/graphql-analytics.mdx @@ -10,7 +10,7 @@ import { GlossaryTooltip } from "~/components"; Durable Objects expose analytics for Durable Object namespace-level and request-level metrics. -The metrics displayed in the [Cloudflare dashboard](https://dash.cloudflare.com/) charts are queried from Cloudflare’s [GraphQL Analytics API](/analytics/graphql-api/). You can access the metrics [programmatically via GraphQL](#query-via-the-graphql-api) or HTTP client. +The metrics displayed in the [Cloudflare dashboard](https://dash.cloudflare.com/) charts are queried from Cloudflare's [GraphQL Analytics API](/analytics/graphql-api/). You can access the metrics [programmatically via GraphQL](#query-via-the-graphql-api) or HTTP client. :::note[Durable Object namespace] @@ -81,3 +81,7 @@ Durable Objects using [WebSockets](/durable-objects/best-practices/websockets/) ``` Refer to the [Querying Workers Metrics with GraphQL](/analytics/graphql-api/tutorials/querying-workers-metrics/) tutorial for authentication and to learn more about querying Workers datasets. + +## Additional resources + +- 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). \ No newline at end of file