Privacy Proxy - Privacy Proxy metrics now available via GraphQL Analytics API
2mo ago
Source
CloudflarePrivacy Proxy - Privacy Proxy metrics now available via GraphQL Analytics APIcloudflare.comPrivacy Proxy metrics are now queryable through Cloudflare's GraphQL Analytics API , the new default method for accessing Privacy Proxy observability data. All metrics are available through a single endpoint: curl \ --header "Authorization: Bearer " \ --header "Content-Type: application/json" \ --data '{ "query": "{ viewer { accounts(filter: { accountTag: $accountTag }) { privacyProxyRequestMetricsAdaptiveGroups(filter: { date_geq: $startDate, date_leq: $endDate }, limit: 10000, orderBy: [date_ASC]) { count dimensions { date } } } } }", "variables": { "accountTag": "", "startDate": "2026-04-04", "endDate": "2026-04-06" } }' Available nodes Four GraphQL nodes are now live, providing aggregate metrics across all key dimensions of your Privacy Proxy deployment: privacyProxyRequestMetricsAdaptiveGroups — Request volume, error rates, status codes, and proxy status breakdowns. privacyProxyIngressConnMetricsAdaptiveGroups — Client-to-proxy connection counts, bytes transferred, and latency percentiles. privacyProxyEgressConnMetricsAdaptiveGroups — Proxy-to-origin connection counts, bytes transferred, and latency percentiles. privacyProxyAuthMetricsAdaptiveGroups — Authentication attempt counts by method and result. All nodes support filtering by time, data center ( coloCode ), and endpoint, with additional node-specific dimensions such as transport protocol and authentication method. What this means for existing OpenTelemetry users OpenTelemetry-based metrics export remains available. The GraphQL Analytics API is now the recommended default method — a plug-and-play method that requires no collector infrastructure, saving engineering overhead. Learn more GraphQL Analytics API for Privacy Proxy GraphQL Analytics API — getting started
You might also wanna read
Cloudflare expands AI bot management tools with granular traffic controls for all customers
Cloudflare is celebrating the second "Content Independence Day" by expanding AI traffic management options for all website owners. Building
Workers - Simpler runtime types with @cloudflare/workers-types v5
Cloudflare·2d ago
AI Search - Manage AI Search sync jobs with Wrangler CLI
Cloudflare·3d ago
Workers - Work across multiple accounts with Wrangler auth profiles
Cloudflare·3d ago
Cache - Cache multiple versions of a URL with Vary
Cloudflare·3d ago
Cloudflare One - Hostname routing for Cloudflare Mesh
Cloudflare·3d ago

Comments
Sign in to join the conversation.
No comments yet. Be the first.