Hi,
I’m reading this metric from prometheus “sticky_cache_size”, and I wonder what unit is this value is reported with? I checked here sdk-go/cache.go at master · temporalio/sdk-go · GitHub but it is not mentioned
Thanks
Hi,
I’m reading this metric from prometheus “sticky_cache_size”, and I wonder what unit is this value is reported with? I checked here sdk-go/cache.go at master · temporalio/sdk-go · GitHub but it is not mentioned
Thanks
SDK sticky_cache_size is a gauge and reported as float64 in Go SDK (as long in Java SDK)