Merged
Conversation
Do not attempt to release statements if we have closed the databases (cherry picked from commit 0819f17)
Fix packet timeout handling in MQTT client (cherry picked from commit d78d68f)
* Additional logging for ACLK connections when proxy is used Add ACLK proxy info in aclk-state CLI command and api/v1/aclk * Code formatting * Remove unused includes and clean up command pipe logging * Disable socks for now; not working * Remove SOCKS proxy environment check (cherry picked from commit 87db538)
add mqtt publish latency report to aclk-state cli command (cherry picked from commit e6cb18b)
* Code cleanup * Collect packets that have time out then do cleanup * No need to run cleanup on demand * Add a periodic cleanup check_packet_monitor_list_for_timeouts return true of max cleanup was performed Keep stats of pending packets waiting puback * Replace mqtt_wss_now_usec with now_monotonic_usec * Cleanup packet timeput monitor list on disconnection and clean reconnection -- reset statistics as well Keep chart of puback wait messages * Additional statistics in aclk-state * Set timestamp on query creation * Query threads and MQTT ACK processing now acquire locks in the same order (pending_packets → main_buffer) to prevent AB-BA deadlock. (cherry picked from commit b004542)
* Add Oracle Linux 10 to CI and package builds. * Skip local build tests for Oracle Linux 10. (cherry picked from commit c3f4282)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> (cherry picked from commit 0ee78a0)
(cherry picked from commit 8c9c28e)
(cherry picked from commit fd89ffa)
(cherry picked from commit fcfb437)
(cherry picked from commit 841a93e)
(cherry picked from commit 1d6056f)
(cherry picked from commit b7f5994)
…etdata#20770) (cherry picked from commit d7e7f75)
…etdata#20784) (cherry picked from commit 28ec237)
…etdata#20786) (cherry picked from commit da58ac2)
…metrics (netdata#20787) (cherry picked from commit c42f988)
…dation (netdata#20798) fix(go.d): resolve toctou vuln in binary path validation (cherry picked from commit ac36b85)
Handle virtual host version announcement to the cloud (cherry picked from commit 5e7eb79)
(cherry picked from commit 1efba82)
(cherry picked from commit 542700b)
) * feat(aclk): Add detailed pulse metrics for ACLK telemetry Adds several new charts to the internal `pulse` telemetry system to provide deeper insight into ACLK performance. New metrics include: - Per-iteration min/avg/max PUBACK latency. - Max wait times for the send queue and PUBACK queue. - Split send queue wait times into "unsent" and "partial". All timing charts are presented in milliseconds for readability. * remove _Atomic (cherry picked from commit 64ede95)
…MP profiles (netdata#20803) (cherry picked from commit 994bdde)
…ion (netdata#20805) Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> (cherry picked from commit ec25d71)
Clear packet id when processed (cherry picked from commit b1aea7f)
…tric collection (netdata#20814) (cherry picked from commit 4f5d6e9)
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
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