Like the topic suggested. Is there an option to return back what my query is for the result?
What I am looking for is to embed an ID to the request so we can easily identify the source of requester.
So the task detail view can easily show who's query is taking large execution time.
But unfortunately, the task view doesn't show the "comment" in json payload; therefore, my original idea won't work.
Has anybody done something similar already? I'm open to ideas to easily identify the source of requester. I don't mean IP address, etc. I am looking for an easy way for the requestor to self identify.
Thanks.