Skip to content
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

Clear NoopTracer implementation and improve Tracer argument names #314

Merged
merged 5 commits into from
Nov 14, 2019
Merged

Clear NoopTracer implementation and improve Tracer argument names #314

merged 5 commits into from
Nov 14, 2019

Conversation

paivagustavo
Copy link
Member

@paivagustavo paivagustavo commented Nov 14, 2019

This closes #307, closes #303

Remove methods that are not well defined on the trace specs for and improve arguments names/docs from the Tracer interface.

Since both are small changes I preferred doing a single PR.

@clsung
Copy link
Contributor

clsung commented Nov 14, 2019

I'll suggest we also removed those in internal/trace/mock_tracer.go and sdk/trace/tracer.go

@lizthegrey
Copy link
Member

Should we also not remove from sdk/trace/tracer.go and internal/trace/mock_tracer.go?

@paivagustavo
Copy link
Member Author

paivagustavo commented Nov 14, 2019

Yeah, for some reason I thought clsung sent a PR for the other structs, guess I was wake dreaming 😂

@rghetia rghetia merged commit 9d19d82 into open-telemetry:master Nov 14, 2019
@paivagustavo paivagustavo deleted the clear-noop-tracer branch December 18, 2019 17:53
@pellared pellared added this to the untracked milestone Nov 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

NoopTracer implements more than api.Tracer Rename Tracer.WithSpan args
6 participants