Skip to content

Commit 2ea854c

Browse files
authored
Another batch of metadata updates (open-telemetry#15135)
1 parent 63d81b8 commit 2ea854c

File tree

6 files changed

+37
-11
lines changed

6 files changed

+37
-11
lines changed

docs/instrumentation-list.yaml

Lines changed: 18 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3890,7 +3890,10 @@ libraries:
38903890
google:
38913891
- name: google-http-client-1.19
38923892
description: This instrumentation enables HTTP client spans and HTTP client metrics
3893-
for Google HTTP Client requests.
3893+
for the Google HTTP Client.
3894+
semantic_conventions:
3895+
- HTTP_CLIENT_SPANS
3896+
- HTTP_CLIENT_METRICS
38943897
library_link: https://github.com/googleapis/google-http-java-client
38953898
source_path: instrumentation/google-http-client-1.19
38963899
scope:
@@ -3960,8 +3963,11 @@ libraries:
39603963
grails:
39613964
- name: grails-3.0
39623965
description: |
3963-
This instrumentation enriches existing HTTP server spans with HTTP route information, and optionally enables experimental controller spans for Grails applications.
3966+
This instrumentation enriches HTTP server spans with route information, and enables controller spans for Grails applications (controller spans are disabled by default).
39643967
library_link: https://grails.apache.org/
3968+
features:
3969+
- HTTP_ROUTE
3970+
- CONTROLLER_SPANS
39653971
source_path: instrumentation/grails-3.0
39663972
scope:
39673973
name: io.opentelemetry.grails-3.0
@@ -3984,7 +3990,9 @@ libraries:
39843990
type: STRING
39853991
graphql:
39863992
- name: graphql-java-12.0
3987-
description: This instrumentation enables spans for GraphQL Java operations.
3993+
description: This instrumentation enables spans for GraphQL operations.
3994+
semantic_conventions:
3995+
- GRAPHQL_SERVER_SPANS
39883996
library_link: https://www.graphql-java.com/
39893997
source_path: instrumentation/graphql-java/graphql-java-12.0
39903998
scope:
@@ -4017,7 +4025,9 @@ libraries:
40174025
- name: graphql.operation.type
40184026
type: STRING
40194027
- name: graphql-java-20.0
4020-
description: This instrumentation enables spans for GraphQL Java operations.
4028+
description: This instrumentation enables spans for GraphQL operations.
4029+
semantic_conventions:
4030+
- GRAPHQL_SERVER_SPANS
40214031
library_link: https://www.graphql-java.com/
40224032
source_path: instrumentation/graphql-java/graphql-java-20.0
40234033
minimum_java_version: 11
@@ -4076,7 +4086,10 @@ libraries:
40764086
grizzly:
40774087
- name: grizzly-2.3
40784088
description: This instrumentation enables HTTP server spans and HTTP server metrics
4079-
for Grizzly applications.
4089+
for Grizzly.
4090+
semantic_conventions:
4091+
- HTTP_SERVER_SPANS
4092+
- HTTP_SERVER_METRICS
40804093
library_link: https://javaee.github.io/grizzly/httpserverframework.html
40814094
source_path: instrumentation/grizzly-2.3
40824095
scope:

instrumentation/google-http-client-1.19/metadata.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
description: This instrumentation enables HTTP client spans and HTTP client metrics for Google HTTP Client requests.
1+
description: This instrumentation enables HTTP client spans and HTTP client metrics for the Google HTTP Client.
2+
semantic_conventions:
3+
- HTTP_CLIENT_SPANS
4+
- HTTP_CLIENT_METRICS
25
library_link: https://github.com/googleapis/google-http-java-client
36
configurations:
47
- name: otel.instrumentation.http.known-methods

instrumentation/grails-3.0/metadata.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
description: >
2-
This instrumentation enriches existing HTTP server spans with HTTP route information, and
3-
optionally enables experimental controller spans for Grails applications.
2+
This instrumentation enriches HTTP server spans with route information, and enables controller
3+
spans for Grails applications (controller spans are disabled by default).
4+
features:
5+
- HTTP_ROUTE
6+
- CONTROLLER_SPANS
47
library_link: https://grails.apache.org/
58
configurations:
69
- name: otel.instrumentation.common.experimental.controller-telemetry.enabled

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
description: This instrumentation enables spans for GraphQL Java operations.
1+
description: This instrumentation enables spans for GraphQL operations.
2+
semantic_conventions:
3+
- GRAPHQL_SERVER_SPANS
24
library_link: https://www.graphql-java.com/
35
configurations:
46
- name: otel.instrumentation.graphql.query-sanitizer.enabled

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
description: This instrumentation enables spans for GraphQL Java operations.
1+
description: This instrumentation enables spans for GraphQL operations.
2+
semantic_conventions:
3+
- GRAPHQL_SERVER_SPANS
24
library_link: https://www.graphql-java.com/
35
configurations:
46
- name: otel.instrumentation.graphql.query-sanitizer.enabled

instrumentation/grizzly-2.3/metadata.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
description: This instrumentation enables HTTP server spans and HTTP server metrics for Grizzly applications.
1+
description: This instrumentation enables HTTP server spans and HTTP server metrics for Grizzly.
2+
semantic_conventions:
3+
- HTTP_SERVER_SPANS
4+
- HTTP_SERVER_METRICS
25
library_link: https://javaee.github.io/grizzly/httpserverframework.html
36
configurations:
47
- name: otel.instrumentation.http.known-methods

0 commit comments

Comments
 (0)