Skip to content
This repository has been archived by the owner on Apr 14, 2023. It is now read-only.

Commit

Permalink
Fix extra whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Zionts committed May 14, 2020
1 parent 5ab5446 commit 1aefbd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graph-manager-docs/source/schema-registry.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ If you omit the `--tag` flag, the `apollo service:push` command always pushes to

### Associating metrics with a variant

You can configure Apollo Server to associate the metrics it sends to Graph Manager with a particular variant. To do so, set the `APOLLO_GRAPH_VARIANT` environment variable (`ENGINE_SCHEMA_TAG` in `apollo-server` pre-2.13.0 ) to the appropriate variant before initializing Apollo Server.
You can configure Apollo Server to associate the metrics it sends to Graph Manager with a particular variant. To do so, set the `APOLLO_GRAPH_VARIANT` environment variable (`ENGINE_SCHEMA_TAG` in `apollo-server` pre-2.13.0) to the appropriate variant before initializing Apollo Server.

Alternatively, you can include the `graphVariant` option in your call to the `ApolloServer` constructor, like so:

Expand Down

0 comments on commit 1aefbd1

Please sign in to comment.