Skip to content

Commit

Permalink
add few extra descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
SylvainJuge committed Aug 24, 2021
1 parent e076839 commit c6c38f5
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions tests/agents/json-specs/span_types.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"<type>.subtypes.<subtype>.__used_by": "list of agents that use <subtype> to help document alignment (optional)"
},
"app": {
"__description": "Spans within application (usually not calling an external system)",
"allow_null_subtype": true,
"subtypes": {
"inferred": {
Expand Down Expand Up @@ -191,20 +192,26 @@
}
},
"external": {
"__description": "Request to external service, usually in request/response pattern",
"subtypes": {
"dubbo": {
"__description": "Apache Dubbo"
"__description": "Apache Dubbo",
"__used_by": [
"java"
]
},
"grpc": {
"__description": "gRPC",
"__used_by": [
"ruby"
"ruby",
"java"
]
},
"http": {
"__description": "HTTP client",
"__used_by": [
"ruby"
"ruby",
"java"
]
}
}
Expand Down

0 comments on commit c6c38f5

Please sign in to comment.