Skip to content

Commit 828457c

Browse files
committed
ensure references to server have a descriptor
1 parent 48ef3c8 commit 828457c

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

docs/instrumentation-list.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -666,7 +666,7 @@ libraries:
666666
type: STRING
667667
- name: apache-shenyu-2.4
668668
description: |
669-
This instrumentation does not emit telemetry on its own. Instead, it augments existing server spans and HTTP server metrics with the HTTP route and Shenyu specific attributes.
669+
This instrumentation does not emit telemetry on its own. Instead, it augments existing HTTP server spans and HTTP server metrics with the HTTP route and Shenyu specific attributes.
670670
source_path: instrumentation/apache-shenyu-2.4
671671
scope:
672672
name: io.opentelemetry.apache-shenyu-2.4
@@ -3039,7 +3039,7 @@ libraries:
30393039
grails:
30403040
- name: grails-3.0
30413041
description: |
3042-
This instrumentation enriches existing server spans with route information, and optionally enables experimental controller (INTERNAL) spans for Grails applications.
3042+
This instrumentation enriches existing HTTP server spans with HTTP route information, and optionally enables experimental controller (INTERNAL) spans for Grails applications.
30433043
source_path: instrumentation/grails-3.0
30443044
scope:
30453045
name: io.opentelemetry.grails-3.0

instrumentation/apache-shenyu-2.4/metadata.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
description: >
2-
This instrumentation does not emit telemetry on its own. Instead, it augments existing server
2+
This instrumentation does not emit telemetry on its own. Instead, it augments existing HTTP server
33
spans and HTTP server metrics with the HTTP route and Shenyu specific attributes.
44
configurations:
55
- name: otel.instrumentation.apache-shenyu.experimental-span-attributes

instrumentation/grails-3.0/metadata.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
description: >
2-
This instrumentation enriches existing server spans with route information, and optionally enables
3-
experimental controller (INTERNAL) spans for Grails applications.
2+
This instrumentation enriches existing HTTP server spans with HTTP route information, and
3+
optionally enables experimental controller (INTERNAL) spans for Grails applications.
44
configurations:
55
- name: otel.instrumentation.common.experimental.controller-telemetry.enabled
66
description: Enables the creation of experimental controller (INTERNAL) spans.

0 commit comments

Comments
 (0)