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

Clean up #147

Merged
merged 7 commits into from
Jul 15, 2019
Merged

Clean up #147

merged 7 commits into from
Jul 15, 2019

Conversation

lmolkova
Copy link

@lmolkova lmolkova commented Jul 13, 2019

Removed:

  • timestamp - it is a class (read allocation) and there is a DateTime in .NET. .NET Framework timestamp is not precise. PreciseTimestamp solves this problem

  • Timer - this made sure child spans get relative timestamp from their parent. Not needed with Precise timestamp

  • Duration. There is .NET TimeSpan

  • Span Stores - their tests relied very heavily on Timestamp and mockable time. We wanted to remove them anyway in Remove ExportComponent from SDK layer #139

  • Collection utils

  • clean up SpanStartOptions, SpanEndOptions - and their builder - they are not part of spec, they require tons of allocations

  • clean up some properties on Span impl that come with Activity

@lmolkova lmolkova force-pushed the CleanUpRemoveThings branch from 93fb489 to d4697f5 Compare July 14, 2019 02:22
@lmolkova lmolkova merged commit 8aae2c0 into open-telemetry:master Jul 15, 2019
@pakrym
Copy link
Contributor

pakrym commented Jul 16, 2019

Nice!

@lmolkova lmolkova deleted the CleanUpRemoveThings branch December 19, 2019 05:35
Yun-Ting pushed a commit to Yun-Ting/opentelemetry-dotnet that referenced this pull request Oct 13, 2022
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.

3 participants