-
Notifications
You must be signed in to change notification settings - Fork 140
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
Clean up MockTraceAgent, add event-based API #501
Merged
Merged
Conversation
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
lucaspimentel
added
the
status:work-in-progress
Actively worked on. If this is a PR, no review needed yet. WIP.
label
Aug 30, 2019
lucaspimentel
changed the base branch from
master
to
lpimentel/dictionary-extensions
August 30, 2019 20:32
lucaspimentel
added
the
status:do-not-merge
Work is done. Can review, but do not merge yet.
label
Aug 30, 2019
lucaspimentel
force-pushed
the
lpimentel/dictionary-extensions
branch
from
August 30, 2019 20:59
4453b14
to
196015e
Compare
lucaspimentel
force-pushed
the
lpimentel/refactor-mock-trace-agent
branch
2 times, most recently
from
August 30, 2019 21:21
8d41198
to
43dc66d
Compare
lucaspimentel
force-pushed
the
lpimentel/dictionary-extensions
branch
from
September 3, 2019 19:25
c696677
to
67774d7
Compare
lucaspimentel
force-pushed
the
lpimentel/refactor-mock-trace-agent
branch
from
September 3, 2019 19:53
43dc66d
to
a52ea35
Compare
lucaspimentel
added
area:tests
unit tests, integration tests
type:refactor
and removed
status:work-in-progress
Actively worked on. If this is a PR, no review needed yet. WIP.
labels
Sep 10, 2019
lucaspimentel
changed the title
[WIP] clean up MockTraceAgent
clean up MockTraceAgent, add event-based API
Sep 10, 2019
lucaspimentel
force-pushed
the
lpimentel/refactor-mock-trace-agent
branch
from
September 11, 2019 16:53
a52ea35
to
516fd06
Compare
lucaspimentel
changed the base branch from
lpimentel/dictionary-extensions
to
master
September 11, 2019 16:56
lucaspimentel
added
the
status:work-in-progress
Actively worked on. If this is a PR, no review needed yet. WIP.
label
Sep 11, 2019
lucaspimentel
changed the title
clean up MockTraceAgent, add event-based API
[WIP] Clean up MockTraceAgent, add event-based API
Sep 11, 2019
lucaspimentel
force-pushed
the
lpimentel/refactor-mock-trace-agent
branch
from
September 11, 2019 18:25
516fd06
to
5ed8ac2
Compare
lucaspimentel
force-pushed
the
lpimentel/refactor-mock-trace-agent
branch
2 times, most recently
from
October 4, 2019 15:53
c2ace3e
to
543bf9b
Compare
lucaspimentel
force-pushed
the
lpimentel/refactor-mock-trace-agent
branch
from
November 18, 2019 19:56
543bf9b
to
d7d7b83
Compare
lucaspimentel
removed
status:do-not-merge
Work is done. Can review, but do not merge yet.
status:work-in-progress
Actively worked on. If this is a PR, no review needed yet. WIP.
labels
Nov 18, 2019
3 tasks
zacharycmontoya
approved these changes
Nov 18, 2019
colin-higgins
approved these changes
Nov 18, 2019
lucaspimentel
changed the title
[WIP] Clean up MockTraceAgent, add event-based API
Clean up MockTraceAgent, add event-based API
Nov 18, 2019
MikeGoldsmith
pushed a commit
to lightstep/ls-trace-dotnet
that referenced
this pull request
Mar 20, 2020
- refactor MockTracerAgent.ToSpans() to stop using "dynamic" and be more static - add missing properties to the mock Span (ParentId, Error, and the Metrics dictionary) - add MockTracerAgent.RequestDeserialized event as a "push" alternative to WaitForSpans()
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Changes proposed in this pull request:
MockTracerAgent.ToSpans()
to be lessmagicaldynamic
and be more staticSpan
(ParentId
,Error
, and theMetrics
dictionary)MockTracerAgent.RequestDeserialized
event as a "push" alternative toWaitForSpans()