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

Add client ip address to information_schema #1975

Closed
mattrpav opened this issue Jun 5, 2019 · 2 comments · Fixed by #1991
Closed

Add client ip address to information_schema #1975

mattrpav opened this issue Jun 5, 2019 · 2 comments · Fixed by #1991

Comments

@mattrpav
Copy link

mattrpav commented Jun 5, 2019

For troubleshooting and monitoring, it would be great to have client connected IP addresses provided in the session info.

Improvement request

  1. Add clientIP to INFORMATION_SCHEMA.TCP_CONNECTIONS
@mattrpav
Copy link
Author

TODO: Create patch that updates this call to include the clientIP address:
https://github.com/h2database/h2database/blob/master/h2/src/main/org/h2/server/TcpServerThread.java#L162

@mattrpav mattrpav changed the title Add client ip address to session information Add client ip address to information_schema Jun 13, 2019
@mattrpav
Copy link
Author

Patch provided in PR (#1990)

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

Successfully merging a pull request may close this issue.

1 participant