We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afaa648 commit d4216b7Copy full SHA for d4216b7
1 file changed
instrumentation/graphql-java/graphql-java-12.0/metadata.yaml
@@ -5,6 +5,7 @@ semantic_conventions:
5
library_link: https://www.graphql-java.com/
6
configurations:
7
- name: otel.instrumentation.graphql.capture-query
8
+ declarative_name: java.graphql.capture_query
9
description: Whether to capture the query in `graphql.document` span attribute.
10
type: boolean
11
default: true
@@ -21,8 +22,3 @@ configurations:
21
22
clients.
23
24
default: false
- - name: otel.instrumentation.graphql.capture-query
25
- declarative_name: java.graphql.capture_query
26
- description: Whether to capture the query in the `graphql.document` span attribute.
27
- type: boolean
28
- default: true
0 commit comments