use Count instead of LastValue
This commit is contained in:
parent
ddebdfb37c
commit
a0f908da57
@ -370,12 +370,12 @@ var (
|
||||
}
|
||||
VMExecutionWaitingView = &view.View{
|
||||
Measure: VMExecutionWaiting,
|
||||
Aggregation: view.LastValue(),
|
||||
Aggregation: view.Count(),
|
||||
TagKeys: []tag.Key{ExecutionLane},
|
||||
}
|
||||
VMExecutionRunningView = &view.View{
|
||||
Measure: VMExecutionRunning,
|
||||
Aggregation: view.LastValue(),
|
||||
Aggregation: view.Count(),
|
||||
TagKeys: []tag.Key{ExecutionLane},
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user