-
Notifications
You must be signed in to change notification settings - Fork 555
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
Merge stackdriver-core-dependencies feature branch to master #1162
Merged
Merged
Changes from 1 commit
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
bee7781
Update google-cloud-logging to use trace context tracking from core
dazuma ab50c20
Trace instrumentation
dazuma 6a75b24
Frontload require of version.rb so the trace gem will load without th…
dazuma bbf3345
Restore (but deprecate) earlier logger API for now.
dazuma 26ce73d
Restore doctest notice for google-cloud-trace
dazuma ffcf821
Basic acceptance tests for google-cloud-trace
dazuma d5af77d
Logger object understands all attributes supported by the stdlib Logger
dazuma ff10785
Cloud Logger supports all remaining stdlib Logger methods.
dazuma 6bc5fc7
Ensure AsyncWriter threads finish on VM exit
dazuma 5f47636
Improve Logging::Railtie activation warning messages
hxiong388 b1da405
Update and clarify docs for google-cloud-trace
dazuma 4db6a30
Improve the Logger activation warning messages even more
hxiong388 73db861
Remove orphaned span hack from middleware, and fix conversion of orph…
dazuma dcc3774
Document capture_stack rails config
dazuma b0eb908
Best Logger activation warning messages ever!
hxiong388 b1c31bc
Fix examples related to thread traces
dazuma b83c2a6
Trace sampler interface is now just a Proc
dazuma d93935c
Rename to_proto/from_proto to to_grpc/from_grpc for trace models
dazuma 8c806a8
Update docs to clarify how blacklisting and sampling work
dazuma eac4d89
Change proto to grpc terminology in Utils
dazuma 7e38bc5
Update google-cloud-core dependency for logging and trace to pick up …
dazuma 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
Trace instrumentation
- Loading branch information
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# -*- ruby -*- | ||
|
||
require "autotest/suffix" | ||
|
||
# Autotest.add_hook :initialize do |at| | ||
# at.clear_mappings | ||
# | ||
# at.add_mapping %r%^lib/(.*)\.rb$% do |_, m| | ||
# at.files_matching %r%^test/#{m[1]}.*_test.rb$% | ||
# end | ||
# | ||
# at.add_mapping %r%^test/.*_test\.rb$% do |filename, _| | ||
# filename | ||
# end | ||
# end |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
--no-private | ||
--title=Stackdriver Trace | ||
--title=Stackdriver Trace | ||
--markup markdown | ||
|
||
./lib/**/*.rb | ||
- | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1 @@ | ||
# Release History | ||
|
||
### 0.21.0 / 2016-11-03 | ||
|
||
* First release |
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.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
Sorry, something went wrong.