Skip to content

Commit ded48b5

Browse files
committed
more links
1 parent 6a23d83 commit ded48b5

File tree

48 files changed

+116
-11
lines changed

Some content is hidden

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

48 files changed

+116
-11
lines changed

docs/contributing/documenting-instrumentation.md

Lines changed: 18 additions & 0 deletions

docs/instrumentation-list.yaml

Lines changed: 45 additions & 4 deletions
Large diffs are not rendered by default.

instrumentation-docs/readme.md

Lines changed: 7 additions & 3 deletions
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
description: This instrumentation enables HTTP server spans and HTTP server metrics for the ActiveJ HTTP server.
2-
library_link: https://activej.io/
2+
library_link: https://github.com/activej/activej
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
description: This instrumentation provides context propagation for Akka actors, it does not emit any telemetry on its own.
2-
library_link: https://doc.akka.io/docs/akka/current/typed/index.html
2+
library_link: https://doc.akka.io/libraries/akka-core/current/typed/index.html
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
description: This instrumentation provides context propagation for the Akka Fork-Join Pool, it does not emit any telemetry on its own.
2-
library_link: https://doc.akka.io/docs/akka/current/typed/index.html
2+
library_link: https://doc.akka.io/libraries/akka-core/current/typed/index.html

instrumentation/apache-dbcp-2.0/metadata.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ description: >
55
only activates if the `BasicDataSource` is registered to an `MBeanServer`. If using Spring Boot,
66
this happens automatically as all Spring beans that support JMX registration are automatically
77
registered by default.
8+
library_link: https://commons.apache.org/proper/commons-dbcp/

instrumentation/apache-dubbo-2.7/metadata.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ description: The Apache Dubbo instrumentation provides RPC client spans and RPC
22
Apache Dubbo RPC calls. Each call produces a span named after the Dubbo method, enriched with
33
standard RPC attributes (system, service, method), network attributes, and error details if an
44
exception occurs.
5+
library_link: https://github.com/apache/dubbo/
56
configurations:
67
- name: otel.instrumentation.common.peer-service-mapping
78
description: Used to specify a mapping from host names or IP addresses to peer services.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
description: This instrumentation enables HTTP client spans and HTTP client metrics for the Apache HttpAsyncClient.
2+
library_link: https://hc.apache.org/index.html
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
description: This instrumentation enables HTTP client spans and HTTP client metrics for versions 2 and 3 of the Apache HttpClient.
2+
library_link: https://hc.apache.org/index.html

0 commit comments

Comments
 (0)