From f933cc43789cce0ef5daa7ba06385545b165e4bb Mon Sep 17 00:00:00 2001 From: Dimitri Staessens Date: Mon, 18 May 2026 21:46:22 +0200 Subject: metrics: Add support for ouroboros v0.24 Align exporter and dashboard with o7s v0.24 metrics. The exporter now polls fast-changing FRCT metrics on a high-resolution timerfd while collecting the slower IPCP/LSDB/ DHT/FA/DT metrics at ~1 Hz. Updates the Grafana dashboard to show the new data. --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml index 47072f4..ef1f92d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,6 +7,7 @@ dependencies = [ ] [tool.setuptools] +py-modules = ["ribreader"] script-files = ["oexport.py"] [build-system] -- cgit v1.2.3