Percentile axis labels incorrect?

I'm using Kibana to visualize my web application's performance. Specifically, I'm graphing response time percentiles.

However. Looking at my visualization the scale of the Y axis is incorrect. It shows about double the value of the actual datapoints. See the following screenshot:

Is this a bug, or am I misinterpreting the data somehow? The visualization is about as straightforward as it gets: The Y-axis is a percentile aggregation over the request duration and the X-axis is a date histogram of the timestamp.

Definitely looks like a bug to me. Maybe you can share your visualization config. There may be something weird in your setup.

I'm relatively new to Kibana, what's the best way to share my config?

Screenshots of the UI would work best.

Settings for the visualization are below:

It looks like it might be adding the times on the Y axis. Maybe if you switch to a bar chart it will split the buckets into separate bars.

You were right! Changing the mode to 'normal' fixed the issue. Thanks!

Cool, glad you got it working.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.