Privacy Proxy Metrics#29267
Draft
danish-m-qureshi wants to merge 11 commits intocloudflare:productionfrom
Draft
Conversation
…ry under Metrics and analytics
…metrics section to Observability, make limit optional, trim related resources
Contributor
There was a problem hiding this comment.
Pull request overview
Adds an “Observability” documentation section under Privacy Proxy reference, describing how to access metrics via the GraphQL Analytics API and via OpenTelemetry/OTLP, and updates related cross-links.
Changes:
- Added a new
privacy-proxy/reference/metrics/navigation index and a new GraphQL Analytics API reference page with schema details and sample queries. - Updated the existing OpenTelemetry page to sit under the new metrics/observability section and added related-resource links.
- Updated the HTTP headers reference to link to the new GraphQL/OpenTelemetry observability docs.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 4 comments.
| File | Description |
|---|---|
| src/content/docs/privacy-proxy/reference/metrics/opentelemetry.mdx | Renames/restructures the OpenTelemetry metrics reference and adds links to GraphQL metrics docs. |
| src/content/docs/privacy-proxy/reference/metrics/index.mdx | Adds Observability navigation landing page for the metrics section. |
| src/content/docs/privacy-proxy/reference/metrics/graphql.mdx | Adds a comprehensive GraphQL Analytics API reference for Privacy Proxy metrics, with schema and example queries. |
| src/content/docs/privacy-proxy/reference/http-headers.mdx | Adds cross-links and short guidance tying headers to the new observability docs. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds an "Observability" documentation section under Privacy Proxy reference, describing how to access metrics via the GraphQL Analytics API and via OpenTelemetry/OTLP, and updates related cross-links. Also expands the authentication concepts page to document mTLS as a third supported auth method.
Changes
privacy-proxy/reference/metrics/navigation index and a new GraphQL Analytics API reference page with schema details, 14 sample queries, and a full proxy status error reference.src/content/docs/privacy-proxy/reference/metrics/opentelemetry.mdxsrc/content/docs/privacy-proxy/reference/metrics/index.mdxsrc/content/docs/privacy-proxy/reference/metrics/graphql.mdxsrc/content/docs/privacy-proxy/reference/http-headers.mdx