aboutsummaryrefslogtreecommitdiff
path: root/pyproject.toml
Commit message (Collapse)AuthorAgeFilesLines
* oexport: Add project.scripts entry pointHEADmasterDimitri Staessens5 days1-6/+8
| | | | | | | | Add a script entry point so the correct shebang is set at install and the exporter can be run as `oexport`. Update style and harmonize docstrings. Signed-off-by: Dimitri Staessens <dimitri@ouroboros.rocks>
* metrics: Add support for ouroboros v0.240.24.0Dimitri Staessens12 days1-0/+1
| | | | | | | | | | 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.
* metric: Update to pyproject and version tags0.23.0Dimitri Staessens2026-03-151-0/+16
Updates the project to use a pyproject.toml file and use setuptools_scm for versioning. Simplifies directory structure. Signed-off-by: Dimitri Staessens <dimitri@ouroboros.rocks>