OTEL Dotnet SDK extension supporting partial spans
dotnet add package G-Research.OpenTelemetry.Processor.Partial
dotnet build
dotnet test
Check Example.cs
for usage examples.
NuGet is published to NuGet Gallery via the ci.yml
GitHub Action workflow (approval required).
The publishing part of the workflow is triggered when a new tag is pushed to the repository. Only tags with the format vX.Y.Z
will trigger the workflow. It's the responsibility of the approver to check that the tag points to a commit on the master
branch and that its name matches the version in G-Research.OpenTelemetry.Processor.Partial.csproj
.
Checklist:
- Bump the version in
G-Research.OpenTelemetry.Processor.Partial.csproj
via pull request - Create a tag on
master
with the formatvX.Y.Z
and push it - Review the workflow approval request - the tag should point to a commit on the
main
branch! - Success
Link to NuGet Gallery: https://www.nuget.org/packages/G-Research.OpenTelemetry.Processor.Partial