commit | f15383e5f2a742496cfb35c9085a39210ce89a6d | [log] [tgz] |
---|---|---|
author | Ganesh Bhure <ganesh.bhure@sterlite.com> | Mon Nov 11 15:15:14 2019 +0530 |
committer | Ganesh Bhure <ganesh.bhure@sterlite.com> | Thu Nov 21 11:50:09 2019 +0530 |
tree | 97bf77ffce678430c5193aefa3f0e33ffbef2810 | |
parent | be2425896131a74d586c33215bb83586078769e9 [diff] [blame] |
seba-599:redfish-stats Change-Id: I8b6614d9e3c532140aa9bb077180664eda838e53
diff --git a/types.go b/types.go index 6185064..ece3953 100644 --- a/types.go +++ b/types.go
@@ -112,8 +112,11 @@ } type ImporterKPI struct { - DeviceID string `json: "deviceId"` - // TODO: add metrics data + Timestamp int64 + LaserBiasCurrent float64 + Temperature float64 + TxPower float64 + Voltage float64 } type OnosAaaKPI struct {