Skip to content

Commit

Permalink
test: synchronizing json specs (#2307)
Browse files Browse the repository at this point in the history
Co-authored-by: apmmachine <[email protected]>
  • Loading branch information
apmmachine and apmmachine authored Dec 2, 2021
1 parent ed4309e commit a376e15
Showing 1 changed file with 14 additions and 8 deletions.
22 changes: 14 additions & 8 deletions apm-agent-core/src/test/resources/json-specs/span_types.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,32 +20,37 @@
"java"
]
},
"internal": {
"__description": "Application generic internal span for controller/handler/processing delegation",
"__used_by": [
]
},
"controller": {
"__description": "Application controller actions",
"__description": "Deprecated: use app.internal instead",
"__used_by": [
"ruby"
]
},
"graphql": {
"__description": "Incoming GraphQL requests",
"__description": "Deprecated: use app.internal instead",
"__used_by": [
"ruby"
]
},
"mailer": {
"__description": "Application mailer actions",
"__description": "Deprecated: use app.internal instead",
"__used_by": [
"ruby"
]
},
"resource": {
"__description": "Application resource actions",
"__description": "Deprecated: use app.internal instead",
"__used_by": [
"ruby"
]
},
"handler": {
"__description": "Application handler",
"__description": "Deprecated: use app.internal instead",
"__used_by": [
"java"
]
Expand Down Expand Up @@ -178,14 +183,15 @@
]
},
"sqlite3": {
"__description": "SQLite 3",
"__description": "Deprecated: use db/sqlite",
"__used_by": [
"ruby"
]
},
"sqlserver": {
"__description": "Microsoft SQL Server (deprecated, use mssql instead)",
"__description": "Deprecated: use db/mssql",
"__used_by": [
"java"
]
},
"unknown": {
Expand Down Expand Up @@ -223,7 +229,7 @@
}
},
"json": {
"__description": "JSON parsing and generation",
"__description": "Deprecated: use app.internal instead",
"subtypes": {
"parse": {
"__description": "JSON parsing"
Expand Down

0 comments on commit a376e15

Please sign in to comment.