This repository has been archived by the owner on May 12, 2022. It is now read-only.
Releases: essentialkaos/librato
Releases · essentialkaos/librato
Version 3.0.1
Minor fixes
Version 3.0.0
New Features
- Each
Metrics
andCollector
instance now have it's ownreq.Engine
for sending requests
Improvements
- EK package updated to v5
Version 2.1.1
- Fixed deps in examples
- Minor TravisCI tests improvements
Version 2.1.0
Improvements
- EK updated to v3
Version 2.0.6
- Removed old unused code
Version 2.0.5
Improvements:
- Improved error handling
- Code refactoring
Bugfixes:
- Fixed error handling
Version 2.0.4
- Improved error handling
Version 2.0.3
- Global prefix feature removed
Version 2.0.1
- EK package updated to latest version
Version 2.0.0
- Added usage examples
- Using values instead pointers for measurements (gauge/counter) structs
- Now
librato.AddMetrics
supports sending many metrics at once - Code refactoring