aboutsummaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorDimitri Staessens <dimitri@ouroboros.rocks>2026-05-18 21:46:22 +0200
committerDimitri Staessens <dimitri@ouroboros.rocks>2026-07-19 15:39:31 +0200
commitf933cc43789cce0ef5daa7ba06385545b165e4bb (patch)
treed6801fbd0f51f8241bdb2e928a00e5b491606ed5 /pyproject.toml
parent29dc72257075103427e36bd8616ef7f33f6d8c52 (diff)
downloadouroboros-metrics-f933cc43789cce0ef5daa7ba06385545b165e4bb.tar.gz
ouroboros-metrics-f933cc43789cce0ef5daa7ba06385545b165e4bb.zip
metrics: Add support for ouroboros v0.240.24.0
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.
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml1
1 files changed, 1 insertions, 0 deletions
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]