Skip to content

Commit 9aa8079

Browse files
committed
updates
1 parent d15af5e commit 9aa8079

File tree

9 files changed

+285
-235
lines changed

9 files changed

+285
-235
lines changed

docs/instrumentation-list.yaml

Lines changed: 57 additions & 67 deletions
Original file line numberDiff line numberDiff line change
@@ -3361,7 +3361,11 @@ libraries:
33613361
- when: otel.instrumentation.common.experimental.controller-telemetry.enabled=true
33623362
spans:
33633363
- span_kind: INTERNAL
3364-
attributes: []
3364+
attributes:
3365+
- name: code.function
3366+
type: STRING
3367+
- name: code.namespace
3368+
type: STRING
33653369
graphql:
33663370
- name: graphql-java-12.0
33673371
description: This instrumentation enables spans for GraphQL Java operations.
@@ -3756,44 +3760,6 @@ libraries:
37563760
type: STRING
37573761
- name: rpc.system
37583762
type: STRING
3759-
helidon:
3760-
- name: helidon-4.3
3761-
description: This instrumentation enables HTTP server spans and HTTP server metrics
3762-
for the Helidon HTTP server.
3763-
library_link: https://helidon.io/
3764-
source_path: instrumentation/helidon-4.3
3765-
minimum_java_version: 21
3766-
scope:
3767-
name: io.opentelemetry.helidon-4.3
3768-
target_versions:
3769-
javaagent:
3770-
- io.helidon.webserver:helidon-webserver:[4.3.0,)
3771-
library:
3772-
- io.helidon.webserver:helidon-webserver:4.3.0
3773-
configurations:
3774-
- name: otel.instrumentation.http.known-methods
3775-
description: |
3776-
Configures the instrumentation to recognize an alternative set of HTTP request methods. All other methods will be treated as `_OTHER`.
3777-
type: list
3778-
default: CONNECT,DELETE,GET,HEAD,OPTIONS,PATCH,POST,PUT,TRACE
3779-
- name: otel.instrumentation.http.server.capture-request-headers
3780-
description: List of HTTP request headers to capture in HTTP server telemetry.
3781-
type: list
3782-
default: ''
3783-
- name: otel.instrumentation.http.server.capture-response-headers
3784-
description: List of HTTP response headers to capture in HTTP server telemetry.
3785-
type: list
3786-
default: ''
3787-
- name: otel.instrumentation.common.peer-service-mapping
3788-
description: Used to specify a mapping from host names or IP addresses to peer
3789-
services.
3790-
type: map
3791-
default: ''
3792-
- name: otel.instrumentation.http.server.emit-experimental-telemetry
3793-
description: |
3794-
Enable the capture of experimental HTTP server telemetry. Adds the `http.request.body.size` and `http.response.body.size` attributes to spans, and records `http.server.request.body.size` and `http.server.response.body.size` metrics.
3795-
type: boolean
3796-
default: false
37973763
hibernate:
37983764
- name: hibernate-3.3
37993765
description: |
@@ -4725,39 +4691,20 @@ libraries:
47254691
target_versions:
47264692
javaagent:
47274693
- javax.xml.ws:jaxws-api:[2.0,]
4728-
telemetry:
4729-
- when: otel.instrumentation.common.experimental.controller-telemetry.enabled=true
4730-
spans:
4731-
- span_kind: INTERNAL
4732-
attributes:
4733-
- name: code.function
4734-
type: STRING
4735-
- name: code.namespace
4736-
type: STRING
47374694
- name: jaxws-2.0-axis2-1.6
47384695
source_path: instrumentation/jaxws/jaxws-2.0-axis2-1.6
47394696
scope:
47404697
name: io.opentelemetry.jaxws-2.0-axis2-1.6
47414698
target_versions:
47424699
javaagent:
47434700
- org.apache.axis2:axis2-jaxws:[1.6.0,)
4744-
telemetry:
4745-
- when: otel.instrumentation.common.experimental.controller-telemetry.enabled=true
4746-
spans:
4747-
- span_kind: INTERNAL
4748-
attributes: []
47494701
- name: jaxws-cxf-3.0
47504702
source_path: instrumentation/jaxws/jaxws-cxf-3.0
47514703
scope:
47524704
name: io.opentelemetry.jaxws-cxf-3.0
47534705
target_versions:
47544706
javaagent:
47554707
- org.apache.cxf:cxf-rt-frontend-jaxws:[3.0.0,)
4756-
telemetry:
4757-
- when: otel.instrumentation.common.experimental.controller-telemetry.enabled=true
4758-
spans:
4759-
- span_kind: INTERNAL
4760-
attributes: []
47614708
- name: jaxws-jws-api-1.1
47624709
disabled_by_default: true
47634710
source_path: instrumentation/jaxws/jaxws-jws-api-1.1
@@ -4766,15 +4713,6 @@ libraries:
47664713
target_versions:
47674714
javaagent:
47684715
- javax.jws:javax.jws-api:[1.1,]
4769-
telemetry:
4770-
- when: otel.instrumentation.common.experimental.controller-telemetry.enabled=true
4771-
spans:
4772-
- span_kind: INTERNAL
4773-
attributes:
4774-
- name: code.function
4775-
type: STRING
4776-
- name: code.namespace
4777-
type: STRING
47784716
- name: jaxws-metro-2.2
47794717
source_path: instrumentation/jaxws/jaxws-metro-2.2
47804718
scope:
@@ -5367,6 +5305,8 @@ libraries:
53675305
type: STRING
53685306
- name: messaging.destination.temporary
53695307
type: BOOLEAN
5308+
- name: messaging.header.captured_header
5309+
type: STRING_ARRAY
53705310
- name: messaging.message.body.size
53715311
type: LONG
53725312
- name: messaging.operation
@@ -5381,6 +5321,8 @@ libraries:
53815321
type: STRING
53825322
- name: messaging.destination.temporary
53835323
type: BOOLEAN
5324+
- name: messaging.header.captured_header
5325+
type: STRING_ARRAY
53845326
- name: messaging.message.body.size
53855327
type: LONG
53865328
- name: messaging.operation
@@ -5879,6 +5821,12 @@ libraries:
58795821
type: LONG
58805822
opensearch:
58815823
- name: opensearch-java-3.0
5824+
description: |
5825+
This instrumentation enables database client spans and database client metrics for the OpenSearch Java client.
5826+
semantic_conventions:
5827+
- DATABASE_CLIENT_SPANS
5828+
- DATABASE_CLIENT_METRICS
5829+
library_link: https://docs.opensearch.org/latest/clients/java/
58825830
source_path: instrumentation/opensearch/opensearch-java-3.0
58835831
minimum_java_version: 11
58845832
scope:
@@ -5898,6 +5846,16 @@ libraries:
58985846
- name: db.system
58995847
type: STRING
59005848
- when: otel.semconv-stability.opt-in=database
5849+
metrics:
5850+
- name: db.client.operation.duration
5851+
description: Duration of database client operations.
5852+
type: HISTOGRAM
5853+
unit: s
5854+
attributes:
5855+
- name: db.operation.name
5856+
type: STRING
5857+
- name: db.system.name
5858+
type: STRING
59015859
spans:
59025860
- span_kind: CLIENT
59035861
attributes:
@@ -5908,6 +5866,12 @@ libraries:
59085866
- name: db.system.name
59095867
type: STRING
59105868
- name: opensearch-rest-1.0
5869+
description: |
5870+
This instrumentation enables database client spans and database client metrics for OpenSearch REST clients.
5871+
semantic_conventions:
5872+
- DATABASE_CLIENT_SPANS
5873+
- DATABASE_CLIENT_METRICS
5874+
library_link: https://docs.opensearch.org/latest/clients/
59115875
source_path: instrumentation/opensearch/opensearch-rest-1.0
59125876
minimum_java_version: 11
59135877
scope:
@@ -5927,6 +5891,16 @@ libraries:
59275891
- name: db.system
59285892
type: STRING
59295893
- when: otel.semconv-stability.opt-in=database
5894+
metrics:
5895+
- name: db.client.operation.duration
5896+
description: Duration of database client operations.
5897+
type: HISTOGRAM
5898+
unit: s
5899+
attributes:
5900+
- name: db.operation.name
5901+
type: STRING
5902+
- name: db.system.name
5903+
type: STRING
59305904
spans:
59315905
- span_kind: CLIENT
59325906
attributes:
@@ -5937,6 +5911,12 @@ libraries:
59375911
- name: db.system.name
59385912
type: STRING
59395913
- name: opensearch-rest-3.0
5914+
description: |
5915+
This instrumentation enables database client spans and database client metrics for OpenSearch REST clients.
5916+
semantic_conventions:
5917+
- DATABASE_CLIENT_SPANS
5918+
- DATABASE_CLIENT_METRICS
5919+
library_link: https://docs.opensearch.org/latest/clients/
59405920
source_path: instrumentation/opensearch/opensearch-rest-3.0
59415921
minimum_java_version: 11
59425922
scope:
@@ -5956,6 +5936,16 @@ libraries:
59565936
- name: db.system
59575937
type: STRING
59585938
- when: otel.semconv-stability.opt-in=database
5939+
metrics:
5940+
- name: db.client.operation.duration
5941+
description: Duration of database client operations.
5942+
type: HISTOGRAM
5943+
unit: s
5944+
attributes:
5945+
- name: db.operation.name
5946+
type: STRING
5947+
- name: db.system.name
5948+
type: STRING
59595949
spans:
59605950
- span_kind: CLIENT
59615951
attributes:

0 commit comments

Comments
 (0)