I have a lot of messages with a duration field in seconds. This field can be used in histogram to plot the mean request time. Right now these values have a precision of about 10 digits. This is not needed... a round function to display only the first four digits after the point would be cool.
I have a lot of messages with a duration field in seconds. This field can be used in histogram to plot the mean request time. Right now these values have a precision of about 10 digits. This is not needed... a round function to display only the first four digits after the point would be cool.