Voxa.Observability
0.7.2-alpha
This is a prerelease version of Voxa.Observability.
dotnet add package Voxa.Observability --version 0.7.2-alpha
NuGet\Install-Package Voxa.Observability -Version 0.7.2-alpha
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Voxa.Observability" Version="0.7.2-alpha" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Voxa.Observability" Version="0.7.2-alpha" />
<PackageReference Include="Voxa.Observability" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Voxa.Observability --version 0.7.2-alpha
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Voxa.Observability, 0.7.2-alpha"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Voxa.Observability@0.7.2-alpha
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Voxa.Observability&version=0.7.2-alpha&prerelease
#tool nuget:?package=Voxa.Observability&version=0.7.2-alpha&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Voxa.Observability
OpenTelemetry tracing helpers for Voxa pipelines.
Install
dotnet add package Voxa.Observability --prerelease
Quickstart
Drop TracingProcessors anywhere in the pipeline you want a probe:
var pipeline = Pipeline.Build()
.Source(...)
.Then(new TracingProcessor("user-input"))
.Then(new AzureVoiceLiveProcessor(opts))
.Then(new TracingProcessor("voice-live-out"))
.Sink(...);
Wire OpenTelemetry to the public Voxa ActivitySource:
services.AddOpenTelemetry()
.WithTracing(t => t
.AddSource(VoxaActivities.SourceName) // "Voxa"
.AddOtlpExporter());
Per-frame tags
Every emitted span carries:
voxa.scope— theTracingProcessorlabelvoxa.frame.id— ULIDvoxa.frame.type— concrete frame class namevoxa.frame.direction— Downstream | Upstream
Plus payload-aware tags:
AudioRawFrame→ sample_rate, channels, bytesTranscriptionFrame→ is_final, text_lengthToolCallRequestFrame→ name, call_idErrorFrame→ activity status set to Error with the message
License
MIT.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net10.0
- Voxa.Core (>= 0.7.2-alpha)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 0.7.2-alpha | 77 | 7/10/2026 |
| 0.7.1-alpha | 61 | 7/10/2026 |
| 0.7.0-alpha | 63 | 7/10/2026 |
| 0.6.0-alpha | 78 | 6/22/2026 |
| 0.5.0-alpha | 66 | 6/13/2026 |
| 0.4.0-alpha | 73 | 5/10/2026 |
| 0.3.0-alpha | 68 | 5/9/2026 |
| 0.2.0-alpha | 83 | 5/8/2026 |
| 0.1.0-alpha.2 | 75 | 5/8/2026 |
| 0.1.0-alpha | 76 | 5/8/2026 |