Skip to content

Commit

Permalink
Merge pull request #3958 from umaannamalai/add-graphql-frameworks
Browse files Browse the repository at this point in the history
Update Python instrumented packages with GraphQL frameworks.
  • Loading branch information
rhetoric101 committed Sep 17, 2021
2 parents ed42f8f + c91273b commit 57d1583
Showing 1 changed file with 11 additions and 0 deletions.
Expand Up @@ -325,6 +325,17 @@ To request built-in instrumentation for additional packages, get support at [sup
</Collapser>
</CollapserGroup>

## GraphQL Frameworks

The Python agent provides insight into your GraphQL application's operations and resolvers and reports GraphQL-specific metrics and span attributes. For more information on transaction naming and other features, please view our [GraphQL documentation](/docs/agents/python-agent/supported-features/python-graphQL). As of agent version 6.10.0.165, the agent supports the following GraphQL frameworks:

* [Graphene](https://docs.graphene-python.org/en/latest/)
* [Ariadne](https://ariadnegraphql.org/docs/intro)
* [Strawberry](https://strawberry.rocks/)
* [Starlette GraphQL](https://www.starlette.io/graphql/)
* [FastAPI GraphQL](https://fastapi.tiangolo.com/advanced/graphql/)


## Instance details

The agent collects [instance details for a variety of databases and database drivers](/docs/apm/applications-menu/features/analyze-database-instance-level-performance-issues). The ability to view specific instances and the types of database information depends on your Python agent version.
Expand Down

0 comments on commit 57d1583

Please sign in to comment.