Fuaran.UI.Telemetry.Abstractions
0.31.0
Prefix Reserved
See the version list below for details.
dotnet add package Fuaran.UI.Telemetry.Abstractions --version 0.31.0
NuGet\Install-Package Fuaran.UI.Telemetry.Abstractions -Version 0.31.0
<PackageReference Include="Fuaran.UI.Telemetry.Abstractions" Version="0.31.0" />
<PackageVersion Include="Fuaran.UI.Telemetry.Abstractions" Version="0.31.0" />
<PackageReference Include="Fuaran.UI.Telemetry.Abstractions" />
paket add Fuaran.UI.Telemetry.Abstractions --version 0.31.0
#r "nuget: Fuaran.UI.Telemetry.Abstractions, 0.31.0"
#:package Fuaran.UI.Telemetry.Abstractions@0.31.0
#addin nuget:?package=Fuaran.UI.Telemetry.Abstractions&version=0.31.0
#tool nuget:?package=Fuaran.UI.Telemetry.Abstractions&version=0.31.0
Fuaran.UI.Telemetry.Abstractions
Type contract for Fuaran's op-apply + authorizing-runtime-deny telemetry — the observability counterpart to the Fuaran.UI.Ops apply engine and the downstream orchestration tier's authorizing runtime (shipped as a separate package family).
Every applied op surfaces as an OpApplyTelemetry record. Every denied tool call surfaces as a DenyTelemetry record. Hosts implement IFuaranTelemetrySink against their own observability backend. Default sinks (NoOp / InMemory / Console) live in Fuaran.UI.Telemetry.Default.
See the Phase 12.T migration doc for the wiring at the AuthorizingRuntime deny branch and the apply-engine dispatch point, the drift-detector aggregate metrics, and the PromptId correlation pattern.
(StreamId, Sequence) on OpApplyTelemetry matches the corresponding fields on Fuaran.UI.OpStream.OpRecord — hosts that wire both sinks can join telemetry to the durable op record by this composite key.
Apache-2.0 licensed — see the repo LICENSE.
| 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. |
-
net10.0
- Fable.Core (>= 5.0.0)
- FSharp.Core (>= 10.1.300)
- Fuaran.Core.Column (>= 0.11.0)
- Fuaran.Core.DataFrame (>= 0.11.0)
- Fuaran.Core.Tree (>= 0.11.0)
- Fuaran.Core.Validator (>= 0.11.0)
- Fuaran.Core.Wire (>= 0.11.0)
- Fuaran.UI (>= 0.31.0)
- Fuaran.UI.Ops.Abstractions (>= 0.31.0)
NuGet packages (5)
Showing the top 5 NuGet packages that depend on Fuaran.UI.Telemetry.Abstractions:
| Package | Downloads |
|---|---|
|
Fuaran.UI.OpStream.Replay
Op-stream replay engine — folds OpRecord sequences through the Fuaran.UI.Ops apply engine to reconstruct any tree state. Companion to Fuaran.UI.OpStream.Abstractions. Apache-2.0 licensed. |
|
|
Fuaran.UI.Memo
Fuaran incremental re-derivation engine — effect-aware memoisation over the Phase 180 artifact-function apply. Caches substituted fragment trees keyed by (function-identity, arg-set); a value-parameter change reuses the structural tree and recomputes only the affected hole-addressed bindings; effecting functions bypass the cache; op-stream replay resolves through the cache to a byte-identical tree. Apache-2.0 licensed. |
|
|
Fuaran.UI.Renderer
Fuaran renderer – Fable + React + Feliz. Every string-to-DOM seam carries a declared sanitisation posture (SANITIZATION.md states it seam by seam): an allowlisted URL-scheme floor on href/src that also rejects the protocol-relative spellings, a positive character gate on extra-attribute names, and a raw-HTML floor over rendered markdown. Interactive dispatch fails closed – a shipped runtime denies until the host grants, and the permissive posture is reached by name. Apache-2.0 licensed. |
|
|
Fuaran.UI.Telemetry.Drift
Drift detector for Fuaran op-apply telemetry. Computes per-OpKind aggregate metrics (success rate, p50/p95 latency, top decoder-rejection reasons, top NodeNotFound NodeIds) and flags week-on-week success-rate regressions exceeding an operator-tunable threshold (default 10pp). Also ships a deterministic StyleFlag drift detector (Phase 151) — the resolved-style twin that diffs declared-invariant flag sets across two windows of StyleObservation to surface newly-introduced / cleared visual-legibility violations, severity-weighted by the ThemeManifest's invariant weights (semantic visual regression, no pixels, CI-gateable). Manual-run console tool for now (`dotnet run --project src/Fuaran.UI.Telemetry.Drift`); cron-friendly later when an operator-decided threshold is wired into a scheduled job. Companion to Fuaran.UI.Telemetry.Abstractions. Apache-2.0 licensed. |
|
|
Fuaran.UI.Telemetry.Default
Default IFuaranTelemetrySink implementations for Fuaran op-apply + AuthorizingRuntime-deny telemetry. NoOpSink is the "I don't care" default at install; InMemorySink is a per-process ring buffer for tests + ad-hoc inspection; ConsoleSink writes to stdout for dev environments. Companion to Fuaran.UI.Telemetry.Abstractions. Also ships Apply.applyWithTelemetry — a thin wrapper around Fuaran.UI.Ops.Apply.apply that emits one OpApplyTelemetry record per op (the opt-in seam until the applyAndPersist integration lands and both sinks wire in at the apply-engine dispatch point). Apache-2.0 licensed. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 0.39.0 | 40 | 8/27/2026 |
| 0.35.0 | 200 | 8/24/2026 |
| 0.32.0 | 176 | 8/23/2026 |
| 0.31.0 | 222 | 8/21/2026 |
| 0.30.0 | 192 | 8/21/2026 |
| 0.29.0 | 219 | 8/19/2026 |
| 0.28.0 | 198 | 8/18/2026 |
| 0.27.0 | 187 | 8/18/2026 |
| 0.26.0 | 222 | 8/18/2026 |
| 0.18.0 | 209 | 8/10/2026 |
| 0.15.0 | 169 | 8/9/2026 |
| 0.12.0 | 221 | 7/31/2026 |
| 0.11.0 | 217 | 7/30/2026 |
| 0.10.0 | 261 | 7/29/2026 |
| 0.6.0 | 221 | 7/27/2026 |
| 0.4.0 | 208 | 7/26/2026 |
| 0.3.0 | 214 | 7/24/2026 |