apollographql / router

A configurable, high-performance routing runtime for Apollo Federation 🚀
https://www.apollographql.com/docs/router/
Other
807 stars 272 forks source link

Data Privacy URL is wrong in the Apollo Router. #6159

Open riginoommen opened 5 days ago

riginoommen commented 5 days ago

Start a router with default telemetry settings.

./router --config router.yaml

2024-10-16T08:42:05.648996Z INFO  Apollo Router v1.56.0 // (c) Apollo Graph, Inc. // Licensed as ELv2 (https://go.apollo.dev/elv2)
2024-10-16T08:42:05.649031Z INFO  Anonymous usage data is gathered to inform Apollo product development.  See https://go.apollo.dev/o/privacy for details.
2024-10-16T08:42:06.493677Z INFO  Apollo Studio usage reporting is enabled. See https://go.apollo.dev/o/data for details
2024-10-16T08:42:06.765708Z WARN  telemetry.instrumentation.spans.mode is currently set to 'deprecated', either explicitly or via defaulting. Set telemetry.instrumentation.spans.mode explicitly in your router.yaml to 'spec_compliant' for log and span attributes that follow OpenTelemetry semantic conventions. This option will be defaulted to 'spec_compliant' in a future release and eventually removed altogether
2024-10-16T08:42:06.903028Z INFO  Health check exposed at http://127.0.0.1:8088/health
2024-10-16T08:42:06.903244Z INFO  GraphQL endpoint exposed at http://0.0.0.0:4000/ 🚀

In this log this url redirects to https://go.apollo.dev/o/data which again redirects to https://www.apollographql.com/docs/studio/data-privacy url that is a 404 page. please add correct references in the router.

goto-bus-stop commented 4 days ago

Thanks for the report. I think it should point to https://www.apollographql.com/docs/graphos/reference/data-privacy#which-types-of-data-do-the-graphos-router-and-apollo-server-send-to-graphos, which is the same page that /o/privacy points to... I'll ask around if we can get the /o/data link fixed!