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