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 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.
description: Redact sensitive URL parameters. See https://opentelemetry.io/docs/specs/semconv/http/http-spans.
2962
+
type: boolean
2963
+
default: true
2890
2964
telemetry:
2891
2965
- when: default
2892
2966
metrics:
@@ -2920,12 +2994,24 @@ libraries:
2920
2994
type: STRING
2921
2995
grails:
2922
2996
- name: grails-3.0
2997
+
description: |
2998
+
This instrumentation enriches existing SERVER spans with route information, and optionally enables experimental controller (INTERNAL) spans for Grails applications.
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.
3067
+
type: boolean
3068
+
default: false
3069
+
telemetry:
3070
+
- when: default
3071
+
metrics:
3072
+
- name: http.server.request.duration
3073
+
description: Duration of HTTP server requests.
3074
+
type: HISTOGRAM
3075
+
unit: s
3076
+
attributes:
3077
+
- name: http.request.method
3078
+
type: STRING
3079
+
- name: http.response.status_code
3080
+
type: LONG
3081
+
- name: network.protocol.version
3082
+
type: STRING
3083
+
- name: url.scheme
3084
+
type: STRING
3085
+
spans:
3086
+
- span_kind: SERVER
3087
+
attributes:
3088
+
- name: client.address
3089
+
type: STRING
3090
+
- name: error.type
3091
+
type: STRING
3092
+
- name: http.request.method
3093
+
type: STRING
3094
+
- name: http.request.method_original
3095
+
type: STRING
3096
+
- name: http.response.status_code
3097
+
type: LONG
3098
+
- name: network.peer.address
3099
+
type: STRING
3100
+
- name: network.peer.port
3101
+
type: LONG
3102
+
- name: network.protocol.version
3103
+
type: STRING
3104
+
- name: server.address
3105
+
type: STRING
3106
+
- name: server.port
3107
+
type: LONG
3108
+
- name: url.path
3109
+
type: STRING
3110
+
- name: url.query
3111
+
type: STRING
3112
+
- name: url.scheme
3113
+
type: STRING
3114
+
- name: user_agent.original
3115
+
type: STRING
2957
3116
grpc:
2958
3117
- name: grpc-1.6
2959
3118
source_path: instrumentation/grpc-1.6
@@ -2976,13 +3135,25 @@ libraries:
2976
3135
- com.google.guava:guava:10.0
2977
3136
gwt:
2978
3137
- name: gwt-2.0
3138
+
description: This instrumentation enables SERVER spans for GWT RPC requests.
Copy file name to clipboardExpand all lines: instrumentation/geode-1.4/javaagent/src/test/java/io/opentelemetry/javaagent/instrumentation/geode/PutGetTest.java
0 commit comments