v0.2: WebRTC Prometheus metrics + Grafana stack #11
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Tracking issue for the WebRTC observability work. Design spec is committed:
docs/design/2026-05-03-datarhei-dragon-fork-webrtc-prometheus-metrics-design.md(commit949daa2)Scope at a glance
dragonfork_webrtc_*namespace (RED-method on the WHEP surface plus state gauges)client_golanginapp/webrtc/for histograms, snapshot collector inprometheus/webrtc.gofor gaugesdeploy/truenas/core/(Prometheus + Grafana) with provisioned datasource and dashboardStatus
app/webrtc/metrics.go+ testsprometheus/webrtc.go+ testsSubsystem.Stats()methodtest/TESTING.mdverification sectionWhy now
v0.1 has been running on TrueNAS since 2026-04-17 with zero per-subsystem signal. If anything has been quietly degrading, we can't see it. This closes that gap before the v0.2 feature work (load test, UI fork) lands.
Closes the v0.1 observability gap.