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
Since our goal with metrics is to expose a generic interface for metrics recording in our lang SDKs using industry standards, we should expand the metrics API in core to accept floats and not just ints.
Since our goal with metrics is to expose a generic interface for metrics recording in our lang SDKs using industry standards
I am not sure this is a goal. I think it's "expose the same interface core needs". Same in the Go SDK. There are OTel metric types we're not exposing (e.g. up/down counter). Having said that, I don't see why float shouldn't be added.
Since our goal with metrics is to expose a generic interface for metrics recording in our lang SDKs using industry standards, we should expand the metrics API in core to accept floats and not just ints.
temporalio/sdk-python#384 (comment)
The text was updated successfully, but these errors were encountered: