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

add graphql integration #145

Merged
merged 3 commits into from
Jun 15, 2018
Merged

add graphql integration #145

merged 3 commits into from
Jun 15, 2018

Conversation

rochdev
Copy link
Member

@rochdev rochdev commented Jun 12, 2018

This PR adds support for graphql with the following format:

  • A graphql.query or graphql.mutation top level span for the operation
  • graphql.field spans that are children of either the operation or a parent field and include the duration of all descendants
  • graphql.resolve spans that are always direct children of their field and only include the resolver duration

@rochdev rochdev merged commit 35a1490 into v0.3.0 Jun 15, 2018
@rochdev rochdev deleted the graphql branch June 15, 2018 14:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants