Skip to content

Commit d9ceeff

Browse files
chore: update instrumentation list [automated] (#18331)
Co-authored-by: otelbot <197425009+otelbot@users.noreply.github.com>
1 parent 5addaa8 commit d9ceeff

1 file changed

Lines changed: 20 additions & 3 deletions

File tree

docs/instrumentation-list.yaml

Lines changed: 20 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1798,15 +1798,18 @@ libraries:
17981798
- com.ning:async-http-client:[1.9.0,)
17991799
configurations:
18001800
- name: otel.instrumentation.http.known-methods
1801+
declarative_name: java.common.http.known_methods
18011802
description: |
18021803
Configures the instrumentation to recognize an alternative set of HTTP request methods. All other methods will be treated as `_OTHER`.
18031804
type: list
18041805
default: CONNECT,DELETE,GET,HEAD,OPTIONS,PATCH,POST,PUT,TRACE
18051806
- name: otel.instrumentation.http.client.capture-request-headers
1807+
declarative_name: general.http.client.request_captured_headers
18061808
description: List of HTTP request headers to capture in HTTP client telemetry.
18071809
type: list
18081810
default: ''
18091811
- name: otel.instrumentation.http.client.capture-response-headers
1812+
declarative_name: general.http.client.response_captured_headers
18101813
description: List of HTTP response headers to capture in HTTP client telemetry.
18111814
type: list
18121815
default: ''
@@ -1816,11 +1819,13 @@ libraries:
18161819
type: map
18171820
default: ''
18181821
- name: otel.instrumentation.http.client.emit-experimental-telemetry
1822+
declarative_name: java.common.http.client.emit_experimental_telemetry/development
18191823
description: |
18201824
Enable the capture of experimental HTTP client telemetry. Adds the `http.request.body.size` and `http.response.body.size` attributes to spans, and records `http.client.request.size` and `http.client.response.size` metrics.
18211825
type: boolean
18221826
default: false
18231827
- name: otel.instrumentation.sanitization.url.experimental.sensitive-query-parameters
1828+
declarative_name: general.sanitization.url.sensitive_query_parameters/development
18241829
description: List of URL query parameter names whose values are redacted in URL
18251830
attributes. See https://opentelemetry.io/docs/specs/semconv/http/http-spans.
18261831
type: list
@@ -1913,15 +1918,18 @@ libraries:
19131918
- org.asynchttpclient:async-http-client:[2.0.0,)
19141919
configurations:
19151920
- name: otel.instrumentation.http.known-methods
1921+
declarative_name: java.common.http.known_methods
19161922
description: |
19171923
Configures the instrumentation to recognize an alternative set of HTTP request methods. All other methods will be treated as `_OTHER`.
19181924
type: list
19191925
default: CONNECT,DELETE,GET,HEAD,OPTIONS,PATCH,POST,PUT,TRACE
19201926
- name: otel.instrumentation.http.client.capture-request-headers
1927+
declarative_name: general.http.client.request_captured_headers
19211928
description: List of HTTP request headers to capture in HTTP client telemetry.
19221929
type: list
19231930
default: ''
19241931
- name: otel.instrumentation.http.client.capture-response-headers
1932+
declarative_name: general.http.client.response_captured_headers
19251933
description: List of HTTP response headers to capture in HTTP client telemetry.
19261934
type: list
19271935
default: ''
@@ -1931,11 +1939,13 @@ libraries:
19311939
type: map
19321940
default: ''
19331941
- name: otel.instrumentation.http.client.emit-experimental-telemetry
1942+
declarative_name: java.common.http.client.emit_experimental_telemetry/development
19341943
description: |
19351944
Enable the capture of experimental HTTP client telemetry. Adds the `http.request.body.size` and `http.response.body.size` attributes to spans, and records `http.client.request.size` and `http.client.response.size` metrics.
19361945
type: boolean
19371946
default: false
19381947
- name: otel.instrumentation.sanitization.url.experimental.sensitive-query-parameters
1948+
declarative_name: general.sanitization.url.sensitive_query_parameters/development
19391949
description: List of URL query parameter names whose values are redacted in URL
19401950
attributes. See https://opentelemetry.io/docs/specs/semconv/http/http-spans.
19411951
type: list
@@ -2058,6 +2068,7 @@ libraries:
20582068
- com.amazonaws:aws-lambda-java-core:[1.0.0,)
20592069
configurations:
20602070
- name: otel.instrumentation.aws-lambda.flush-timeout
2071+
declarative_name: java.aws_lambda.flush_timeout
20612072
description: Flush timeout in milliseconds.
20622073
type: int
20632074
default: 10000
@@ -2085,10 +2096,12 @@ libraries:
20852096
- com.amazonaws:aws-lambda-java-core:[1.0.0,)
20862097
configurations:
20872098
- name: otel.instrumentation.aws-lambda.flush-timeout
2099+
declarative_name: java.aws_lambda.flush_timeout
20882100
description: Flush timeout in milliseconds.
20892101
type: int
20902102
default: 10000
20912103
- name: otel.instrumentation.http.known-methods
2104+
declarative_name: java.common.http.known_methods
20922105
description: |
20932106
Configures the instrumentation to recognize an alternative set of HTTP request methods. All other methods will be treated as `_OTHER`.
20942107
type: list
@@ -2130,6 +2143,7 @@ libraries:
21302143
has_standalone_library: true
21312144
configurations:
21322145
- name: otel.instrumentation.aws-lambda.flush-timeout
2146+
declarative_name: java.aws_lambda.flush_timeout
21332147
description: Flush timeout in milliseconds.
21342148
type: int
21352149
default: 10000
@@ -3172,6 +3186,7 @@ libraries:
31723186
- com.datastax.oss:java-driver-core:[4.0,4.4)
31733187
configurations:
31743188
- name: otel.instrumentation.common.db.query-sanitization.enabled
3189+
declarative_name: java.common.db.query_sanitization.enabled
31753190
description: Enables query sanitization for database queries.
31763191
type: boolean
31773192
default: true
@@ -4320,7 +4335,7 @@ libraries:
43204335
- name: otel.instrumentation.elasticsearch.experimental-span-attributes
43214336
declarative_name: java.elasticsearch.experimental_span_attributes/development
43224337
description: |
4323-
Enable the capture of `elasticsearch.action`, `elasticsearch.id`, `elasticsearch.request`, `elasticsearch.request.indices`, `elasticsearch.request.search.types`, `elasticsearch.request.write.type`, `elasticsearch.request.write.version`, `elasticsearch.response.status`, `elasticsearch.shard.broadcast.failed`, `elasticsearch.shard.broadcast.successful`, `elasticsearch.shard.broadcast.total`, `elasticsearch.shard.replication.failed`, `elasticsearch.shard.replication.successful`, `elasticsearch.shard.replication.total`, `elasticsearch.type`, and `elasticsearch.version` experimental span attributes.
4338+
Enable the capture of `elasticsearch.action`, `elasticsearch.id`, `elasticsearch.request`, `elasticsearch.request.indices`, `elasticsearch.request.search.types`, `elasticsearch.request.write.routing`, `elasticsearch.request.write.type`, `elasticsearch.request.write.version`, `elasticsearch.response.status`, `elasticsearch.shard.broadcast.failed`, `elasticsearch.shard.broadcast.successful`, `elasticsearch.shard.broadcast.total`, `elasticsearch.shard.replication.failed`, `elasticsearch.shard.replication.successful`, `elasticsearch.shard.replication.total`, `elasticsearch.type`, and `elasticsearch.version` experimental span attributes.
43244339
type: boolean
43254340
default: false
43264341
telemetry:
@@ -4645,6 +4660,7 @@ libraries:
46454660
- org.apache.geode:geode-core:[1.4.0,)
46464661
configurations:
46474662
- name: otel.instrumentation.common.db.query-sanitization.enabled
4663+
declarative_name: java.common.db.query_sanitization.enabled
46484664
description: Enables query sanitization for database queries.
46494665
type: boolean
46504666
default: true
@@ -5622,6 +5638,7 @@ libraries:
56225638
- org.hibernate:hibernate-core:[6.0.0.Final,)
56235639
configurations:
56245640
- name: otel.instrumentation.hibernate.experimental-span-attributes
5641+
declarative_name: java.hibernate.experimental_span_attributes/development
56255642
description: Enables the experimental `hibernate.session_id` span attribute.
56265643
type: boolean
56275644
default: false
@@ -5933,6 +5950,7 @@ libraries:
59335950
- com.netflix.hystrix:hystrix-core:[1.4.0,)
59345951
configurations:
59355952
- name: otel.instrumentation.hystrix.experimental-span-attributes
5953+
declarative_name: java.hystrix.experimental_span_attributes/development
59365954
description: Enables capturing the experimental `hystrix.command`, `hystrix.circuit_open`
59375955
and `hystrix.group` span attributes.
59385956
type: boolean
@@ -6060,6 +6078,7 @@ libraries:
60606078
- org.influxdb:influxdb-java:[2.4,)
60616079
configurations:
60626080
- name: otel.instrumentation.common.db.query-sanitization.enabled
6081+
declarative_name: java.common.db.query_sanitization.enabled
60636082
description: Enables or disables query sanitization for database queries.
60646083
type: boolean
60656084
default: true
@@ -13602,8 +13621,6 @@ libraries:
1360213621
attributes:
1360313622
- name: jvm.thread.daemon
1360413623
type: BOOLEAN
13605-
- name: jvm.thread.state
13606-
type: STRING
1360713624
- when: default
1360813625
metrics:
1360913626
- name: jvm.buffer.count

0 commit comments

Comments
 (0)