You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
@@ -4170,8 +4166,14 @@ libraries:
4170
4166
type: STRING
4171
4167
grpc:
4172
4168
- name: grpc-1.6
4173
-
description: This instrumentation enables RPC client spans and metrics, and RPC
4174
-
server spans and metrics for gRPC version 1.6 and above.
4169
+
display_name: gRPC
4170
+
description: This instrumentation enables RPC client and RPC server spans and
4171
+
metrics for gRPC.
4172
+
semantic_conventions:
4173
+
- RPC_CLIENT_SPANS
4174
+
- RPC_CLIENT_METRICS
4175
+
- RPC_SERVER_SPANS
4176
+
- RPC_SERVER_METRICS
4175
4177
library_link: https://github.com/grpc/grpc-java
4176
4178
source_path: instrumentation/grpc-1.6
4177
4179
scope:
@@ -4513,7 +4515,10 @@ libraries:
4513
4515
- com.google.guava:guava:10.0
4514
4516
gwt:
4515
4517
- name: gwt-2.0
4518
+
display_name: GWT
4516
4519
description: This instrumentation enables RPC server spans for GWT RPC requests.
This instrumentation provides database client metrics for HikariCP 3.0+ connection pools. It reports metrics like connection timeouts, creation time, wait time, and usage time, along with connection pool statistics such as the number of active, idle, and pending connections.
4752
+
This instrumentation generates database client metrics for HikariCP connection pools. It reports metrics like connection timeouts, creation time, wait time, and usage time, along with connection pool statistics such as the number of active, idle, and pending connections.
0 commit comments