jmeter-prometheus-plugin icon indicating copy to clipboard operation
jmeter-prometheus-plugin copied to clipboard

Few Jmeter measures arent available

Open sattishv opened this issue 2 years ago • 1 comments

Hi Team,

Thanks for developing a useful plugin. Apart from few metrics, we could get all the required performance measures from jmeter using this plugin. Herewith i attached few screenshots depicting the dashboard . In the dashboard we dont see values for throughput and 90 percentile . I have also shared the prometheus listener configuration listing all the measures been configured. Do we need to set the labels and buckets explicitly for the a Screenshot 2023-06-27 225541 dashboard Screenshot 2023-06-27 225616 bove 2 measures throughput and 90% if so do we have any guide to set this custom measures.

sattishv avatar Jun 27 '23 17:06 sattishv

Thanks for the ticket. Yes I believe throughput is missing. 90th percentile however can be configured through a summary. I see in your example you have 95th percentile (the first jmeter_summary configuration). Switch and/or add 90 to that summary and that's your 90th percentile.

Though you may run into #119 because the time delta it's calculating over matters and seems to have some issue.

johrstrom avatar Jul 05 '23 13:07 johrstrom