Skip to content

Commit

Permalink
wrap readme
Browse files Browse the repository at this point in the history
  • Loading branch information
glasser committed Sep 27, 2019
1 parent 7f34c6b commit e5084f1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,10 @@ A minimal but complete example is available in

### Federated tracing

To make your server generate performance traces and return them along with responses to the Apollo Gateway (which then can send them to Apollo Graph Manager), install the `FederatedTracingInstrumentation` into your `GraphQL` object:
To make your server generate performance traces and return them along with
responses to the Apollo Gateway (which then can send them to Apollo Graph
Manager), install the `FederatedTracingInstrumentation` into your `GraphQL`
object:

```java
GraphQL graphql = GraphQL.newGraphQL(graphQLSchema)
Expand Down

0 comments on commit e5084f1

Please sign in to comment.