Skip to content

Commit e5b5f50

Browse files
authored
Remove INTERNAL span descriptor in metadata (#14950)
1 parent 4ccb595 commit e5b5f50

File tree

21 files changed

+55
-55
lines changed

21 files changed

+55
-55
lines changed

docs/instrumentation-list.yaml

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -2581,7 +2581,7 @@ libraries:
25812581
- io.dropwizard:dropwizard-views:(,3.0.0)
25822582
configurations:
25832583
- name: otel.instrumentation.common.experimental.view-telemetry.enabled
2584-
description: Enables the creation of experimental view (INTERNAL) spans.
2584+
description: Enables the creation of experimental view spans.
25852585
type: boolean
25862586
default: false
25872587
telemetry:
@@ -3344,7 +3344,7 @@ libraries:
33443344
grails:
33453345
- name: grails-3.0
33463346
description: |
3347-
This instrumentation enriches existing HTTP server spans with HTTP route information, and optionally enables experimental controller (INTERNAL) spans for Grails applications.
3347+
This instrumentation enriches existing HTTP server spans with HTTP route information, and optionally enables experimental controller spans for Grails applications.
33483348
library_link: https://grails.apache.org/
33493349
source_path: instrumentation/grails-3.0
33503350
scope:
@@ -3354,7 +3354,7 @@ libraries:
33543354
- org.grails:grails-web-url-mappings:[3.0,)
33553355
configurations:
33563356
- name: otel.instrumentation.common.experimental.controller-telemetry.enabled
3357-
description: Enables the creation of experimental controller (INTERNAL) spans.
3357+
description: Enables the creation of experimental controller spans.
33583358
type: boolean
33593359
default: false
33603360
telemetry:
@@ -3850,7 +3850,7 @@ libraries:
38503850
hibernate:
38513851
- name: hibernate-3.3
38523852
description: |
3853-
This instrumentation enables the generation of INTERNAL spans for Hibernate operations, including session methods (e.g., `save`, `update`, `delete`), transaction commits, and query executions.
3853+
This instrumentation enables the generation of spans for Hibernate operations, including session methods (e.g., `save`, `update`, `delete`), transaction commits, and query executions.
38543854
library_link: https://github.com/hibernate/hibernate-orm
38553855
source_path: instrumentation/hibernate/hibernate-3.3
38563856
scope:
@@ -3877,7 +3877,7 @@ libraries:
38773877
type: STRING
38783878
- name: hibernate-4.0
38793879
description: |
3880-
This instrumentation enables the generation of INTERNAL spans for Hibernate operations, including session methods (e.g., `save`, `update`, `delete`), transaction commits, and query executions.
3880+
This instrumentation enables the generation of spans for Hibernate operations, including session methods (e.g., `save`, `update`, `delete`), transaction commits, and query executions.
38813881
library_link: https://github.com/hibernate/hibernate-orm
38823882
source_path: instrumentation/hibernate/hibernate-4.0
38833883
scope:
@@ -3904,7 +3904,7 @@ libraries:
39043904
type: STRING
39053905
- name: hibernate-6.0
39063906
description: |
3907-
This instrumentation enables the generation of INTERNAL spans for Hibernate operations, including session methods (e.g., `save`, `update`, `delete`), transaction commits, and query executions.
3907+
This instrumentation enables the generation of spans for Hibernate operations, including session methods (e.g., `save`, `update`, `delete`), transaction commits, and query executions.
39083908
library_link: https://github.com/hibernate/hibernate-orm
39093909
source_path: instrumentation/hibernate/hibernate-6.0
39103910
minimum_java_version: 11
@@ -3931,8 +3931,8 @@ libraries:
39313931
- name: hibernate.session_id
39323932
type: STRING
39333933
- name: hibernate-procedure-call-4.3
3934-
description: This instrumentation enables the generation of INTERNAL spans for
3935-
Hibernate stored procedure calls.
3934+
description: This instrumentation enables the generation of spans for Hibernate
3935+
stored procedure calls.
39363936
library_link: https://github.com/hibernate/hibernate-orm
39373937
source_path: instrumentation/hibernate/hibernate-procedure-call-4.3
39383938
scope:
@@ -4184,8 +4184,8 @@ libraries:
41844184
type: STRING
41854185
hystrix:
41864186
- name: hystrix-1.4
4187-
description: This instrumentation enables the generation of INTERNAL spans for
4188-
Hystrix command executions and fallbacks.
4187+
description: This instrumentation enables the generation of spans for Hystrix
4188+
command executions and fallbacks.
41894189
library_link: https://github.com/Netflix/Hystrix
41904190
source_path: instrumentation/hystrix-1.4
41914191
scope:
@@ -4460,7 +4460,7 @@ libraries:
44604460
- javax.ws.rs:jsr311-api:[0.5,)
44614461
configurations:
44624462
- name: otel.instrumentation.common.experimental.controller-telemetry.enabled
4463-
description: Enables the creation of experimental controller (INTERNAL) spans.
4463+
description: Enables the creation of experimental controller spans.
44644464
type: boolean
44654465
default: false
44664466
telemetry:
@@ -4485,7 +4485,7 @@ libraries:
44854485
- javax.ws.rs:javax.ws.rs-api:[,]
44864486
configurations:
44874487
- name: otel.instrumentation.common.experimental.controller-telemetry.enabled
4488-
description: Enables the creation of experimental controller (INTERNAL) spans.
4488+
description: Enables the creation of experimental controller spans.
44894489
type: boolean
44904490
default: false
44914491
- name: otel.instrumentation.jaxrs.experimental-span-attributes
@@ -4515,7 +4515,7 @@ libraries:
45154515
- org.apache.cxf:cxf-rt-frontend-jaxrs:[3.2,4)
45164516
configurations:
45174517
- name: otel.instrumentation.common.experimental.controller-telemetry.enabled
4518-
description: Enables the creation of experimental controller (INTERNAL) spans.
4518+
description: Enables the creation of experimental controller spans.
45194519
type: boolean
45204520
default: false
45214521
- name: otel.instrumentation.jaxrs.experimental-span-attributes
@@ -4555,7 +4555,7 @@ libraries:
45554555
- org.glassfish.jersey.containers:jersey-container-servlet:[2.0,3.0.0)
45564556
configurations:
45574557
- name: otel.instrumentation.common.experimental.controller-telemetry.enabled
4558-
description: Enables the creation of experimental controller (INTERNAL) spans.
4558+
description: Enables the creation of experimental controller spans.
45594559
type: boolean
45604560
default: false
45614561
- name: otel.instrumentation.jaxrs.experimental-span-attributes
@@ -4595,7 +4595,7 @@ libraries:
45954595
- org.jboss.resteasy:resteasy-jaxrs:[3.5.0.Final,4)
45964596
configurations:
45974597
- name: otel.instrumentation.common.experimental.controller-telemetry.enabled
4598-
description: Enables the creation of experimental controller (INTERNAL) spans.
4598+
description: Enables the creation of experimental controller spans.
45994599
type: boolean
46004600
default: false
46014601
- name: otel.instrumentation.jaxrs.experimental-span-attributes
@@ -4635,7 +4635,7 @@ libraries:
46354635
- org.jboss.resteasy:resteasy-core:[4.0.0.Final,6)
46364636
configurations:
46374637
- name: otel.instrumentation.common.experimental.controller-telemetry.enabled
4638-
description: Enables the creation of experimental controller (INTERNAL) spans.
4638+
description: Enables the creation of experimental controller spans.
46394639
type: boolean
46404640
default: false
46414641
- name: otel.instrumentation.jaxrs.experimental-span-attributes
@@ -4674,7 +4674,7 @@ libraries:
46744674
- jakarta.ws.rs:jakarta.ws.rs-api:[3.0.0,)
46754675
configurations:
46764676
- name: otel.instrumentation.common.experimental.controller-telemetry.enabled
4677-
description: Enables the creation of experimental controller (INTERNAL) spans.
4677+
description: Enables the creation of experimental controller spans.
46784678
type: boolean
46794679
default: false
46804680
- name: otel.instrumentation.jaxrs.experimental-span-attributes
@@ -4704,7 +4704,7 @@ libraries:
47044704
- org.glassfish.jersey.core:jersey-server:[3.0.0,)
47054705
configurations:
47064706
- name: otel.instrumentation.common.experimental.controller-telemetry.enabled
4707-
description: Enables the creation of experimental controller (INTERNAL) spans.
4707+
description: Enables the creation of experimental controller spans.
47084708
type: boolean
47094709
default: false
47104710
- name: otel.instrumentation.jaxrs.experimental-span-attributes
@@ -4744,7 +4744,7 @@ libraries:
47444744
- org.jboss.resteasy:resteasy-core:[6.0.0.Final,)
47454745
configurations:
47464746
- name: otel.instrumentation.common.experimental.controller-telemetry.enabled
4747-
description: Enables the creation of experimental controller (INTERNAL) spans.
4747+
description: Enables the creation of experimental controller spans.
47484748
type: boolean
47494749
default: false
47504750
- name: otel.instrumentation.jaxrs.experimental-span-attributes
@@ -6910,8 +6910,8 @@ libraries:
69106910
- com.sparkjava:spark-core:[2.3,)
69116911
spring:
69126912
- name: spring-batch-3.0
6913-
description: This instrumentation enables INTERNAL spans for jobs run by the Spring
6914-
Batch framework.
6913+
description: This instrumentation enables spans for jobs run by the Spring Batch
6914+
framework.
69156915
library_link: https://spring.io/projects/spring-batch
69166916
disabled_by_default: true
69176917
source_path: instrumentation/spring/spring-batch-3.0
@@ -7439,7 +7439,7 @@ libraries:
74397439
- org.springframework:spring-web:[6.0.0,)
74407440
- name: spring-webflux-5.0
74417441
description: |
7442-
This instrumentation enables HTTP client spans and metrics for Spring WebFlux 5.0. It also optionally enables experimental controller (INTERNAL) spans.
7442+
This instrumentation enables HTTP client spans and metrics for Spring WebFlux 5.0. It also optionally enables experimental controller spans.
74437443
library_link: https://docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/web/reactive/package-summary.html
74447444
source_path: instrumentation/spring/spring-webflux/spring-webflux-5.0
74457445
scope:
@@ -7451,7 +7451,7 @@ libraries:
74517451
- io.projectreactor.netty:reactor-netty:[0.8.0.RELEASE,)
74527452
configurations:
74537453
- name: otel.instrumentation.common.experimental.controller-telemetry.enabled
7454-
description: Enables the creation of experimental controller (INTERNAL) spans.
7454+
description: Enables the creation of experimental controller spans.
74557455
type: boolean
74567456
default: false
74577457
telemetry:
@@ -7575,7 +7575,7 @@ libraries:
75757575
type: STRING
75767576
- name: spring-webmvc-3.1
75777577
description: |
7578-
This instrumentation enables optional Controller and View (INTERNAL) spans for Spring WebMVC 3.1+.
7578+
This instrumentation enables optional Controller and View spans for Spring WebMVC 3.1+.
75797579
library_link: https://docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/web/servlet/mvc/package-summary.html
75807580
source_path: instrumentation/spring/spring-webmvc/spring-webmvc-3.1
75817581
scope:
@@ -7590,11 +7590,11 @@ libraries:
75907590
type: boolean
75917591
default: false
75927592
- name: otel.instrumentation.common.experimental.controller-telemetry.enabled
7593-
description: Enables the creation of experimental controller (INTERNAL) spans.
7593+
description: Enables the creation of experimental controller spans.
75947594
type: boolean
75957595
default: false
75967596
- name: otel.instrumentation.common.experimental.view-telemetry.enabled
7597-
description: Enables the creation of experimental view (INTERNAL) spans.
7597+
description: Enables the creation of experimental view spans.
75987598
type: boolean
75997599
default: false
76007600
telemetry:
@@ -7676,7 +7676,7 @@ libraries:
76767676
type: STRING
76777677
- name: spring-webmvc-6.0
76787678
description: |
7679-
This instrumentation enables optional Controller and View (INTERNAL) spans for Spring WebMVC 6.0+.
7679+
This instrumentation enables optional Controller and View spans for Spring WebMVC 6.0+.
76807680
library_link: https://docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/web/servlet/mvc/package-summary.html
76817681
source_path: instrumentation/spring/spring-webmvc/spring-webmvc-6.0
76827682
minimum_java_version: 17
@@ -7692,11 +7692,11 @@ libraries:
76927692
type: boolean
76937693
default: false
76947694
- name: otel.instrumentation.common.experimental.controller-telemetry.enabled
7695-
description: Enables the creation of experimental controller (INTERNAL) spans.
7695+
description: Enables the creation of experimental controller spans.
76967696
type: boolean
76977697
default: false
76987698
- name: otel.instrumentation.common.experimental.view-telemetry.enabled
7699-
description: Enables the creation of experimental view (INTERNAL) spans.
7699+
description: Enables the creation of experimental view spans.
77007700
type: boolean
77017701
default: false
77027702
telemetry:

instrumentation/dropwizard/dropwizard-views-0.7/metadata.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ description: This instrumentation enables the creation of spans for Dropwizard v
22
library_link: https://www.dropwizard.io/en/latest/manual/views.html
33
configurations:
44
- name: otel.instrumentation.common.experimental.view-telemetry.enabled
5-
description: Enables the creation of experimental view (INTERNAL) spans.
5+
description: Enables the creation of experimental view spans.
66
type: boolean
77
default: false
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
description: >
22
This instrumentation enriches existing HTTP server spans with HTTP route information, and
3-
optionally enables experimental controller (INTERNAL) spans for Grails applications.
3+
optionally enables experimental controller spans for Grails applications.
44
library_link: https://grails.apache.org/
55
configurations:
66
- name: otel.instrumentation.common.experimental.controller-telemetry.enabled
7-
description: Enables the creation of experimental controller (INTERNAL) spans.
7+
description: Enables the creation of experimental controller spans.
88
type: boolean
99
default: false

instrumentation/hibernate/hibernate-3.3/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 enables the generation of INTERNAL spans for Hibernate operations, including
2+
This instrumentation enables the generation of spans for Hibernate operations, including
33
session methods (e.g., `save`, `update`, `delete`), transaction commits, and query executions.
44
library_link: https://github.com/hibernate/hibernate-orm
55
configurations:

instrumentation/hibernate/hibernate-4.0/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 enables the generation of INTERNAL spans for Hibernate operations, including
2+
This instrumentation enables the generation of spans for Hibernate operations, including
33
session methods (e.g., `save`, `update`, `delete`), transaction commits, and query executions.
44
library_link: https://github.com/hibernate/hibernate-orm
55
configurations:

instrumentation/hibernate/hibernate-6.0/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 enables the generation of INTERNAL spans for Hibernate operations, including
2+
This instrumentation enables the generation of spans for Hibernate operations, including
33
session methods (e.g., `save`, `update`, `delete`), transaction commits, and query executions.
44
library_link: https://github.com/hibernate/hibernate-orm
55
configurations:

instrumentation/hibernate/hibernate-procedure-call-4.3/metadata.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
description: This instrumentation enables the generation of INTERNAL spans for Hibernate stored procedure calls.
1+
description: This instrumentation enables the generation of spans for Hibernate stored procedure calls.
22
library_link: https://github.com/hibernate/hibernate-orm
33
configurations:
44
- name: otel.instrumentation.hibernate.experimental-span-attributes

instrumentation/hystrix-1.4/metadata.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
description: This instrumentation enables the generation of INTERNAL spans for Hystrix command executions and fallbacks.
1+
description: This instrumentation enables the generation of spans for Hystrix command executions and fallbacks.
22
library_link: https://github.com/Netflix/Hystrix
33
configurations:
44
- name: otel.instrumentation.hystrix.experimental-span-attributes

instrumentation/jaxrs/jaxrs-1.0/metadata.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ description: >
55
library_link: https://javaee.github.io/javaee-spec/javadocs/javax/ws/rs/package-summary.html
66
configurations:
77
- name: otel.instrumentation.common.experimental.controller-telemetry.enabled
8-
description: Enables the creation of experimental controller (INTERNAL) spans.
8+
description: Enables the creation of experimental controller spans.
99
type: boolean
1010
default: false

instrumentation/jaxrs/jaxrs-2.0/jaxrs-2.0-annotations/metadata.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: >
55
library_link: https://javaee.github.io/javaee-spec/javadocs/javax/ws/rs/package-summary.html
66
configurations:
77
- name: otel.instrumentation.common.experimental.controller-telemetry.enabled
8-
description: Enables the creation of experimental controller (INTERNAL) spans.
8+
description: Enables the creation of experimental controller spans.
99
type: boolean
1010
default: false
1111
- name: otel.instrumentation.jaxrs.experimental-span-attributes

0 commit comments

Comments
 (0)