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 event emitters using Jupyter events for GatewayClient and GatewayMappingKernelManager #1253

Closed
rajmusuku opened this issue Mar 31, 2023 · 2 comments

Comments

@rajmusuku
Copy link
Contributor

Problem

Jupyter doesn't have a way to capture enterprise gateway's client and kernel failures to be able to log them as events/metrics in the internal telemetry system. We would like to know

  • How many gateway client failures took place in the last few days corresponding to number of users
  • How many kernel failure took place.
  • Error/exceptions from Enterprise gateway.

Proposed Solution

By leveraging jupyter_events, we can emit events for both GatewayClient and GatewayMappingKernelManger. On the receiver side, having a server extension that listens all the events and log them to internal telemetry system.

@welcome
Copy link

welcome bot commented Mar 31, 2023

Thank you for opening your first issue in this project! Engagement like this is essential for open source projects! 🤗

If you haven't done so already, check out Jupyter's Code of Conduct. Also, please try to follow the issue template as it helps other other community members to contribute more effectively.
welcome
You can meet the other Jovyans by joining our Discourse forum. There is also an intro thread there where you can stop by and say Hi! 👋

Welcome to the Jupyter community! 🎉

@Zsailer
Copy link
Member

Zsailer commented Apr 20, 2023

Done in #1252.

@Zsailer Zsailer closed this as completed Apr 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants