Add cobra_metrics_to_redis sub-command to create streams for each cobra metric event being received.

This commit is contained in:
Benjamin Sergeant
2019-10-24 14:42:25 -07:00
parent adf83f3255
commit c40033b6d9
9 changed files with 343 additions and 18 deletions

View File

@ -1,6 +1,10 @@
# Changelog
All notable changes to this project will be documented in this file.
## [7.2.0] - 2019-10-24
- Add cobra_metrics_to_redis sub-command to create streams for each cobra metric event being received.
## [7.1.0] - 2019-10-13
- Add client support for websocket subprotocol. Look for the new addSubProtocol method for details.