johrstrom / jmeter-prometheus-plugin

A Prometheus Listener for Apache JMeter that exposes results in an http API
Apache License 2.0
164 stars 109 forks source link

Few Jmeter measures arent available #127

Open sattishv opened 1 year ago

sattishv commented 1 year ago

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.

johrstrom commented 12 months ago

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.