diff --git a/docs/source/configuration/telemetry/instrumentation/selectors.mdx b/docs/source/configuration/telemetry/instrumentation/selectors.mdx index d2749e59a2..3923093acf 100644 --- a/docs/source/configuration/telemetry/instrumentation/selectors.mdx +++ b/docs/source/configuration/telemetry/instrumentation/selectors.mdx @@ -50,7 +50,6 @@ The supergraph service is executed after query parsing but before query executio | `operation_kind` | No | `query`\|`mutation`\|`subscription` | The operation kind from the query | | `query` | Yes | `query`\|`hash` | The graphql query | | `query_variable` | Yes | | The name of a graphql query variable | -| `response_body` | Yes | | Json Path into the response body | | `request_header` | Yes | | The name of a request header | | `response_header` | Yes | | The name of a response header | | `request_context` | Yes | | The name of a request context key |