From 1687c0d0378ebf2001b4f6e2270522351d633506 Mon Sep 17 00:00:00 2001 From: "Sachin D. Shinde" Date: Thu, 5 Mar 2020 15:26:31 -0800 Subject: [PATCH 1/2] Update docs URL and fix typo --- apollo/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apollo/README.md b/apollo/README.md index 58450b6ec6..b8c64be7c4 100644 --- a/apollo/README.md +++ b/apollo/README.md @@ -22,7 +22,7 @@ The Datadog metrics forwarded by Graph Manager are: All metrics forwarded to Datadog are aggregated in 60-second intervals and tagged with the GraphQL operation name as `operation:`. Unique query signatures with the same operation name are merged, and queries without an operation name are ignored. -All of the metrics are also tagged with the Graph Manager graph ID as `service:` and the variant name as `variant:`, so multiple graphs from Graph Manager can send data to the same Datadog account. If you have not set a variant name, then "current" will be used. +All of the metrics are also tagged with the Graph Manager graph ID as `service:` and the variant name as `variant:`, so multiple graphs from Graph Manager can send data to the same Datadog account. If you have not set a variant name, then "current" will be used. If you're reporting metrics to Graph Manager through the Engine proxy, Datadog will merge your statistics across multiple instances of the proxy (per-host metrics are not available). Just like in the Graph Manager UI, each operation inside a query batch is counted individually. @@ -78,7 +78,7 @@ Learn more about infrastructure monitoring and all our integrations on [our blog [4]: https://www.apollographql.com/docs/graph-manager/#viewing-graph-information [5]: https://raw.githubusercontent.com/DataDog/integrations-extras/master/apollo/images/settings-link.png [6]: https://raw.githubusercontent.com/DataDog/integrations-extras/master/apollo/images/settings-toggle.png -[7]: https://www.apollographql.com/docs/graph-manager/integrations/ +[7]: https://www.apollographql.com/docs/graph-manager/datadog-integration/ [8]: https://github.com/DataDog/integrations-extras/blob/master/apollo/metadata.csv [9]: https://docs.datadoghq.com/help [10]: https://www.datadoghq.com/blog From 77e9630e7e81e4573e41d47df15d14cb2ee78b4a Mon Sep 17 00:00:00 2001 From: "Sachin D. Shinde" Date: Thu, 5 Mar 2020 15:31:35 -0800 Subject: [PATCH 2/2] Change manifest display_name to Apollo --- apollo/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apollo/manifest.json b/apollo/manifest.json index 083ae5c127..47396e0f6e 100644 --- a/apollo/manifest.json +++ b/apollo/manifest.json @@ -10,7 +10,7 @@ ], "manifest_version": "1.1.0", "maintainer": "sachin@apollographql.com", - "display_name": "Apollo Engine", + "display_name": "Apollo", "short_description": "Monitor the performance of your GraphQL infrastructure", "metric_prefix": "apollo.engine.", "metric_to_check": "apollo.engine.operations.count",