johrstrom / jmeter-prometheus-plugin

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

Meassuring SuccessRatio not available in in drop down #88

Closed vattna closed 4 years ago

vattna commented 4 years ago

Hello and thanks for the for the great work!

Using release 0.6.0 with jMeter 5.3, i can't find SuccessRatio as measurement: image

manualy modifying .jmx file works:

# HELP test_successRatio_success default help string
# TYPE test_successRatio_success counter
test_successRatio_success{label="identify - username / pass",} 9.0
....

but option is still not available in gui afterwards

johrstrom commented 4 years ago

Thanks for the ticket! That seems to be a bug. I'll take a look at it this week when I get a chance.

GiovanniPaoloGibilisco commented 4 years ago

Testing on 0.6.0 I see SuccessRatio can be selected from the drop-down (it just does not appear in the list as it's too long and you need to scroll down). Can you verify if it's there or not? image

vattna commented 4 years ago

Testing on 0.6.0 I see SuccessRatio can be selected from the drop-down (it just does not appear in the list as it's too long and you need to scroll down). Can you verify if it's there or not? image

Hah, this is actually it, I can see the scroll bar in my attached screenshot as well.

I'll just blame it on jMeter not being very optimized for 4k resolution and not having a thought of a scroll bar appearing on such a short list.