diff options
| author | Dimitri Staessens <dimitri@ouroboros.rocks> | 2026-05-18 21:46:22 +0200 |
|---|---|---|
| committer | Dimitri Staessens <dimitri@ouroboros.rocks> | 2026-07-19 15:39:31 +0200 |
| commit | f933cc43789cce0ef5daa7ba06385545b165e4bb (patch) | |
| tree | d6801fbd0f51f8241bdb2e928a00e5b491606ed5 /pyproject.toml | |
| parent | 29dc72257075103427e36bd8616ef7f33f6d8c52 (diff) | |
| download | ouroboros-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.toml | 1 |
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] |
