Ouroboros Metrics: Difference between revisions
Jump to navigation
Jump to search
(Created page with "{{Under construction}}") |
No edit summary |
||
Line 1: | Line 1: | ||
{{Under construction}} | {{Under construction}} | ||
A collection of observability tools for exporting and visualising metrics collected from Ouroboros. | |||
Currently has one very simple exporter for InfluxDB, and provides additional visualization via grafana. | |||
More features will be added over time. | |||
== Requirements == | |||
Ouroboros version >= 0.18.3 | |||
[https://docs.influxdata.com/influxdb/v2.0/ |InfluxDB OSS 2.0] | |||
python influxdb-client, install via | |||
<syntaxhighlight lang="bash"> | |||
pip install 'influxdb-client[ciso]' | |||
</syntaxhighlight> |
Revision as of 18:57, 7 June 2022
This page is under construction
A collection of observability tools for exporting and visualising metrics collected from Ouroboros.
Currently has one very simple exporter for InfluxDB, and provides additional visualization via grafana.
More features will be added over time.
Requirements
Ouroboros version >= 0.18.3
python influxdb-client, install via
pip install 'influxdb-client[ciso]'