Skip to content

Commit d4216b7

Browse files
authored
Remove duplicate configuration property (#18091)
1 parent afaa648 commit d4216b7

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

instrumentation/graphql-java/graphql-java-12.0/metadata.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ semantic_conventions:
55
library_link: https://www.graphql-java.com/
66
configurations:
77
- name: otel.instrumentation.graphql.capture-query
8+
declarative_name: java.graphql.capture_query
89
description: Whether to capture the query in `graphql.document` span attribute.
910
type: boolean
1011
default: true
@@ -21,8 +22,3 @@ configurations:
2122
clients.
2223
type: boolean
2324
default: false
24-
- 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

Comments
 (0)