Add interface to read metrics
[ric-plt/xapp-frame.git] / pkg / xapp / types.go
index fa88de7..b517ff3 100755 (executable)
@@ -83,9 +83,10 @@ type PortData struct {
 }
 
 type SymptomDataParams struct {
-       Timeout  uint64
-       FromTime uint64
-       ToTime   uint64
+       Timeout       uint64
+       FromTime      uint64
+       ToTime        uint64
+       importantOnly bool
 }
 
 // @todo: read these from config or somewhere else