Stats APIv2 41/28641/9
authorVladimir Lavor <vlavor@cisco.com>
Wed, 2 Sep 2020 13:08:22 +0000 (15:08 +0200)
committerOndrej Fabry <ofabry@cisco.com>
Fri, 4 Sep 2020 10:38:25 +0000 (10:38 +0000)
commit1a1f4043dfae2e77de70d6adfbb8d84cdeed658d
tree611bd02e7fd6761f17ea046d7b6444de53fa7f0f
parentc94a962279858fb13eaacc689f47aed358373e44
Stats APIv2

* Compatible with stats v2 API
* Compatibility with stats v1 was persisted
* 19.04 (legacy) dropped

Change-Id: I91a3ab0c007fed6d972eee01d7caf69af29305d1
Signed-off-by: Vladimir Lavor <vlavor@cisco.com>
adapter/statsclient/stat_segment.go [deleted file]
adapter/statsclient/stat_segment_api.go [new file with mode: 0644]
adapter/statsclient/statsclient.go
adapter/statsclient/statseg.go [deleted file]
adapter/statsclient/statseg_v1.go [new file with mode: 0644]
adapter/statsclient/statseg_v2.go [new file with mode: 0644]
core/stats.go