Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
riginoommen opened this issue Oct 16, 2024 · 1 comment
Open

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

riginoommen opened this issue Oct 16, 2024 · 1 comment

Comments

@riginoommen
Copy link

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
Copy link
Member

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants