Skip to content
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

How do get client ip on a thread dump. #9664

Open
yoonys98 opened this issue Jan 30, 2023 · 7 comments
Open

How do get client ip on a thread dump. #9664

yoonys98 opened this issue Jan 30, 2023 · 7 comments

Comments

@yoonys98
Copy link

How do get client ip on a thread dump as a transaction list ?

threaddump-1.zip

@smilu97
Copy link
Contributor

smilu97 commented Jan 30, 2023

threaddump-1

Pinpoint does not currently present client ip address on that table, but you may check the ip address on Inspector tab of the corresponding agent.

스크린샷 2023-01-30 오전 11 29 21

@yoonys98
Copy link
Author

Client IP <> Pinpoint Agent IP
Client IP == End User IP of active request

As Client IP of transaction list
transactionlist-1.zip

@smilu97
Copy link
Contributor

smilu97 commented Jan 30, 2023

Maybe you can search the trace with transactionID at the top-right search bar, and get the remote address

스크린샷 2023-01-30 오후 3 18 16

@yoonys98
Copy link
Author

Thanks you. But,
It is the Client IP of the terminated transaction.
I want to know the Client IP of the running transaction(active request).

@smilu97
Copy link
Contributor

smilu97 commented Jan 30, 2023

Would you give an example of a transaction, and point out the ip address which you want?

@yoonys98
Copy link
Author

What I want is to see the client IP on the thread dump screen that comes out when you press the magnifying glass in the active request.
I understand that running transactions are displayed in the thread dump screen.
Is there a way to see the user IP of the running transaction?

@smilu97
Copy link
Contributor

smilu97 commented Jan 30, 2023

I checked that current pinpoint is not capturing any metadata of application while thread-dumping.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants