-
Notifications
You must be signed in to change notification settings - Fork 208
LocalForwarderChannel #723
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
Merged
Merged
Changes from all commits
Commits
Show all changes
61 commits
Select commit
Hold shift + click to select a range
90fbe54
added proto files to src folder. added protobuf codegen plugin to build
littleaj 6a0cd3a
set package for protobuf java files
littleaj 18ffe67
removed unneeded files; excluded *.proto from jar
littleaj 930fe5e
removed c# related file
littleaj 89d8336
removed some extra spaces
littleaj 14edb2c
first pass at refactoring for channel implementation
littleaj e5440df
javadoc for type param; updated tests
littleaj 69be101
finished pull up of common methods to ATelemetryChannel.
littleaj 433fa92
ignore generated files.
littleaj 8fb0edb
Surfaces type and envelope names for classes;
littleaj 03e6cc1
if using localforwarder, force sdk quickpulse to be disabled.
littleaj f39be4b
fixed case for key to be consistent with other SDKs
littleaj 3b77fac
added cleanup code to make thread shutdown more reliable.
littleaj 2581842
implemented channel with transformation functions from internal model…
littleaj 913a4e8
recognize if the given name is the default channel.
littleaj 85e8474
Instead of disabling telemetry, just log a warning about channel conf…
littleaj e55c6de
set stddev to 0.0 in this helper method
littleaj e88e28d
stubbed in test classes.
littleaj ebf064b
added tests for transformation functions.
littleaj c91b3e5
use %n instead of \n in format string
littleaj b5b18b2
extracted the exception transformer functions for stackframe and exce…
littleaj 1457b08
wrote tests for the utility functions in the localforwarder transform…
littleaj b7a608a
Merge branch 'master' into localServer/channel_phase1
littleaj 58d90d9
extracted transmitter into its own class.
littleaj d1c17a8
added assert to fail if timeout is reached
littleaj 121d45f
wrote tests for localforwarderchanel.
littleaj 7e22c35
ping
littleaj 61ed8ac
added grpc-test to build and created proper transmitter test.
littleaj 4a311bf
renamed abstract class to fit project conventions
littleaj 5b9aec4
added javadoc
littleaj ac80f75
using private lock object instead
littleaj 110d432
we should throw if it fails to configure
littleaj 0fb0898
ENVELOPE_NAME can be private
littleaj d4c2c86
MetricTelemetry.ENVELOPE_NAME cannot be private, though...
littleaj 856cd72
fix spacing
littleaj 1109310
we only need 1 thread minimum
littleaj 186d7fe
remove redundant null check
littleaj 917c551
fixed typo
littleaj b246f14
ping
littleaj 612d86e
Revert "ENVELOPE_NAME can be private"
littleaj acc72de
removed unused import
littleaj 6f60520
added isInitialized to prevent calling initialize twice
littleaj 13a3f62
removed additional field in Envelope since it's generated.
littleaj be1b517
removed unused import.
littleaj f683105
fixed tests after refactor
littleaj 50b2ff2
remove enableRetry from ManagedChannel; we don't want to use experime…
littleaj 4b31d37
removed commented code in build script
littleaj 71860bb
updated TPN
littleaj c9fa4c0
Merge branch 'localServer/protobuf' into localServer/channel_phase1
littleaj dc292b4
Merge branch 'master' into localServer/channel_phase1
littleaj ad4ccd5
ping
littleaj c4de86d
updated TPN
littleaj cb75706
reworked shutdown to be aysnc. added retry to grpcchannel
littleaj 2e6456c
removed sync
littleaj e9e6355
updated changelog
littleaj 6e4c976
Merge branch 'localServer/channel_phase1' of https://github.com/Micro…
littleaj 1de8b5f
ping
littleaj 1738dd7
Merge branch 'master' into localServer/channel_phase1
littleaj 7bbd9ba
added null check for test scenario
littleaj 292b480
Merge branch 'master' into localServer/channel_phase1
littleaj d2e7878
Merge branch 'master' into localServer/channel_phase1
littleaj 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 @@ | ||
| src/main/generated |
This file contains hidden or 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 hidden or 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.
Uh oh!
There was an error while loading. Please reload this page.