DotPulsar.OpenTelemetry integrates DotPulsar with OpenTelemetry APIs.
License
—
Deps
8
Install Size
—
Vulns
✓ 0
Published
Nov 12, 2025
$ dotnet add package DotPulsar.Extensions.OpenTelemetryIntegrates DotPulsar with the OpenTelemetry SDK APIs.
dotnet add package DotPulsar.Extensions.OpenTelemetry
services.AddOpenTelemetry()
.WithTracing(static tracing => tracing.AddPulsarInstrumentation())
.WithMetrics(static metrics => metrics.AddPulsarInstrumentation());
This project is licensed under Apache License, Version 2.0.