From db85009ed21e4c5992c0331ffade77f4df24ee78 Mon Sep 17 00:00:00 2001 From: Lukas Stracke Date: Thu, 3 Sep 2026 09:59:35 +0200 Subject: [PATCH] chore(names): Add OTel divergence note for graphql span names --- model/name/graphql.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/model/name/graphql.json b/model/name/graphql.json index 5ea5ab25..1d804e6d 100644 --- a/model/name/graphql.json +++ b/model/name/graphql.json @@ -5,7 +5,7 @@ "name": "GraphQL", "brief": "Any and all operations that fall under GraphQL", "is_in_otel": true, - "otel_notes": "Unlike OTel, we prefix GraphQL operations with the word \"GraphQL\" (e.g., \"GraphQL mutation\" vs. \"mutation\".", + "otel_notes": "Unlike OTel, we prefix GraphQL operations with the word \"GraphQL\" (e.g., \"GraphQL query findBookById\" vs. \"query findBookById\").", "ops": [ "http.graphql", "http.graphql.query",