-
Notifications
You must be signed in to change notification settings - Fork 780
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
Add Sql Collector (Part 2) #536
Add Sql Collector (Part 2) #536
Conversation
…Worked on PR feedback. Added unit tests.
I tried to pick up all the remaining feedback on #355. The only thing I didn't do was rename SqlClientCollector->SqlClientAdapter. It just seemed weird having all the other stuff being mismatched. I figured it would be easier to do everything in one shot while working on #335, whenever that happens. |
src/OpenTelemetry.Exporter.Zipkin/Implementation/ZipkinConversionExtensions.cs
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great - thank you for moving this forward. I've left some comments and suggestions.
src/OpenTelemetry.Collector.Dependencies/Implementation/SqlClientDiagnosticListener.cs
Outdated
Show resolved
Hide resolved
src/OpenTelemetry.Collector.Dependencies/Implementation/SqlClientDiagnosticListener.cs
Outdated
Show resolved
Hide resolved
src/OpenTelemetry.Collector.Dependencies/Implementation/SqlClientDiagnosticListener.cs
Outdated
Show resolved
Hide resolved
src/OpenTelemetry.Collector.Dependencies/Implementation/SqlClientDiagnosticListener.cs
Outdated
Show resolved
Hide resolved
src/OpenTelemetry.Collector.Dependencies/Implementation/SqlClientDiagnosticListener.cs
Outdated
Show resolved
Hide resolved
src/OpenTelemetry.Exporter.Zipkin/Implementation/ZipkinConversionExtensions.cs
Show resolved
Hide resolved
src/OpenTelemetry.Exporter.Jaeger/Implementation/JaegerConversionExtensions.cs
Show resolved
Hide resolved
test/OpenTelemetry.Collector.Dependencies.Tests/SqlClientTests.cs
Outdated
Show resolved
Hide resolved
src/OpenTelemetry.Collector.Dependencies/Implementation/SqlClientDiagnosticListener.cs
Outdated
Show resolved
Hide resolved
src/OpenTelemetry.Collector.Dependencies/SqlClientCollectorOptions.cs
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One minor suggestion, otherwise looks good 👍
Picking up where @alexvaluyskiy left off on #355 adding a SqlCollector to OpenTelemetry.Collector.Dependencies.