kruize / autotune

Autonomous Performance Tuning for Kubernetes!
Apache License 2.0
155 stars 53 forks source link

Duration in hours should indicate the duration of results available for that term #1097

Closed chandrams closed 5 months ago

chandrams commented 7 months ago

Duration in hours should indicate the duration of results available for that term. Message on not enough data would be misleading here.


 "medium_term": {
                      "duration_in_hours": 168.0,
                      "notifications": {
                        "120001": {
                          "type": "info",
                          "message": "There is not enough data available to generate a recommendation.",
                          "code": 120001
                        }
                      }
                    },
rbadagandi1 commented 5 months ago

Closing this issue since its merged as part of PR 1081