-
Notifications
You must be signed in to change notification settings - Fork 325
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
Shared JSON spec for span types/subtypes #1812
Merged
SylvainJuge
merged 31 commits into
elastic:master
from
SylvainJuge:span-type-subtype-spec
Jun 2, 2021
Merged
Changes from 29 commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
0cad766
first draft for JSON spec
SylvainJuge 0a57169
fix servlet test
SylvainJuge 78e6cac
make opentracing tests pass
SylvainJuge 3f48a47
fix tests for OpenTracing
SylvainJuge 692a412
fix external plugin tests
SylvainJuge f273c19
Merge branch 'master' into span-type-subtype-spec
SylvainJuge 06228b0
Merge branch 'master' into span-type-subtype-spec
SylvainJuge 71b19cb
update grpc version
SylvainJuge 33e6ed3
allow to opt-out check + modify tests
SylvainJuge de77665
Merge branch 'span-type-subtype-spec' of github.com:SylvainJuge/apm-a…
SylvainJuge c459151
fix span tests
SylvainJuge 3b84f9c
normalize span type/subtype/action + fix tests
SylvainJuge 749dd20
add aws/azure services to shared spec
SylvainJuge 9facbab
fix storage sub-types & remove hibernate
SylvainJuge 0ef9b33
make rabbitmq tests fit spec
SylvainJuge 94ecb24
disable span type check for hibernate-search 6.x
SylvainJuge ae62520
make opentracing bridge fit spec
SylvainJuge bc1a863
make opentracing fit the spec
SylvainJuge 6d1b48f
fix integration test for process spans
SylvainJuge 74e5bce
make subtypes less optional
SylvainJuge 1daef8b
enforce null subtype when no subtype attribute in spec
SylvainJuge 9802357
add description to json spec
SylvainJuge 12f69cb
Merge branch 'master' into span-type-subtype-spec
SylvainJuge e3b8ba1
split subtype matching & null subtype
SylvainJuge d412933
Merge branch 'span-type-subtype-spec' of github.com:SylvainJuge/apm-a…
SylvainJuge f766835
another attempt to properly check
SylvainJuge 5126d37
fit OpenTracing bridge tests
SylvainJuge c318803
comment -> __description
SylvainJuge 4d3668c
code cleanup
SylvainJuge 899215d
Update apm-agent-core/src/test/resources/json-specs/span_types.json
SylvainJuge 7c27ff3
Merge branch 'master' into span-type-subtype-spec
SylvainJuge File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
❤️