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

Provide ability to specify client info in traces #1631

Merged
merged 5 commits into from Sep 18, 2018
Merged

Commits on Sep 18, 2018

  1. Provide ability to specify client info in traces

    Adds the createClientInfo to apollo-engine-reporting, which enables the
    differentiation of clients based on the request, operation, and
    variables. This could be extended to include the response. However for
    the first release. It doesn't quite make sense.
    Evans Hauser committed Sep 18, 2018
    Configuration menu
    Copy the full SHA
    b43cdd3 View commit details
    Browse the repository at this point in the history
  2. Use extensions and context in createClientInfo

    Evans Hauser committed Sep 18, 2018
    Configuration menu
    Copy the full SHA
    fd3f5de View commit details
    Browse the repository at this point in the history
  3. Remove support for clientAddress

    The frontend will not support it in the near future
    Evans Hauser committed Sep 18, 2018
    Configuration menu
    Copy the full SHA
    adae6f7 View commit details
    Browse the repository at this point in the history
  4. create -> generate and make default generator

    createClientInfo -> generateClientInfo
    Evans Hauser committed Sep 18, 2018
    Configuration menu
    Copy the full SHA
    a6328b9 View commit details
    Browse the repository at this point in the history
  5. Clarify default values

    Evans Hauser committed Sep 18, 2018
    Configuration menu
    Copy the full SHA
    843fd64 View commit details
    Browse the repository at this point in the history