Releases: AliceO2Group/Monitoring
Releases · AliceO2Group/Monitoring
v1.6.0
- Lowercase namespace
- Removed
addDerivedMetrics
in favour of send(Metric, DerivedMetricMode)
- Dropped
send(T value, std::string name)
v1.5.0
- Improved instantiation using URI
- Removed
Configuration
from dependency list
v1.4.1
- ApMon: multiple parameters in single datagram
v1.4.0
- Support for sending multiple metrics at once (InfluxDB and Zabbix)
- Fixed issues with connectivity to Zabbix server
v1.3.0
- moved back from int64_t to uint64_t
- calculated rate is always double type
- benchmark adapted for monitoring tests
v1.2.0
- moved from uint64_t to int64_t
- using boost visitor to calculate rate from boost variant values
v1.0.0
The first stable release that supports both CentOS 7, OS X and all needed backends.