iter8-tools / iter8

Kubernetes release optimizer
https://iter8.tools
Apache License 2.0
253 stars 34 forks source link

Deprecate Driver write method #1582

Closed Alan-Cha closed 11 months ago

Alan-Cha commented 11 months ago

As we move away towards storing the experiment result in the storage client, then is it necessary to have the Write() method in the Driver interface?

How should we properly deprecate this functionality?

Alan-Cha commented 11 months ago

Do not deprecate the Write() method. We will simply rewrite the method to make the call to the metrics server.