Add OpenTelemetry instrumentation project and update README#102
Merged
Conversation
…sert -> PhenX.EntityFrameworkCore.BulkInsert.OpenTelemetry
88651c1 to
8f5b791
Compare
Collaborator
|
This does nothing. It does not actually trace something. You have to create an activity source and then add telemetry code. |
Contributor
Author
The ActivitySource is already available here: |
SebastianStehle
approved these changes
May 29, 2026
Owner
|
Oh I forgot about that 😅 good catch |
PhenX
approved these changes
May 29, 2026
This file contains hidden or 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
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.
This pull request introduces OpenTelemetry instrumentation support for
PhenX.EntityFrameworkCore.BulkInsert, enabling distributed tracing of bulk insert operations. The update adds a new package, documentation, and integration instructions for users who want to monitor and trace bulk insert activities in their applications.OpenTelemetry Instrumentation Integration:
PhenX.EntityFrameworkCore.BulkInsert.OpenTelemetry, which provides extension methods to register thePhenX.EntityFrameworkCore.BulkInsertactivity source with OpenTelemetry'sTracerProviderBuilder. [1] [2]PhenX.EntityFrameworkCore.BulkInsert.slnx) to include the new instrumentation project.Documentation Updates:
docs/opentelemetry.md) with installation, configuration, and usage instructions for the OpenTelemetry instrumentation package, including details on traced operations and activity source usage.README.mdto list the new package, provide installation instructions, and describe its purpose. [1] [2]