-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Support collector tags, similar to agent tags #1854
Merged
Merged
Changes from 25 commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
46c32f3
Update CONTRIBUTING.md #1834 (#1843)
rneha725 2f31ecd
Collector tags. https://github.com/jaegertracing/jaeger/issues/1844
radekg 5979d7e
Collector tags - tests
radekg 4532ea3
Fix flaky ES span reader test due to date differences (#1847)
pavolloffay e37ebbe
Fix ordering of indexScanKeys after TraceID parsing, closes #1808 (#1…
burmanm 2d69ce6
Propagate TraceNotFound error from grpc storage plugins #1741 (#1814)
chandresh-pancholi 6664502
Automated fuzzing (#1787)
bookmoons ecb6b26
Use correct context on ES search methods (#1850)
rubenvp8510 a7f39d4
Add Fuzzit badge (#1852)
bookmoons 4f17830
Separate community from CI badges (#1853)
yurishkuro e5d26fb
Use collector namespaced jaeger tags flag - take all-in-one into cons…
radekg 8b3caf6
Enable logs from all-in-one integration test (#1857)
yurishkuro 4d5dab4
Name the flag collector.tags, add agent --agent.tags, deprecate agent…
radekg aa39098
Fix all-in-one for jaeger.tags deprectaion expecting a logger
radekg 2df44f9
Add an all-in-one setup context. Allows testing if running in all-in-…
radekg 5c0a295
Add documentation how the current badger storage is modeled (#1859)
burmanm 0893b2e
Update gopkg.in/yaml.v2 dependency to v2.2.4 (#1865)
objectiser 1bcd99c
Add Truncate and ReadOnly options to Badger storage backend, closes #…
burmanm f182e99
Change the default value of the flag '--ingester.deadlockInterval' to…
jpkrohling 02e431f
Use node 10 when building docker images (#1871)
pavolloffay 4ba0823
Use Elasticsearch 6 in xdock (#1872)
pavolloffay a97f7b7
all-in-one setup context remove testing, add collector tags to span p…
radekg 944bebe
format
radekg 263df5d
Add rudimentary test for code coverage
radekg 54c3a45
make fmt neeeds to be run after git add
radekg 94c389e
fix failing test
radekg 0fc7625
Merge branch 'master' into collector-tags
radekg 45e3828
Merged with upstream/master
radekg 2bf33de
Merge branch 'master' into collector-tags
radekg 2cda551
Merge branch 'master' into collector-tags
jpkrohling 5f07676
Merge branch 'master' into collector-tags
jpkrohling 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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.
These changes don't belong to this PR. Please sync with master