Skip to content

Commit

Permalink
rename elapsed to latency_ms
Browse files Browse the repository at this point in the history
  • Loading branch information
jhrv committed Aug 6, 2021
1 parent 1c1239d commit 3d3f6ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion poke.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ func main() {
}
}

elem := fmt.Sprintf("%s,%s elapsed=%d,value=%d,counter=%d,err=\"%s\" %d", measurementName, tags(poke), elapsed, resultCode, counter, errorMsg, timestamp)
elem := fmt.Sprintf("%s,%s latency_ms=%d,value=%d,counter=%d,err=\"%s\" %d", measurementName, tags(poke), elapsed, resultCode, counter, errorMsg, timestamp)
payloadElements = append(payloadElements, elem)
}

Expand Down

0 comments on commit 3d3f6ad

Please sign in to comment.