@@ -9128,13 +9128,47 @@ libraries:
91289128 type : STRING
91299129 okhttp :
91309130 - name : okhttp-2.2
9131+ display_name : OkHttp
9132+ description : This instrumentation enables HTTP client spans and HTTP client metrics
9133+ for OkHttp.
9134+ semantic_conventions :
9135+ - HTTP_CLIENT_SPANS
9136+ - HTTP_CLIENT_METRICS
91319137 source_path : instrumentation/okhttp/okhttp-2.2
91329138 scope :
91339139 name : io.opentelemetry.okhttp-2.2
91349140 schema_url : https://opentelemetry.io/schemas/1.37.0
91359141 target_versions :
91369142 javaagent :
91379143 - com.squareup.okhttp:okhttp:[2.2,3)
9144+ configurations :
9145+ - name : otel.instrumentation.http.known-methods
9146+ description : |
9147+ Configures the instrumentation to recognize an alternative set of HTTP request methods. All other methods will be treated as `_OTHER`.
9148+ type : list
9149+ default : CONNECT,DELETE,GET,HEAD,OPTIONS,PATCH,POST,PUT,TRACE
9150+ - name : otel.instrumentation.http.client.capture-request-headers
9151+ description : List of HTTP request headers to capture in HTTP client telemetry.
9152+ type : list
9153+ default : ' '
9154+ - name : otel.instrumentation.http.client.capture-response-headers
9155+ description : List of HTTP response headers to capture in HTTP client telemetry.
9156+ type : list
9157+ default : ' '
9158+ - name : otel.instrumentation.common.peer-service-mapping
9159+ description : Used to specify a mapping from host names or IP addresses to peer
9160+ services.
9161+ type : map
9162+ default : ' '
9163+ - name : otel.instrumentation.http.client.emit-experimental-telemetry
9164+ description : |
9165+ 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.
9166+ type : boolean
9167+ default : false
9168+ - name : otel.instrumentation.http.client.experimental.redact-query-parameters
9169+ description : Redact sensitive URL parameters. See https://opentelemetry.io/docs/specs/semconv/http/http-spans.
9170+ type : boolean
9171+ default : true
91389172 telemetry :
91399173 - when : default
91409174 metrics :
@@ -9175,6 +9209,13 @@ libraries:
91759209 - name : url.full
91769210 type : STRING
91779211 - name : okhttp-3.0
9212+ display_name : OkHttp
9213+ description : This instrumentation enables HTTP client spans and HTTP client metrics
9214+ for OkHttp.
9215+ semantic_conventions :
9216+ - HTTP_CLIENT_SPANS
9217+ - HTTP_CLIENT_METRICS
9218+ library_link : https://square.github.io/okhttp/
91789219 source_path : instrumentation/okhttp/okhttp-3.0
91799220 scope :
91809221 name : io.opentelemetry.okhttp-3.0
@@ -9184,6 +9225,34 @@ libraries:
91849225 - com.squareup.okhttp3:okhttp:[3.0,)
91859226 library :
91869227 - com.squareup.okhttp3:okhttp:3.0.0
9228+ configurations :
9229+ - name : otel.instrumentation.http.known-methods
9230+ description : |
9231+ Configures the instrumentation to recognize an alternative set of HTTP request methods. All other methods will be treated as `_OTHER`.
9232+ type : list
9233+ default : CONNECT,DELETE,GET,HEAD,OPTIONS,PATCH,POST,PUT,TRACE
9234+ - name : otel.instrumentation.http.client.capture-request-headers
9235+ description : List of HTTP request headers to capture in HTTP client telemetry.
9236+ type : list
9237+ default : ' '
9238+ - name : otel.instrumentation.http.client.capture-response-headers
9239+ description : List of HTTP response headers to capture in HTTP client telemetry.
9240+ type : list
9241+ default : ' '
9242+ - name : otel.instrumentation.common.peer-service-mapping
9243+ description : Used to specify a mapping from host names or IP addresses to peer
9244+ services.
9245+ type : map
9246+ default : ' '
9247+ - name : otel.instrumentation.http.client.emit-experimental-telemetry
9248+ description : |
9249+ 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.
9250+ type : boolean
9251+ default : false
9252+ - name : otel.instrumentation.http.client.experimental.redact-query-parameters
9253+ description : Redact sensitive URL parameters. See https://opentelemetry.io/docs/specs/semconv/http/http-spans.
9254+ type : boolean
9255+ default : true
91879256 telemetry :
91889257 - when : default
91899258 metrics :
@@ -9231,8 +9300,12 @@ libraries:
92319300 type : STRING
92329301 openai :
92339302 - name : openai-java-1.1
9303+ display_name : OpenAI Java SDK
92349304 description : This instrumentation enables Gen AI client spans and metrics for
9235- OpenAI Java SDK 1.1+.
9305+ the OpenAI Java SDK.
9306+ semantic_conventions :
9307+ - GENAI_CLIENT_SPANS
9308+ - GENAI_CLIENT_METRICS
92369309 library_link : https://github.com/openai/openai-java
92379310 source_path : instrumentation/openai/openai-java-1.1
92389311 scope :
@@ -9464,8 +9537,11 @@ libraries:
94649537 type : STRING
94659538 oracle :
94669539 - name : oracle-ucp-11.2
9467- description : The Oracle Universal Connection Pool (UCP) instrumentation generates
9468- connection pool metrics.
9540+ display_name : Oracle UCP
9541+ description : |
9542+ The Oracle Universal Connection Pool (UCP) instrumentation enables database connection pool metrics for Oracle UCP data sources.
9543+ semantic_conventions :
9544+ - DATABASE_POOL_METRICS
94699545 library_link : https://docs.oracle.com/database/121/JJUCP/
94709546 source_path : instrumentation/oracle-ucp-11.2
94719547 scope :
@@ -9532,9 +9608,11 @@ libraries:
95329608 type : STRING
95339609 oshi :
95349610 - name : oshi
9535- description : When the OSHI library is detected on the classpath, this instrumentation
9536- will use the system class loader to load classes from the oshi-core jar that
9537- are then used to generate system metrics.
9611+ display_name : OSHI
9612+ description : |
9613+ When the OSHI library is detected on the classpath, this instrumentation enables system metrics for memory, disk, and network operations.
9614+ semantic_conventions :
9615+ - SYSTEM_METRICS
95389616 library_link : https://github.com/oshi/oshi/
95399617 source_path : instrumentation/oshi
95409618 scope :
@@ -9546,7 +9624,8 @@ libraries:
95469624 - com.github.oshi:oshi-core:5.3.1
95479625 configurations :
95489626 - name : otel.instrumentation.oshi.experimental-metrics.enabled
9549- description : Enable the OSHI process runtime metrics.
9627+ description : Enable the experimental `runtime.java.memory` and `runtime.java.cpu_time`
9628+ metrics.
95509629 type : boolean
95519630 default : false
95529631 telemetry :
0 commit comments