This documentation contains work-in-progress information for future Elastic Stack and Cloud releases. Use the version selector to view supported release docs. It also contains some Elastic Cloud serverless information. Check out our serverless docs for more details.
GraphQL (experimental)
editGraphQL (experimental)
editThe agent comes with support for GraphQL based APIs.
This slightly alters how transactions are named when they relate to GraphQL queries, so they are easier to tell apart and debug.
To enable GraphQL support, add the included Tracer to your schema:
class MySchema < GraphQL::Schema # ... tracer ElasticAPM::GraphQL # <-- include this end