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

[New Feature][ASH] Active history for sessions #19147

Open
1 of 55 tasks
hbhanawat opened this issue Sep 17, 2023 · 0 comments
Open
1 of 55 tasks

[New Feature][ASH] Active history for sessions #19147

hbhanawat opened this issue Sep 17, 2023 · 0 comments
Assignees
Labels
area/active-history Active history of sessions kind/new-feature This is a request for a completely new feature

Comments

@hbhanawat
Copy link
Contributor

hbhanawat commented Sep 17, 2023

Description

For effective performance diagnosis, we need a mechanism which provides both current & historical view of system activity- such as what statements were running at time T, what were they doing at that time (on the CPU, waiting for locks, disk IO, network RPC, safe time, etc.), breakdown of that information by node or query shape (text), was a particular tablet/shard hotter than others, etc.. This mechanism should be on-by-default -- so it must be light-weight enough.

This issue tracks DB side changes needed for active history.

  1. PG infrastructure for ASH
  2. PG Instrumentation
  3. TServer - Wait State Infrastructure
  4. TServer - Instrumentation
  5. Master - Instrumentation

Warning: Please confirm that this issue does not contain any sensitive information

  • I confirm this issue does not contain any sensitive information.
@hbhanawat hbhanawat added kind/new-feature This is a request for a completely new feature area/active-history Active history of sessions labels Sep 17, 2023
@hbhanawat hbhanawat self-assigned this Sep 17, 2023
@hbhanawat hbhanawat changed the title [New Feature][ActiveHistory] Active history for sessions [New Feature][ASH] Active history for sessions Jan 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/active-history Active history of sessions kind/new-feature This is a request for a completely new feature
Projects
None yet
Development

No branches or pull requests

1 participant