All notable changes to the kronos
project will be documented in this file.
- Added support to influx backend save a dictionary. This modification
reduces the number of events received from NApp
kytos/of_stats
.
- Replace
ValueConvertError
byValueError
Python exception.
- Adjusted the main module to only import the InfluxDB backend module when
this backend is set in
settings.py
. - Increase the connection pool size of InfluxDB client to remove warnings.
- Added failure and success test cases to main and utils modules.
- Added
@tags
decorator to run tests by type and size.
- Replace kytos/kronos specific exception TimestampRangeError by a ValueError.
- Refactor methods of main and utils to return values and handle exceptions.
- Refactor InfluxDB backend tests.
- Added CSV backend to proof of concept for kronos with save, get and delete methods.
- Added InfluxDB backend to enable to store times series data with save, get and delete methods.
- Added Kytos events in main.py.
- Added REST endpoints in main.py.