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

Absinthe telemetry #375

Closed
wants to merge 17 commits into from
Closed

Conversation

scottming
Copy link

@scottming scottming commented Jan 13, 2022

On the basis of @binaryseed 's work, I added parent-related logic and absinthe-related aggregation and transaction, I am not very familiar with newrelic, so there should be places to improve, if you have any suggestions, welcome to leave a comment.

You can use this repository to check the final result

query

query getAllProducts {
  allProducts {
    id
    sku
    package
    dimensions {
      size
      weight
    }
    createdBy {
      totalProductsCreated
      email
      profile {
        info
      }
    }
  }
}

Transactions

image

Transaction trace

image

@CLAassistant
Copy link

CLAassistant commented Jan 13, 2022

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution.
1 out of 2 committers have signed the CLA.

✅ binaryseed
❌ scottming
You have signed the CLA already but the status is still pending? Let us recheck it.

@scottming scottming marked this pull request as ready for review January 13, 2022 09:38
@jadlr
Copy link

jadlr commented Jan 9, 2023

Is there any update on this? We'd be very interested in absinthe traces in new relic. 🙏

@tansanDOTeth
Copy link

I would love this.

@tansanDOTeth
Copy link

@scottming 🐐

@binaryseed
Copy link
Collaborator

Closing in favor of #471

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

Successfully merging this pull request may close these issues.

5 participants