File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -64,9 +64,7 @@ protect your privacy:
64
64
1 . We only transmit information on how often endpoints are requested, how fast they respond and what HTTP status code was sent.
65
65
2 . We filter out any query parameters, headers, response and request bodies and path parameters. A full list of transmitted URL
66
66
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.
70
68
4 . We don't transmit any environment information from the host, except:
71
69
72
70
- Operating system id (windows, linux, osx)
@@ -97,7 +95,7 @@ We collect the following system metrics:
97
95
98
96
### Request telemetry
99
97
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 .
101
99
102
100
We collect the following request metrics:
103
101
You can’t perform that action at this time.
0 commit comments