Skip to content

Commit 675108a

Browse files
committed
display names
1 parent 0b271cf commit 675108a

File tree

8 files changed

+29
-15
lines changed

8 files changed

+29
-15
lines changed

docs/instrumentation-list.yaml

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6470,6 +6470,7 @@ libraries:
64706470
type: STRING
64716471
jms:
64726472
- name: jms-1.1
6473+
display_name: JMS (Java Message Service)
64736474
description: |
64746475
This instrumentation enables messaging spans for JMS (Java Message Service) message producers and consumers.
64756476
semantic_conventions:
@@ -6522,6 +6523,7 @@ libraries:
65226523
- name: messaging.system
65236524
type: STRING
65246525
- name: jms-3.0
6526+
display_name: JMS (Java Message Service)
65256527
description: |
65266528
This instrumentation enables messaging spans for Jakarta JMS (Java Message Service) message producers and consumers.
65276529
semantic_conventions:
@@ -6572,6 +6574,7 @@ libraries:
65726574
type: STRING
65736575
jodd:
65746576
- name: jodd-http-4.2
6577+
display_name: Jodd HTTP
65756578
description: This instrumentation enables HTTP client spans and HTTP client metrics
65766579
for Jodd HTTP.
65776580
semantic_conventions:
@@ -6653,6 +6656,7 @@ libraries:
66536656
type: STRING
66546657
jsf:
66556658
- name: jsf-mojarra-1.2
6659+
display_name: JSF
66566660
description: |
66576661
This instrumentation enables controller spans for Mojarra JSF action listeners (controller spans are disabled by default).
66586662
library_link: https://github.com/eclipse-ee4j/mojarra
@@ -6670,7 +6674,7 @@ libraries:
66706674
- javax.faces:jsf-impl:[1.2,2)
66716675
configurations:
66726676
- name: otel.instrumentation.common.experimental.controller-telemetry.enabled
6673-
description: Enables controller spans for JSF action listeners.
6677+
description: Enables the creation of experimental controller spans.
66746678
type: boolean
66756679
default: false
66766680
telemetry:
@@ -6679,6 +6683,7 @@ libraries:
66796683
- span_kind: INTERNAL
66806684
attributes: []
66816685
- name: jsf-mojarra-3.0
6686+
display_name: JSF
66826687
description: |
66836688
This instrumentation enables controller spans for Mojarra JSF action listeners (controller spans are disabled by default).
66846689
library_link: https://github.com/eclipse-ee4j/mojarra
@@ -6693,7 +6698,7 @@ libraries:
66936698
- org.glassfish:jakarta.faces:[3,)
66946699
configurations:
66956700
- name: otel.instrumentation.common.experimental.controller-telemetry.enabled
6696-
description: Enables controller spans for JSF action listeners.
6701+
description: Enables the creation of experimental controller spans.
66976702
type: boolean
66986703
default: false
66996704
telemetry:
@@ -6702,6 +6707,7 @@ libraries:
67026707
- span_kind: INTERNAL
67036708
attributes: []
67046709
- name: jsf-myfaces-1.2
6710+
display_name: JSF
67056711
description: |
67066712
This instrumentation enables controller spans for Apache MyFaces action listeners (controller spans are disabled by default).
67076713
library_link: https://myfaces.apache.org/
@@ -6715,7 +6721,7 @@ libraries:
67156721
- org.apache.myfaces.core:myfaces-impl:[1.2,3)
67166722
configurations:
67176723
- name: otel.instrumentation.common.experimental.controller-telemetry.enabled
6718-
description: Enables controller spans for JSF action listeners.
6724+
description: Enables the creation of experimental controller spans.
67196725
type: boolean
67206726
default: false
67216727
telemetry:
@@ -6724,6 +6730,7 @@ libraries:
67246730
- span_kind: INTERNAL
67256731
attributes: []
67266732
- name: jsf-myfaces-3.0
6733+
display_name: JSF
67276734
description: |
67286735
This instrumentation enables controller spans for Apache MyFaces action listeners (controller spans are disabled by default).
67296736
library_link: https://myfaces.apache.org/
@@ -6738,7 +6745,7 @@ libraries:
67386745
- org.apache.myfaces.core:myfaces-impl:[3,)
67396746
configurations:
67406747
- name: otel.instrumentation.common.experimental.controller-telemetry.enabled
6741-
description: Enables controller spans for JSF action listeners.
6748+
description: Enables the creation of experimental controller spans.
67426749
type: boolean
67436750
default: false
67446751
telemetry:

