Skip to content

Commit b50b7fd

Browse files
committed
merge main
2 parents ded48b5 + 19baa7a commit b50b7fd

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/contributing/documenting-instrumentation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ Example:
8686
description: "This instrumentation enables..."
8787
disabled_by_default: true
8888
classification: library
89-
library_link: "https://..."
89+
library_link: https://github.com/...
9090
configurations:
9191
- name: otel.instrumentation.common.db-statement-sanitizer.enabled
9292
description: Enables statement sanitization for database queries.

docs/instrumentation-list.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ libraries:
77
- name: activej-http-6.0
88
description: This instrumentation enables HTTP server spans and HTTP server metrics
99
for the ActiveJ HTTP server.
10-
library_link: https://github.com/activej/activej
10+
library_link: https://activej.io/
1111
source_path: instrumentation/activej-http-6.0
1212
minimum_java_version: 17
1313
scope:

instrumentation-docs/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ As of now, the following fields are supported, all of which are optional:
151151
description: "This instrumentation enables..." # Description of the instrumentation module
152152
disabled_by_default: true # Defaults to `false`
153153
classification: internal # instrumentation classification: library | internal | custom
154-
library_link: "https://..." # URL to the library or framework's main website or documentation
154+
library_link: https://... # URL to the library or framework's main website or documentation
155155
configurations:
156156
- name: otel.instrumentation.common.db-statement-sanitizer.enabled
157157
description: Enables statement sanitization for database queries.
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://github.com/activej/activej
2+
library_link: https://activej.io/

0 commit comments

Comments
 (0)