henrikingo commented on code in PR #146:
URL: https://github.com/apache/otava/pull/146#discussion_r3039001751
##########
otava/examples/json/data/sample.json:
##########
@@ -0,0 +1,11 @@
+[
+ {
+ "timestamp": 1711929600,
+ "metrics": [
+ { "name": "throughput", "value": 100 }
+ ],
+ "attributes": {
+ "branch": "main"
+ }
+ }
Review Comment:
Two points also is not enough to trigger a change point...
Perhaps you should use the same data that is in the csv example
(local_sample.csv). Just convert that to json.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]