Skip to content

Commit b444563

Browse files
authored
Add links to remaining metadata files (#14633)
1 parent bf7c964 commit b444563

File tree

58 files changed

+111
-2
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+111
-2
lines changed

docs/instrumentation-list.yaml

Lines changed: 54 additions & 0 deletions
Large diffs are not rendered by default.

instrumentation/executors/metadata.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: >
44
is submitted, the current context is captured and bound to the task. Then, when the task
55
eventually runs, even if it’s on a different thread, the instrumentation reactivates that context,
66
enabling consistent correlation across concurrent and asynchronous workflows.
7-
7+
library_link: https://docs.oracle.com/javase/8/docs/api/java/util/concurrent/Executor.html
88
configurations:
99
- name: otel.instrumentation.executors.include
1010
description: List of Executor subclasses to be instrumented.

instrumentation/finagle-http-23.11/metadata.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ description: >
22
This instrumentation for Finagle HTTP clients and servers ensures that telemetry is correctly
33
generated by the underlying Netty instrumentation. It augments existing telemetry by bridging the
44
gap between Finagle's abstractions and Netty's pipeline, primarily for context propagation.
5+
library_link: https://github.com/twitter/finagle
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
description: This instrumentation for the Finatra web framework augments the telemetry generated by the underlying Netty instrumentation. It provides more specific, high-level context, such as route information, to the spans generated by Netty.
2+
library_link: https://github.com/twitter/finatra

instrumentation/geode-1.4/metadata.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
description: This instrumentation enables database client spans and database client metrics for Apache Geode cache operations.
2+
library_link: https://geode.apache.org/
23
configurations:
34
- name: otel.instrumentation.common.db-statement-sanitizer.enabled
45
description: Enables statement sanitization for database queries.

instrumentation/grails-3.0/metadata.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
description: >
22
This instrumentation enriches existing HTTP server spans with HTTP route information, and
33
optionally enables experimental controller (INTERNAL) spans for Grails applications.
4+
library_link: https://grails.apache.org/
45
configurations:
56
- name: otel.instrumentation.common.experimental.controller-telemetry.enabled
67
description: Enables the creation of experimental controller (INTERNAL) spans.

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
description: This instrumentation enables spans for GraphQL Java operations.
2+
library_link: https://www.graphql-java.com/
23
configurations:
34
- name: otel.instrumentation.graphql.query-sanitizer.enabled
45
description: Enables sanitization of sensitive information from queries so they aren't added as span attributes.

instrumentation/grizzly-2.3/metadata.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
description: This instrumentation enables HTTP server spans and HTTP server metrics for Grizzly applications.
2+
library_link: https://javaee.github.io/grizzly/httpserverframework.html
23
configurations:
34
- name: otel.instrumentation.http.known-methods
45
description: >

instrumentation/grpc-1.6/metadata.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
description: This instrumentation enables RPC client spans and metrics, and RPC server spans and metrics for gRPC version 1.6 and above.
2+
library_link: https://github.com/grpc/grpc-java
23
configurations:
34
- name: otel.instrumentation.grpc.emit-message-events
45
type: boolean
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
description: This instrumentation enables RPC server spans for GWT RPC requests.
2+
library_link: https://www.gwtproject.org/

0 commit comments

Comments
 (0)