Discussions about which metrics we need to stat #4603
Labels
enhancement
Request for new feature and/or capability
P1
Issue that should be fixed within a few weeks
We have integrated
opencensus
library into raylet and added 2 example metrics:CurrentWorker
andTaskReceivedCount
.I think this issue can be used to collect our requirements about metrics. I racked my brains to think of these metrics:
RedisLatency
: The latency of a redis operator. (finished at Integrate metric items into raylet #4602)CompletedTaskCount
: How many completed tasks.TaskElapsedTime
: The time that a task elapsed in backend.ObjectCount
: How many objects we are holding.I discussed with @raulchen about
TaskElapsedTime
offline, and we thought it's unnecessary to add this metric because the change is a bit huge, we should add astart_time
forTaskInfo
, and this should be implemented bytracing system
which can trace the lifecycle of tasks, actor, etc.So, what other metrics need to be stated?
The text was updated successfully, but these errors were encountered: