# Exposing trace data for your GraphQL server with Apollo Tracing

DevFeed: [Exposing trace data for your GraphQL server with Apollo Tracing](<https://devfeed.tech/articles/exposing-trace-data-for-your-graphql-server-with-apollo-tracing-23296.md>)

Original publisher: [Read original article](<https://www.apollographql.com/blog/exposing-trace-data-for-your-graphql-server-with-apollo-tracing>)

Author: Martijn Walraven

Published: 2017-10-17T23:40:22Z

Content type: article

Language: en

Sources: [Apollo Blog](<https://devfeed.tech/sources/apollo-blog.md>)

Topics: [GraphQL](<https://devfeed.tech/topics/graphql.md>), [tracing](<https://devfeed.tech/topics/tracing.md>), [Monitoring](<https://devfeed.tech/topics/monitoring.md>)

Tags: [announcement](<https://devfeed.tech/tags/announcement.md>), [apollo](<https://devfeed.tech/tags/apollo.md>), [elixir](<https://devfeed.tech/tags/elixir.md>), [graphql](<https://devfeed.tech/tags/graphql.md>), [java](<https://devfeed.tech/tags/java.md>), [monitoring](<https://devfeed.tech/tags/monitoring.md>), [node](<https://devfeed.tech/tags/node.md>), [ruby](<https://devfeed.tech/tags/ruby.md>), [scala](<https://devfeed.tech/tags/scala.md>), [tracing](<https://devfeed.tech/tags/tracing.md>)

## AI overview

The article introduces Apollo Tracing, a GraphQL extension that adds resolver-level performance traces to GraphQL responses. It describes support across several GraphQL server libraries, including Node, Ruby, Scala, Java, and Elixir, and explains that Apollo Engine already supports the format.

## Source excerpt

Today I'm excited to introduce you to Apollo Tracing, a GraphQL extension for performance monitoring that we've been working on for the last few months. Thanks to the community, Apollo Tracing already works with most popular GraphQL server libraries, including Node, Ruby, Scala, Java, and Elixir, and it enables you to easily get resolver-level performance information as part of a GraphQL response.