LibTmux.TmuxDiagnostics
.NET
- Python Unavailable
- Ruby Unavailable
- Lua Unavailable
- TypeScript Unavailable
- Rust Unavailable
- Go Unavailable
- Java Unavailable
- .NET
- C++ Unavailable
- Swift Unavailable
- Module
- LibTmux
- Package
- LibTmux
- Source
- src/LibTmux/Diagnostics/TmuxDiagnostics.cs
-
Names the diagnostic sources this library publishes.
Every tmux command is traced on the activity source and measured on the meter named here. Subscribing takes the name, not a reference, so a caller wires OpenTelemetry without this library referencing it:
builder.AddSource(TmuxDiagnostics.ActivitySourceName)andbuilder.AddMeter(TmuxDiagnostics.MeterName).
0 declared, 0 inherited