[Draft] Add documentation for Privacy Proxy#27724
Merged
patriciasantaana merged 7 commits intocloudflare:productionfrom Feb 3, 2026
Merged
[Draft] Add documentation for Privacy Proxy#27724patriciasantaana merged 7 commits intocloudflare:productionfrom
patriciasantaana merged 7 commits intocloudflare:productionfrom
Conversation
Add developer documentation for Privacy Proxy, a MASQUE-based forward proxy service for enterprise customers. Documentation includes: - Overview and product landing page - Get started guide with Chaussette and curl examples - Concepts: how it works, deployment models, authentication, geolocation - Reference: HTTP headers, observability, client libraries Co-authored-by: Claude <noreply@anthropic.com>
by-cf
reviewed
Jan 21, 2026
| | Signal | Description | | ||
| |--------|-------------| | ||
| | Metrics | Connection counts, request rates, latency histograms, error rates | | ||
| | Traces | Per-request traces showing proxy processing time | |
There was a problem hiding this comment.
Not sure how much details we want to go into, but it may be worth mentioning traces are sampled (like 1%)?
Comment on lines
+60
to
+68
| ## Server-Timing header | ||
|
|
||
| Privacy Proxy includes a `Server-Timing` header in responses to help measure processing latency from the client side: | ||
|
|
||
| ```http | ||
| Server-Timing: proxy;dur=12.5 | ||
| ``` | ||
|
|
||
| The `dur` value is the processing time in milliseconds introduced by the proxy. Use this header as a client-side SLI (Service Level Indicator) to monitor proxy performance. |
There was a problem hiding this comment.
This is already mentioned in http-headers.mdx, probably can remove. However, it is observability related... I'll let you decide.
Comment on lines
+60
to
+62
| <RelatedProduct header="1.1.1.1" href="/1.1.1.1/" product="1.1.1.1"> | ||
| Cloudflare's public DNS resolver provides fast, private DNS resolution and integrates with Privacy Proxy for secure name resolution. | ||
| </RelatedProduct> |
There was a problem hiding this comment.
All of cloudflare products are related, but this one is related less so than Privacy Gateway and WARP. Maybe remove?
abread
reviewed
Jan 21, 2026
| order: 3 | ||
| --- | ||
|
|
||
| This page lists open source libraries and tools you can use to connect to Privacy Proxy. |
Contributor
There was a problem hiding this comment.
We can also link a privacypass library: https://github.com/cloudflare/privacypass-ts
patriciasantaana
approved these changes
Feb 2, 2026
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
Add net-new developer documentation for Privacy Proxy, a MASQUE-based forward proxy service for enterprise customers.
Documentation includes:
Screenshots (optional)
Documentation checklist