forked from netdata/netdata
-
Notifications
You must be signed in to change notification settings - Fork 0
Upstream/v1.44.1 #15
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
Open
boxjan
wants to merge
748
commits into
agora-main
Choose a base branch
from
upstream/v1.44.1
base: agora-main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Upstream/v1.44.1 #15
Conversation
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
* Prepare metadata sync thread cleanup earlier in the shutdown process * Set flag for the dimensions that need ML MODEL load instead of queueing a message in the event loop * Process the dimension ML load during the normal dimension metadata save loop * Use spinlock for cmd queue / dequeue instead of mutex Cleanup queue structure * Remove old ML model load code * Rebase and cleanup
* Collectors should not be running at this point, but allow shutdown to continue after several retries (workaround) * Proceed with shutdown after 10 attempts
Co-authored-by: ilyam8 <ilyam8@users.noreply.github.com>
Optimize database before shutdown
Add index properly if collision is detected
* split cgroups discovery to a separate file * base for implementing cgroup-top * working cgtop * removed off_t casting * update * fix cpu_full_pressure_stall_time ctx * check disk read/write dims is not NULL in functions * fixes * fix traffic * fix codacy warnings * upd --------- Co-authored-by: ilyam8 <ilya@netdata.cloud>
* split systemd-journal.c * split fstat caching * split systemd-journal further * working systemd-units function * do not enable systemd-units when libsystemd does not provide the interface * move the header to the right place * mixed parantheses * update codacy exlcusions * update codacy exlcusions * update codacy exlcusions * added option to show show expanded filters by default * keep the original extension and decode descriptions too * updated systemd-units function to handle all known unit states * dont show the path by default * final touches * remove trailing spaces
rename functions
Update README.md
* fix: check for null rrdim in cgroup functions * fmt
* implement streaming trough h2o managed port
Co-authored-by: ilyam8 <ilyam8@users.noreply.github.com>
* fix memory leak * add more information about systemd units
* add network interface stats function * move Total to 3rd pos * fix drops tx
Pages with type 2 (gorilla compression) can be > 4096 bytes in multiples of GORILLA PAGE SIZE
update bundles UI to v6.66.1
Co-authored-by: ilyam8 <ilyam8@users.noreply.github.com>
Co-authored-by: Ilya Mashchenko <ilya@netdata.cloud> (cherry picked from commit 0384e90)
(cherry picked from commit 878c3f5)
…ux 2 (netdata#16562) --------- Signed-off-by: Tasos Katsoulas <tasos@netdata.cloud> (cherry picked from commit 35403d6)
Fix release workflow Signed-off-by: Tasos Katsoulas <tasos@netdata.cloud> (cherry picked from commit 5809d93)
(cherry picked from commit 9fdf1c9)
(cherry picked from commit e973222)
* Use at least one thread to do context load Check for uninitialized last connected value * Simplify / fix compilation warning (cherry picked from commit f672c4b)
fix cpu arch/ram/disk oder in buildinfo (cherry picked from commit 25f2abe)
Fix memory leak (cherry picked from commit 0d3c9be)
* debugfs exit on sigpipe * return 1 on sigpipe (cherry picked from commit 687b19f)
…in (netdata#16558) * Change the workflow on how we set the right permissions Signed-off-by: Tasos Katsoulas <tasos@netdata.cloud> * Add a failsafe in case fail to set the cap_perfmon Signed-off-by: Tasos Katsoulas <tasos@netdata.cloud> * add EOF new line Signed-off-by: Tasos Katsoulas <tasos@netdata.cloud> * Fix workflow Signed-off-by: Tasos Katsoulas <tasos@netdata.cloud> * minor spelling Signed-off-by: Tasos Katsoulas <tasos@netdata.cloud> * we made it odyssey Signed-off-by: Tasos Katsoulas <tasos@netdata.cloud> * Apply suggestion from code review Signed-off-by: Tasos Katsoulas <tasos@netdata.cloud> * Tidy-up postinst script. --------- Signed-off-by: Tasos Katsoulas <tasos@netdata.cloud> Co-authored-by: Austin S. Hemmelgarn <austin@netdata.cloud> (cherry picked from commit e8a12b3)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
Test Plan
Additional Information
For users: How does this change affect me?