I would kindly like to know if there
is a possibility on Glowroot to filter a response time specific to a method.
I am using glowroot central with a Glowroot-Agent with absolutely no change in
code in my standalone Java based application.
The class which I am trying to monitor extends another and overrides the method
that receives the requests. I am trying to monitor the response time of a
method being called after the request is made.
I am creating a new instrumentation, adding the method name, and capturing the transactions. Doing so still gives me the total response time and not the response time of the method.
* If you want it to capture an entirely new transaction for that method, you can configure that in the Instrumentation (this is a new feature so you'll , e.g.
Let me know if this gets you what you are looking for.
Thanks,
Trask
Hi Trask,
I have a method which takes around 33ms to complete.
I want to capture the complete execution time of that method - the time entering the method and returning
from the method.
I have created an instrumentation to capture a transaction for the specific method and I have set it to capture a new transaction but still it captures the time from the start of the request to the end of it.
In the above screenshot the breakdown has a total 5,318.6ms which is the execution time of the complete request not the method.
Thanks,
John
{
"className": "net.agi.AuthCard",
"methodName": "doAuth",
"methodParameterTypes": [
"java.lang.String",
"java.lang.String",
"java.lang.String",
"java.lang.String",
"java.lang.String",
"java.lang.String",
"java.lang.String",
"boolean"
],
"captureKind": "transaction",
"transactionType": "Service",
"transactionNameTemplate": "doAuth",
"transactionSlowThresholdMillis": 0,
"alreadyInTransactionBehavior": "capture-new-transaction",
"traceEntryMessageTemplate": "doAuth",
"timerName": "doAuth"
}



Thanks,
Trask
--
You received this message because you are subscribed to the Google Groups "Glowroot" group.
To unsubscribe from this group and stop receiving emails from it, send an email to glowroot+u...@googlegroups.com.
To post to this group, send email to glow...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/glowroot/51615ce3-3d03-4553-b0aa-057edbd18d50%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.