From 3d16c6cfa5f2b4ff60de7edd3c4e90bb425c5d5f Mon Sep 17 00:00:00 2001 From: Joel Turkel Date: Fri, 21 Jun 2019 11:17:02 -0400 Subject: [PATCH] Monitoring GraphQL APIs --- proposals/Monitoring.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 proposals/Monitoring.md diff --git a/proposals/Monitoring.md b/proposals/Monitoring.md new file mode 100644 index 0000000..eef9796 --- /dev/null +++ b/proposals/Monitoring.md @@ -0,0 +1,8 @@ +--- +question: "REST APIs have HTTP verbs, urls and statuses which are very convenient for monitoring. How do I monitor +GraphQL APIs if there's a single HTTP endpoint?" +draft: true +--- + +The answer is highly dependent on the monitoring framework but hopefully we can provide some high level guidance +such as using operation names (which works well if you control the clients) and client identifiers in metrics.