elixir_agent icon indicating copy to clipboard operation
elixir_agent copied to clipboard

Absinthe telemetry

Open scottming opened this issue 3 years ago • 4 comments

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

scottming avatar Jan 13 '22 09:01 scottming

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.

:white_check_mark: binaryseed
:x: scottming
You have signed the CLA already but the status is still pending? Let us recheck it.

CLAassistant avatar Jan 13 '22 09:01 CLAassistant

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

jadlr avatar Jan 09 '23 13:01 jadlr

I would love this.

tansanDOTeth avatar Aug 17 '23 01:08 tansanDOTeth

@scottming 🐐

tansanDOTeth avatar Feb 26 '24 08:02 tansanDOTeth