I'm trying to get the difference between two values that share the same field name from two different sourcetypes that contain a field indicating a request has been completed.
A.
sourcetype=one AND event="FINISH" (the field that i'm interested in here would be responseTime)
B.
sourcetype=two AND event="COMPLETE" (again, looking for responseTime)
How do I plot the difference between responseTime A and responseTime B?
↧