ddtrace-graphql icon indicating copy to clipboard operation
ddtrace-graphql copied to clipboard

Python library for Datadog tracing of graphql calls.

Results 6 ddtrace-graphql issues
Sort by recently updated
recently updated
newest added

I'm not sure if this library is still maintained, but we just upgraded our ddtrace (that we use for our own tracing) from 0.50.0 -> 0.55.2 and our GraphQL data...

[graphql-ws](https://github.com/graphql-python/graphql-ws) is graphql-python's official implementation of websockets for supporting GraphQL Subscriptions. When executing subscriptions with `graphql-core` v2, the result of subscription execution is an Rx Observable, not an ExecutionResult. So...

Hello, thanks for making this library, it's super helpful. I'm using version `0.2.0`, and I have a problem that the graphql APM service is not picking up `DD_VERSION` environment variable....

This lib is not maintained anymore so we've forked it and made the minor edits needed to get it working with the latest version of ddtrace. Whether or not we...

When installing any version of ddtrace>=1.0.0, 0.2.0 of this library will fail on load because ddtrace has been updated. Specifically when trying to do from `ddtrace.contrib.util import requires_modules`, will fail...

I've a grahphql applicaiton that use flast, gunicorn and graphene. while i added the patch statement in the code , before any other graphql reference , I am not able...