A am making a graph of the request duration time.
Sometimes, I get very large value in my log and the entire graph rescales to fit that single large value.
Is it possible to set the highest value of the time and cap everything exceeding this value?
I tried "Set Y-Axis extents", but in that case graph is always re-scaled to include that high value, and it is inconvenient when all values are (much) smaller.
I just tested it myself and it looks like setting the extents will clip values that extend beyond it. Is this what you're trying to do? Here's a screenshot:
Well, you can hard-code that maximum extent to some value which typically makes sense for your data, if you have a predictable data set and you know what that value is. But unfortunately you can't configure the visualization to both scale the axis dynamically and respect a hard-coded range. Sorry! I hope this helps clarify things.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.