Skip to content

Commit ff80517

Browse files
committed
chore(docs): clarify host/ip information collection in SQA telemetry
1 parent ad06801 commit ff80517

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

docs/ecosystem/sqa.mdx

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,7 @@ protect your privacy:
6464
1. We only transmit information on how often endpoints are requested, how fast they respond and what HTTP status code was sent.
6565
2. We filter out any query parameters, headers, response and request bodies and path parameters. A full list of transmitted URL
6666
paths is listed in section [Request telemetry](#request-telemetry).
67-
3. **We're unable to see or store the IP address of your host**, as the
68-
[IP is set to `0.0.0.0`](https://github.com/ory/x/blob/master/metricsx/middleware.go) when transmitting data to our metrics
69-
aggregator.
67+
3. Private IP addresses are filtered out from collected host information when transmitting data to our metrics aggregator.
7068
4. We don't transmit any environment information from the host, except:
7169

7270
- Operating system id (windows, linux, osx)
@@ -97,7 +95,7 @@ We collect the following system metrics:
9795

9896
### Request telemetry
9997

100-
The IP addresses of both host and client are anonymized to `0.0.0.0`.
98+
Client IP addresses are anonymized to `0.0.0.0`. Private IP addresses are filtered out from host data.
10199

102100
We collect the following request metrics:
103101

0 commit comments

Comments
 (0)