-
Notifications
You must be signed in to change notification settings - Fork 111
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Plugin collects response time only for PASSED transactions #95
Comments
There are no statistics for Success and Failure Total and Ratio |
What is
I'll have to look into that a bit. |
SSH Protocol Support return code="0" Thank you |
Only 200 and 0 collected |
Hello,
Looks like plugin collects response time only for PASSED transactions.
jmeter_rt_summary{code="200",instance="localhost:9270",job="jmeter",label="01.OCM.Login",name="jmeter",quantile="0.75"}
or
jmeter_rt_summary{code="0",instance="localhost:9270",job="jmeter",label="Start Worker nodes:(xxxx:22)",name="jmeter",quantile="0.75"}
Will be useful collects also failed transactions response time.
I use Transaction Controller which has "do while" loop until some operation will be finished. And during the waiting loop token can be expired. I refresh it but generally Transaction Controller will be in Fail status.
And it missed in data collected in Prometheus.
Anyway, I can configure it.
Thank you
The text was updated successfully, but these errors were encountered: