-
Notifications
You must be signed in to change notification settings - Fork 205
Add new extension yagp hooks collector #1629
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
Merged
Merged
Changes from all commits
Commits
Show all changes
49 commits
Select commit
Hold shift + click to select a range
4be9e4a
[yagp_hooks_collector] Add extension skeleton with GRPC transport
Smyatkin-Maxim 8f3f0c6
[yagp_hooks_collector] Fix segfault in plan text generator
Smyatkin-Maxim 1bf1d76
[yagp_hooks_collector] Add executor instrumentation, /proc stats, and…
Smyatkin-Maxim 7680c38
[yagp_hooks_collector] Apply llvm code style
Smyatkin-Maxim 76cb553
[yagp_hooks_collector] Switch to query_info_collect_hook and fix stab…
Smyatkin-Maxim ac9a4ea
[yagp_hooks_collector] Add debian packaging and bionic GRPC compatibi…
Smyatkin-Maxim 96c005b
[yagp_hooks_collector] Add CDB metrics, query nesting, and configurat…
Smyatkin-Maxim 5dd24e1
[yagp_hooks_collector] Diff system stats per-query and improve error …
Smyatkin-Maxim 244b1e3
[yagp_hooks_collector] Fix EventSender and GrpcConnector in forked pr…
Smyatkin-Maxim 5011ddf
[yagp_hooks_collector] Fix memory leak in EXPLAIN ANALYZE code path
Smyatkin-Maxim f54c583
[yagp_hooks_collector] Add motion network and workfile spill stats
Smyatkin-Maxim 2a40208
[yagp_hooks_collector] Clean up threading, signal handling, and logging
Smyatkin-Maxim 036e15e
[yagp_hooks_collector] Add ignored_users_list GUC
Smyatkin-Maxim 004fffd
[yagp_hooks_collector] Replace GRPC transport with protobuf-over-UDS
Smyatkin-Maxim 7933790
[yagp_hooks_collector] Fix missing query statuses after protobuf migr…
Smyatkin-Maxim 6f416a9
[yagp_hooks_collector] Add stat_messages() runtime statistics view
Smyatkin-Maxim e941608
[yagp_hooks_collector] Fix message lifecycle ordering and memory leaks
Smyatkin-Maxim fb41ea5
[yagp_hooks_collector] Improve query_id and resource group resolution
Smyatkin-Maxim 14ca85b
[yagp_hooks_collector] Add nested query tracking
Smyatkin-Maxim a9048d4
[yagp_hooks_collector] Add configurable text field trimming
Smyatkin-Maxim a861071
[yagp_hooks_collector] Add error message reporting for failed queries
Smyatkin-Maxim 965bb64
[yagp_hooks_collector] Change report_nested_queries to PGC_USERSET
Smyatkin-Maxim b61e59a
[yagp_hooks_collector] Diff per-query stats between submit and end
Smyatkin-Maxim e8be9c9
[yagp_hooks_collector] Fix try/catch block when calling C++ code from…
Smyatkin-Maxim ce906c2
[yagp_hooks_collector] Improve nested query handling and add slice info
Smyatkin-Maxim 0d13067
[yagp_hooks_collector] Split EventSender into submodules
Smyatkin-Maxim 9fa6ab1
[yagp_hooks_collector] Ignore EXPLAIN VERBOSE errors for unsupported …
Smyatkin-Maxim 7c33bd1
[yagp_hooks_collector] Add per-slice interconnect statistics
Smyatkin-Maxim 15d4d6b
[yagp_hooks_collector] Fix user filtering propagation timing
NJrslv 8ba10d7
[yagp_hooks_collector] Miscellaneous fixes and refactoring
NJrslv 2ffb146
[yagp_hooks_collector] Add conditional EXPLAIN ANALYZE collection
NJrslv 87dc570
[yagp_hooks_collector] Fix memory leaks, add safe C++ wrappers, impro…
NJrslv 972192d
[yagp_hooks_collector] Add utility statement tracking and metrics doc…
NJrslv ed059a2
[yagp_hooks_collector] Add regression tests, ANALYZE text output, and…
NJrslv 47d0d9c
[yagp_hooks_collector] Port backend infrastructure and adapt for Clou…
NJrslv d0ca75c
[yagp_hooks_collector] Add --with-yagp-hooks-collector configure opti…
NJrslv 4c6b114
[yagp_hooks_collector] Add consistent GUC filtering and submit/done h…
NJrslv ea705d9
[yagp_hooks_collector] Add UDS round-trip test and fix send() accounting
NJrslv 3eda4ae
[yagp_hooks_collector] Fix locale-dependent normalization crash
NJrslv 6c98695
[yagp_hooks_collector] Add Apache license headers and enable -Werror
NJrslv 9e01807
[yagp_hooks_collector] Fix null ErrorData dereference on segments
NJrslv c80d761
[yagp_hooks_collector] Move to gpcontrib directory
24fd1d1
[gp_stats_collector] Rename yagp_hooks_collector to gp_stats_collector
NJrslv 5a98162
[gp_stats_collector] Simplify Makefile and add -Wno-unused-but-set-va…
NJrslv b8ae0fc
[gp_stats_collector] Build by default with extension disabled via GUCs
NJrslv 1c25757
[gp_stats_collector] Code quality cleanup
NJrslv 6a84528
[gp_stats_collector] Wrap hook call in try/catch on error path
NJrslv 157f1da
[gp_stats_collector] Adapt namings for Cloudberry
NJrslv d5b88c6
[gp_stats_collector] Remove unnecessary CONFIGURE_EXTRA_OPTS param
NJrslv File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.