You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 2, 2020. It is now read-only.
A strategy needs metrics to make decisions. At the moment we already instrument the program with the metrics component. Instead of duplicating the source metrics inside the source itself (the aim was to then retrieve the values with the Value(interface{}) interface{} function), provide a way to retrieve and control the lifetime of the source's metrics from the metrics component, which can then be used by the different strategy implementations.
The text was updated successfully, but these errors were encountered:
A strategy needs metrics to make decisions. At the moment we already instrument the program with the
metrics
component. Instead of duplicating the source metrics inside the source itself (the aim was to then retrieve the values with theValue(interface{}) interface{}
function), provide a way to retrieve and control the lifetime of the source's metrics from themetrics
component, which can then be used by the different strategy implementations.The text was updated successfully, but these errors were encountered: