All notable changes to the kytos_stats NApp will be documented in this file.
- Updated python environment installation from 3.9 to 3.11
- Event
kytos/of_core.table_stats.received
. - Update
scripts/kytos_zabbix.py
script to add table stats. In particular,zabbix_wrapper
prints theactive_count
field, which is used for capacity planning. - Add GET
v1/table/stats
endpoint to listing table stats by dpid.
- Fixed error due to division by zero when
duration_sec` is zero in the ``stats
of a flow.
- This napp was cloned from
flow_stats
. @rest
endpoints run bystarlette/uvicorn
instead offlask/werkzeug
.