instrumentation/jms/jms-1.1/metadata.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
display_name: JMS (Java Message Service)
12
description: >
23
This instrumentation enables messaging spans for JMS (Java Message Service) message producers and
34
consumers.
@@ -16,4 +17,4 @@ configurations:
1617
Enables capturing messaging headers as span attributes. Provide a comma-separated list of
1718
header names to capture.
1819
type: list
19-
default: ''
20+
default: ''

instrumentation/jms/jms-3.0/metadata.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
display_name: JMS (Java Message Service)
12
description: >
23
This instrumentation enables messaging spans for Jakarta JMS (Java Message Service) message
34
producers and consumers.
@@ -16,4 +17,4 @@ configurations:
1617
Enables capturing messaging headers as span attributes. Provide a comma-separated list of
1718
header names to capture.
1819
type: list
19-
default: ''
20+
default: ''

instrumentation/jodd-http-4.2/metadata.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
display_name: Jodd HTTP
12
description: This instrumentation enables HTTP client spans and HTTP client metrics for Jodd HTTP.
23
semantic_conventions:
34
- HTTP_CLIENT_SPANS
@@ -32,4 +33,4 @@ configurations:
3233
- name: otel.instrumentation.http.client.experimental.redact-query-parameters
3334
description: Redact sensitive URL parameters. See https://opentelemetry.io/docs/specs/semconv/http/http-spans.
3435
type: boolean
35-
default: true
36+
default: true
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
display_name: JSF
12
description: >
23
This instrumentation enables controller spans for Mojarra JSF action listeners (controller spans
34
are disabled by default).
@@ -6,6 +7,6 @@ features:
67
library_link: https://github.com/eclipse-ee4j/mojarra
78
configurations:
89
- name: otel.instrumentation.common.experimental.controller-telemetry.enabled
9-
description: Enables controller spans for JSF action listeners.
10+
description: Enables the creation of experimental controller spans.
1011
type: boolean
11-
default: false
12+
default: false
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
display_name: JSF
12
description: >
23
This instrumentation enables controller spans for Mojarra JSF action listeners (controller spans
34
are disabled by default).
@@ -6,6 +7,6 @@ features:
67
library_link: https://github.com/eclipse-ee4j/mojarra
78
configurations:
89
- name: otel.instrumentation.common.experimental.controller-telemetry.enabled
9-
description: Enables controller spans for JSF action listeners.
10+
description: Enables the creation of experimental controller spans.
1011
type: boolean
11-
default: false
12+
default: false
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
display_name: JSF
12
description: >
23
This instrumentation enables controller spans for Apache MyFaces action listeners (controller
34
spans are disabled by default).
@@ -6,6 +7,6 @@ features:
67
library_link: https://myfaces.apache.org/
78
configurations:
89
- name: otel.instrumentation.common.experimental.controller-telemetry.enabled
9-
description: Enables controller spans for JSF action listeners.
10+
description: Enables the creation of experimental controller spans.
1011
type: boolean
11-
default: false
12+
default: false
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
display_name: JSF
12
description: >
23
This instrumentation enables controller spans for Apache MyFaces action listeners (controller
34
spans are disabled by default).
@@ -6,6 +7,6 @@ features:
67
library_link: https://myfaces.apache.org/
78
configurations:
89
- name: otel.instrumentation.common.experimental.controller-telemetry.enabled
9-
description: Enables controller spans for JSF action listeners.
10+
description: Enables the creation of experimental controller spans.
1011
type: boolean
11-
default: false
12+
default: false

0 commit comments

Comments
 (0)