Privacy Proxy metrics now available via GraphQL Analytics API
Key Points
- Four new GraphQL nodes for Privacy Proxy metrics
- Single endpoint replaces collector infrastructure
- Filtering by time, data center, and endpoint supported
Summary
Privacy Proxy metrics are now queryable through Cloudflare's GraphQL Analytics API, which is the new recommended default method for accessing Privacy Proxy observability data. All metrics are available through a single endpoint without requiring collector infrastructure.
Key Points
- Four new GraphQL nodes provide aggregate metrics across Privacy Proxy deployments:
privacyProxyRequestMetricsAdaptiveGroups— Request volume, error rates, status codes, and proxy statusprivacyProxyIngressConnMetricsAdaptiveGroups— Client-to-proxy connections, bytes transferred, and latency percentilesprivacyProxyEgressConnMetricsAdaptiveGroups— Proxy-to-origin connections, bytes transferred, and latency percentilesprivacyProxyAuthMetricsAdaptiveGroups— Authentication attempt counts by method and result
- All nodes support filtering by time, data center (
coloCode), and endpoint with additional node-specific dimensions - OpenTelemetry-based metrics export remains available for existing users
- GraphQL Analytics API eliminates the need for collector infrastructure, reducing engineering overhead