Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: synchronizing json spec #1426

Merged
merged 1 commit into from
Dec 2, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 15 additions & 10 deletions tests/upstream/json-specs/span_types.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,36 +20,40 @@
"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 @@ -142,7 +146,8 @@
"mssql": {
"__description": "Microsoft SQL Server",
"__used_by": [
"nodejs"
"nodejs",
"java"
]
},
"mysql": {
Expand Down Expand Up @@ -178,13 +183,13 @@
]
},
"sqlite3": {
"__description": "SQLite 3",
"__description": "Deprecated: use db/sqlite",
"__used_by": [
"ruby"
]
},
"sqlserver": {
"__description": "Microsoft SQL Server",
"__description": "Deprecated: use db/mssql",
"__used_by": [
"java"
]
Expand Down Expand Up @@ -224,7 +229,7 @@
}
},
"json": {
"__description": "JSON parsing and generation",
"__description": "Deprecated: use app.internal instead",
"subtypes": {
"parse": {
"__description": "JSON parsing"
Expand Down