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

Running router with APOLLO_TELEMETRY_DISABLED=1 fails #2478

Open
Meemaw opened this issue Jan 26, 2023 · 3 comments
Open

Running router with APOLLO_TELEMETRY_DISABLED=1 fails #2478

Meemaw opened this issue Jan 26, 2023 · 3 comments

Comments

@Meemaw
Copy link
Contributor

Meemaw commented Jan 26, 2023

Describe the bug
Running router v1.9.0 with APOLLO_TELEMETRY_DISABLED=1 (as per the documentation), fails with the following error:

error: one of the values isn't valid for an argument
@bnjjj
Copy link
Contributor

bnjjj commented Jan 26, 2023

It needs to be used with true or false instead of 1 or 0. I will update the documentation

@abernix
Copy link
Member

abernix commented Jan 27, 2023

@bnjjj Let's land the documentation fix for now, but can we change the implementation to support 1 and 0? It's critical that we do so because it's the pattern that rover uses.

bnjjj added a commit that referenced this issue Jan 27, 2023
- Fix #2478

Signed-off-by: Benjamin Coenen <5719034+bnjjj@users.noreply.github.com>
@bnjjj
Copy link
Contributor

bnjjj commented Jan 27, 2023

Let's keep this issue open then

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

3 participants