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 {