-
Notifications
You must be signed in to change notification settings - Fork 78
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
User Journey tracking documentation #502
Comments
What we are supposed to do in the CPU journey? It looks pretty similar to what we did in Profiling. |
@RafaelGSS a few thoughts:
|
Excellent, I agree. |
I'm adding it to the agenda to discuss how we can expose it to the community in a call for help. Maybe a tweet could be enough? |
This issue is stale because it has been open many days with no activity. It will be closed soon unless the stale label is removed or a comment is made. |
Hey @mhdawson @RafaelGSS 👋 A question regarding "Monitoring Excessive CPU Usage" we want to help Node.Js users to have a real-time CPU monitoring solution or an on-demand tool that is runnable locally? |
The idea is to show a few ways to monitor excessive CPU usage. Each step can be either an open-source tool or a built-in one. |
@nodejs/diagnostics The memory set of documents is done, so I think we can move it to nodejs.org. The remaining question is: Where it should be placed? cc: @nodejs/website |
I think this might be the right page - https://nodejs.org/en/docs/guides/ |
Once we merge it to the nodejs.org website, should we delete it from here and put a link to the nodejs.org repo? |
I think we can point to the nodejs.org repo, but the exercises like #572 should remain here. |
@No9 We have a mention to |
@nodejs/website is that possible to get some insights from the guides we are creating? I'm not sure if that's getting traction. In case not, I'd suggest to the team to close this issue even without completing the list. By insights I mean, visualizations per day in comparison to other pages |
We removed Google Analytics/tracking some years ago. (I'd be fine with putting it back, but I'm also fine deferring to the people who really want to err on the side of privacy in these things.) We do have some log files that can be crunched to get usage, but I believe that would involve people from @nodejs/build. |
Don't we use Cloudflare? IIRC we can get the same insights from their dashboards. |
We do use CloudFlare but access to that is restricted to the build-infra team. The CloudFlare data is where the numbers for https://nodejs.org/metrics/ (leading to https://storage.googleapis.com/access-logs-summaries-nodejs/index.html) come from. Those only contain numbers for the downloads -- code in https://github.com/nodejs/build/tree/main/ansible/roles/metrics filters for the download files and strips out identifying information before publishing to the Google storage bucket. |
Happy to add it to the agenda if someone else wants to pursue this work. |
This issue aims to track the remaining tutorials under documentation folder.
The #439 contains the documents created in the WG Deep Dive and we are working to transpose them into live documents.
Feel free to update this description when a tutorial is done.
cc: @nodejs/diagnostics
The text was updated successfully, but these errors were encountered: