Skip to content

Commit

Permalink
Print problematic put state count in slot file
Browse files Browse the repository at this point in the history
Signed-off-by: Kostas Christidis <kostas@christidis.io>
  • Loading branch information
kchristidis committed Feb 2, 2020
1 parent ba9cd71 commit 85dbd95
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions metrics.go
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,8 @@ func metrics() error {
dmiQtyVal, dmiPpuVal,
lateAllVal, lateBuyVal, lateSellVal,
lateDecrVal,
probIterVal, probMarVal, probDecrVal, probBidCalcVal,
probIterVal, probMarVal,
probDecrVal, probBidCalcVal,
probKeyVal, probGetVal, probPutVal,
)
fmt.Fprintln(writer, msg)
Expand All @@ -218,7 +219,8 @@ func metrics() error {
dmiQtyVal, dmiPpuVal,
lateAllVal, lateBuyVal, lateSellVal,
lateDecrVal,
probIterVal, probMarVal, probDecrVal,
probIterVal, probMarVal,
probDecrVal, probBidCalcVal,
probKeyVal, probGetVal, probPutVal}); err != nil {
return err
}
Expand Down

0 comments on commit 85dbd95

Please sign in to comment.