File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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" : {
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 }
You can’t perform that action at this time.
0 commit comments