Skip to content

Commit 0cafff8

Browse files
chore: update instrumentation list [automated] (open-telemetry#18589)
Co-authored-by: otelbot <197425009+otelbot@users.noreply.github.com>
1 parent d044c47 commit 0cafff8

1 file changed

Lines changed: 35 additions & 8 deletions

File tree

docs/instrumentation-list.yaml

Lines changed: 35 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2105,15 +2105,14 @@ libraries:
21052105
- name: aws-lambda-events-2.2
21062106
display_name: AWS Lambda Events
21072107
description: |
2108-
This version of the library instrumentation is deprecated, please use `aws-lambda-events-3.11` instead. This instrumentation enables FaaS spans and messaging spans for AWS Lambda functions handling event types.
2108+
This instrumentation enables FaaS spans and messaging spans for AWS Lambda functions handling event types.
21092109
semantic_conventions:
21102110
- FAAS_SERVER_SPANS
21112111
- MESSAGING_SPANS
21122112
library_link: https://docs.aws.amazon.com/lambda/latest/dg/java-handler.html
21132113
source_path: instrumentation/aws-lambda/aws-lambda-events-2.2
21142114
scope:
21152115
name: io.opentelemetry.aws-lambda-events-2.2
2116-
has_standalone_library: true
21172116
has_javaagent: true
21182117
javaagent_target_versions:
21192118
- com.amazonaws:aws-lambda-java-core:[1.0.0,)
@@ -6419,7 +6418,7 @@ libraries:
64196418
type: boolean
64206419
default: false
64216420
telemetry:
6422-
- when: default
6421+
- when: otel.instrumentation.common.experimental.controller-telemetry.enabled=true
64236422
spans:
64246423
- span_kind: INTERNAL
64256424
attributes:
@@ -6749,15 +6748,15 @@ libraries:
67496748
type: boolean
67506749
default: false
67516750
telemetry:
6752-
- when: default
6751+
- when: otel.instrumentation.common.experimental.controller-telemetry.enabled=true
67536752
spans:
67546753
- span_kind: INTERNAL
67556754
attributes:
67566755
- name: code.function
67576756
type: STRING
67586757
- name: code.namespace
67596758
type: STRING
6760-
- when: otel.instrumentation.jaxrs.experimental-span-attributes=true
6759+
- when: otel.instrumentation.common.experimental.controller-telemetry.enabled=true,otel.instrumentation.jaxrs.experimental-span-attributes=true
67616760
spans:
67626761
- span_kind: INTERNAL
67636762
attributes:
@@ -7928,7 +7927,7 @@ libraries:
79287927
type: list
79297928
default: ''
79307929
telemetry:
7931-
- when: default
7930+
- when: otel.instrumentation.messaging.experimental.receive-telemetry.enabled=true
79327931
spans:
79337932
- span_kind: CONSUMER
79347933
attributes:
@@ -7985,6 +7984,7 @@ libraries:
79857984
type: list
79867985
default: ''
79877986
- name: otel.instrumentation.common.peer-service-mapping
7987+
declarative_name: java.common.peer_service_mapping
79887988
description: Used to specify a mapping from host names or IP addresses to peer
79897989
services.
79907990
type: map
@@ -8641,6 +8641,7 @@ libraries:
86418641
type: list
86428642
default: ''
86438643
- name: otel.instrumentation.common.peer-service-mapping
8644+
declarative_name: java.common.peer_service_mapping
86448645
description: Used to specify a mapping from host names or IP addresses to peer
86458646
services.
86468647
type: map
@@ -12129,7 +12130,7 @@ libraries:
1212912130
type: boolean
1213012131
default: false
1213112132
telemetry:
12132-
- when: default
12133+
- when: otel.instrumentation.messaging.experimental.receive-telemetry.enabled=true
1213312134
metrics:
1213412135
- name: messaging.publish.duration
1213512136
description: Measures the duration of publish operation.
@@ -12683,6 +12684,7 @@ libraries:
1268312684
type: list
1268412685
default: ''
1268512686
- name: otel.instrumentation.common.peer-service-mapping
12687+
declarative_name: java.common.peer_service_mapping
1268612688
description: Used to specify a mapping from host names or IP addresses to peer
1268712689
services.
1268812690
type: map
@@ -12971,6 +12973,7 @@ libraries:
1297112973
type: list
1297212974
default: ''
1297312975
- name: otel.instrumentation.common.peer-service-mapping
12976+
declarative_name: java.common.peer_service_mapping
1297412977
description: Used to specify a mapping from host names or IP addresses to peer
1297512978
services.
1297612979
type: map
@@ -14827,14 +14830,17 @@ libraries:
1482714830
- org.springframework.security:spring-security-config:[6.0.0,]
1482814831
configurations:
1482914832
- name: otel.instrumentation.common.enduser.id.enabled
14833+
declarative_name: java.common.enduser.id.enabled
1483014834
description: Enables capturing the enduser.id attribute.
1483114835
type: boolean
1483214836
default: false
1483314837
- name: otel.instrumentation.common.enduser.role.enabled
14838+
declarative_name: java.common.enduser.role.enabled
1483414839
description: Enables capturing the enduser.role attribute.
1483514840
type: boolean
1483614841
default: false
1483714842
- name: otel.instrumentation.common.enduser.scope.enabled
14843+
declarative_name: java.common.enduser.scope.enabled
1483814844
description: Enables capturing the enduser.scope attribute.
1483914845
type: boolean
1484014846
default: false
@@ -15905,7 +15911,7 @@ libraries:
1590515911
- name: otel.instrumentation.twilio.experimental-span-attributes
1590615912
declarative_name: java.twilio.experimental_span_attributes/development
1590715913
description: |
15908-
Enables experimental span attributes `twilio.type`, `twilio.account`, `twilio.sid`, and `twilio.status`.
15914+
Enables experimental span attributes `twilio.type`, `twilio.account`, `twilio.sid`, `twilio.parentSid`, and `twilio.status`.
1590915915
type: boolean
1591015916
default: false
1591115917
telemetry:
@@ -17042,6 +17048,27 @@ custom:
1704217048
name: io.opentelemetry.jmx-metrics
1704317049
has_standalone_library: true
1704417050
has_javaagent: true
17051+
configurations:
17052+
- name: otel.jmx.enabled
17053+
declarative_name: java.jmx.enabled
17054+
description: Enables collection of JMX metrics.
17055+
type: boolean
17056+
default: true
17057+
- name: otel.jmx.config
17058+
declarative_name: java.jmx.config
17059+
description: List of paths to JMX metric definition YAML files.
17060+
type: list
17061+
default: ''
17062+
- name: otel.jmx.discovery.delay
17063+
declarative_name: java.jmx.discovery.delay
17064+
description: Time in milliseconds between JMX MBean detection attempts.
17065+
type: int
17066+
default: 60000
17067+
- name: otel.jmx.target.system
17068+
declarative_name: java.jmx.target.system
17069+
description: List of predefined JMX target systems to collect metrics for.
17070+
type: list
17071+
default: ''
1704517072
- name: methods
1704617073
display_name: Methods
1704717074
description: |

0 commit comments

Comments
 (0)