question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Bug/Documentation - Following docs to disable reporting still gives console warnings.

See original GitHub issue

Packages: @apollo/federation: 0.11.2 apollo-server-express: 2.9.9

The documenation leads me to believe that setting these options { engine: true, reporting: false } in the server constructor should disable reporting for a federated service (so that the gateway can do that work.) When I do this though I am still getting the console warning

It looks like you’re running a federated schema and you’ve configured your service to report metrics to Apollo Graph Manager. You should only configure your Apollo gateway to report metrics to Apollo Graph Manager.

The expected behavior is that this warning will not show up if the correct constructor options have been passed in per the documentation.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:4
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
StevenLangbroekcommented, Aug 10, 2020

This is still happening for us, I’m unsure how to disable this…

0reactions
xenoterracidecommented, May 12, 2020

Hi, so I just got this error. Currently we have a single server, no gateway, however I’m trying to write the code such that it cold be easily federated, are we able to leave the engineApiKey enabled, it will still function correct?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Capture and read bug reports - Android Developers
A bug report contains device logs, stack traces, and other diagnostic information to help you find and fix bugs in your app.
Read more >
Hide errors and warnings from console - javascript
A dirty way to hide all Javascript console warnings is by overriding the console object's warn method: console.warn = () => {};.
Read more >
Bug#819703: xscreensaver: please disable "This version of ...
P.S. I'm reporting this against the version in stable/jessie, but as far as I can tell, the problem still exists in git revision...
Read more >
Issue Tracker - Google Developers
An issue in Google Issue Tracker is a bug report, feature request, change request or process workflow item that a user wants to...
Read more >
Submit a bug report – Figma Help Center
Click the "X" next to a file to remove it from your report. ... If you join after this limit is reached, Figma...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found