Skip to content

Commit

Permalink
Remove SlowCount from labels
Browse files Browse the repository at this point in the history
  • Loading branch information
mborsz committed May 28, 2020
1 parent 669b0b3 commit 531b078
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions perfdash/parser.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ import (

func stripCount(data *perftype.DataItem) {
delete(data.Labels, "Count")
delete(data.Labels, "SlowCount")
}

func createRequestCountData(data *perftype.DataItem) error {
Expand Down

0 comments on commit 531b078

Please sign in to comment.