-
Notifications
You must be signed in to change notification settings - Fork 825
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
[http-plugin] Refactor tests once exporter available #209
Labels
enhancement
New feature or request
Comments
OlivierAlbertini
changed the title
Refactor tests once exporter available
[http-plugin] Refactor tests once exporter available
Aug 19, 2019
|
@OlivierAlbertini I'd like to get your reviews on #234, this should help you to get ride of |
@OlivierAlbertini #234 is merged now, if you have the bandwidth feel free to take this one :) |
OlivierAlbertini
added a commit
to VilledeMontreal/opentelemetry-js
that referenced
this issue
Sep 10, 2019
Remove TracerTest Remove SpanAuditProcessor Closes open-telemetry#209 Signed-off-by: Olivier Albertini <[email protected]>
OlivierAlbertini
added a commit
to VilledeMontreal/opentelemetry-js
that referenced
this issue
Sep 10, 2019
Remove TracerTest Remove SpanAuditProcessor Closes open-telemetry#209 Signed-off-by: Olivier Albertini <[email protected]>
mayurkale22
pushed a commit
that referenced
this issue
Sep 11, 2019
* refactor(http-plugin): use SpanProcessor Remove TracerTest Remove SpanAuditProcessor Closes #209 Signed-off-by: Olivier Albertini <[email protected]> * refactor: add mayurkale22 recommendations Signed-off-by: Olivier Albertini <[email protected]>
pichlermarc
pushed a commit
to dynatrace-oss-contrib/opentelemetry-js
that referenced
this issue
Dec 15, 2023
Co-authored-by: Bartlomiej Obecny <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Now, http plugin tests use several classes for auditing spans. Once this PR is merged #149 we should remove
SpanAudit
,SpanAuditProcessor
andProxyTracer
in order to register a fake exporter.This should reduce/simplify code.
The text was updated successfully, but these errors were encountered: