Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 18 additions & 5 deletions docs/instrumentation-list.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3890,7 +3890,10 @@ libraries:
google:
- name: google-http-client-1.19
description: This instrumentation enables HTTP client spans and HTTP client metrics
for Google HTTP Client requests.
for the Google HTTP Client.
semantic_conventions:
- HTTP_CLIENT_SPANS
- HTTP_CLIENT_METRICS
library_link: https://github.com/googleapis/google-http-java-client
source_path: instrumentation/google-http-client-1.19
scope:
Expand Down Expand Up @@ -3960,8 +3963,11 @@ libraries:
grails:
- name: grails-3.0
description: |
This instrumentation enriches existing HTTP server spans with HTTP route information, and optionally enables experimental controller spans for Grails applications.
This instrumentation enriches HTTP server spans with route information, and enables controller spans for Grails applications (controller spans are disabled by default).
library_link: https://grails.apache.org/
features:
- HTTP_ROUTE
- CONTROLLER_SPANS
source_path: instrumentation/grails-3.0
scope:
name: io.opentelemetry.grails-3.0
Expand All @@ -3984,7 +3990,9 @@ libraries:
type: STRING
graphql:
- name: graphql-java-12.0
description: This instrumentation enables spans for GraphQL Java operations.
description: This instrumentation enables spans for GraphQL operations.
semantic_conventions:
- GRAPHQL_SERVER_SPANS
library_link: https://www.graphql-java.com/
source_path: instrumentation/graphql-java/graphql-java-12.0
scope:
Expand Down Expand Up @@ -4017,7 +4025,9 @@ libraries:
- name: graphql.operation.type
type: STRING
- name: graphql-java-20.0
description: This instrumentation enables spans for GraphQL Java operations.
description: This instrumentation enables spans for GraphQL operations.
semantic_conventions:
- GRAPHQL_SERVER_SPANS
library_link: https://www.graphql-java.com/
source_path: instrumentation/graphql-java/graphql-java-20.0
minimum_java_version: 11
Expand Down Expand Up @@ -4076,7 +4086,10 @@ libraries:
grizzly:
- name: grizzly-2.3
description: This instrumentation enables HTTP server spans and HTTP server metrics
for Grizzly applications.
for Grizzly.
semantic_conventions:
- HTTP_SERVER_SPANS
- HTTP_SERVER_METRICS
library_link: https://javaee.github.io/grizzly/httpserverframework.html
source_path: instrumentation/grizzly-2.3
scope:
Expand Down
5 changes: 4 additions & 1 deletion instrumentation/google-http-client-1.19/metadata.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
description: This instrumentation enables HTTP client spans and HTTP client metrics for Google HTTP Client requests.
description: This instrumentation enables HTTP client spans and HTTP client metrics for the Google HTTP Client.
semantic_conventions:
- HTTP_CLIENT_SPANS
- HTTP_CLIENT_METRICS
library_link: https://github.com/googleapis/google-http-java-client
configurations:
- name: otel.instrumentation.http.known-methods
Expand Down
7 changes: 5 additions & 2 deletions instrumentation/grails-3.0/metadata.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
description: >
This instrumentation enriches existing HTTP server spans with HTTP route information, and
optionally enables experimental controller spans for Grails applications.
This instrumentation enriches HTTP server spans with route information, and enables controller
spans for Grails applications (controller spans are disabled by default).
features:
- HTTP_ROUTE
- CONTROLLER_SPANS
library_link: https://grails.apache.org/
configurations:
- name: otel.instrumentation.common.experimental.controller-telemetry.enabled
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
description: This instrumentation enables spans for GraphQL Java operations.
description: This instrumentation enables spans for GraphQL operations.
semantic_conventions:
- GRAPHQL_SERVER_SPANS
library_link: https://www.graphql-java.com/
configurations:
- name: otel.instrumentation.graphql.query-sanitizer.enabled
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
description: This instrumentation enables spans for GraphQL Java operations.
description: This instrumentation enables spans for GraphQL operations.
semantic_conventions:
- GRAPHQL_SERVER_SPANS
library_link: https://www.graphql-java.com/
configurations:
- name: otel.instrumentation.graphql.query-sanitizer.enabled
Expand Down
5 changes: 4 additions & 1 deletion instrumentation/grizzly-2.3/metadata.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
description: This instrumentation enables HTTP server spans and HTTP server metrics for Grizzly applications.
description: This instrumentation enables HTTP server spans and HTTP server metrics for Grizzly.
semantic_conventions:
- HTTP_SERVER_SPANS
- HTTP_SERVER_METRICS
library_link: https://javaee.github.io/grizzly/httpserverframework.html
configurations:
- name: otel.instrumentation.http.known-methods
Expand Down
Loading