Skip to content

Commit c6c38f5

Browse files
committed
add few extra descriptions
1 parent e076839 commit c6c38f5

1 file changed

Lines changed: 10 additions & 3 deletions

File tree

tests/agents/json-specs/span_types.json

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"<type>.subtypes.<subtype>.__used_by": "list of agents that use <subtype> to help document alignment (optional)"
1212
},
1313
"app": {
14+
"__description": "Spans within application (usually not calling an external system)",
1415
"allow_null_subtype": true,
1516
"subtypes": {
1617
"inferred": {
@@ -191,20 +192,26 @@
191192
}
192193
},
193194
"external": {
195+
"__description": "Request to external service, usually in request/response pattern",
194196
"subtypes": {
195197
"dubbo": {
196-
"__description": "Apache Dubbo"
198+
"__description": "Apache Dubbo",
199+
"__used_by": [
200+
"java"
201+
]
197202
},
198203
"grpc": {
199204
"__description": "gRPC",
200205
"__used_by": [
201-
"ruby"
206+
"ruby",
207+
"java"
202208
]
203209
},
204210
"http": {
205211
"__description": "HTTP client",
206212
"__used_by": [
207-
"ruby"
213+
"ruby",
214+
"java"
208215
]
209216
}
210217
}

0 commit comments

Comments
 (0)