-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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 Jaeger tracer #1030 #1147
Merged
bwplotka
merged 40 commits into
thanos-io:master
from
monitoring-tools:feature/jaeger-tracing
Jun 4, 2019
Merged
Changes from 32 commits
Commits
Show all changes
40 commits
Select commit
Hold shift + click to select a range
0f2a463
Add jaeger tracing feature.
0e3f2eb
Remove comments
39e9bcb
Remove comments
304f4da
Refactoring tracing
bb5fa34
Implementing jaeger logger.
a97415a
Add jaeger force tracing header.
38d252c
Use debugName for tracing service-name
4c03137
RemoveFactory config
3869ce4
Formatting fix; Use io.Closer intead func() error
cede9a4
Rename gcloud => stackdriver
27f3ef0
Refactoring google tracing testing.
3d12afe
Delete comments.
d24e376
Rename gcloud flags => stackdriver.
eed06c6
Update tracing docs.
eb405ce
Fix ..traceType to ..tracerType
c745171
Refactoring NoopTracer; Comments for exported functions.
331a929
Remove noop tracer. Fix docs.
47f3fd1
Remove noop tracer. Fix docs.
ff1b837
Merge remote-tracking branch 'improbable/master' into feature/jaeger-…
ff5a2aa
Config tracing same as objstore.
2d74602
Configure jaeger tracing from YAML. Some small fixes.
72eaca4
Fix errcheck
1a9b83d
Add X-Thanos-Trace-Id HTTP header for simplified search traces
27be8ea
Cleanup
e46fae6
make docs
2596e11
Add store addr to tracing tags.
0d9af01
Tracing refactoring.
b60a536
Fix noop tracing closer.
c7b67ca
Add few tracing spans.
2e942f1
Pass prometheus registry to jaeger.
d31bafa
Merge branch 'imaster' into feature/jaeger-tracing
5642771
go.mod
9ced678
Merge branch 'imaster' into feature/jaeger-tracing
72d5559
Refactoring
ff15def
Merge branch 'imaster' into feature/jaeger-tracing
94aabb3
Resolve go mod conflicts
4e98096
Remove comments.
6b9f48f
Merge branch 'imaster' into feature/jaeger-tracing
b70f05a
PR refactoring for review.
847cc91
Format files.
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
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.
closer is never nil in this case, right?