Skip to content

Commit 21b429c

Browse files
committed
docs: add Telemetry section linking to oss-telemetry opt-out docs
Discloses the single anonymous adoption ping sent on startup and points users to the upstream README section for full opt-out instructions instead of duplicating the table here.
1 parent d96d2f4 commit 21b429c

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1119,3 +1119,16 @@ graphql_proxy_cache_hit{microservice="graphql_proxy",pod="hasura-w-proxy-interna
11191119
graphql_proxy_cache_hit{pod="hasura-w-proxy-internal-6b5f4b4bbb-9xwfc",microservice="graphql_proxy"} 1
11201120
graphql_proxy_cache_miss{microservice="graphql_proxy",pod="hasura-w-proxy-internal-6b5f4b4bbb-9xwfc"} 23
11211121
```
1122+
1123+
## Telemetry
1124+
1125+
On startup this binary sends a single anonymous adoption ping — project name,
1126+
version, timestamp; no identifiers, no GraphQL operations, no query/response
1127+
content. Fire-and-forget with a 2-second timeout; cannot block startup or
1128+
panic.
1129+
1130+
See **[oss-telemetry — Disabling telemetry](https://github.com/lukaszraczylo/oss-telemetry#disabling-telemetry)**
1131+
for the exact wire format, source, and full opt-out documentation.
1132+
1133+
Quick opt-out: set any of `DO_NOT_TRACK=1`, `OSS_TELEMETRY_DISABLED=1`,
1134+
or `GRAPHQL_MONITORING_PROXY_DISABLE_TELEMETRY=1`.

0 commit comments

Comments
 (0)