summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2020-03-16Fix Prometheus Remote Write build (#8411)Vladimir Kobal
2020-03-16Fix streaming scaling (#8375)Markos Fountoulakis
* Disallow multiple streaming connections to the same master agent * Reject multiple streaming connections quickly without blocking * Increase timeout for systemd service shutdown to give time to flush the db. * Optimize page correlation ID to use atomic counter instead of locks * Reduce contention in global configuration mutex * Optimize complexity of inserting configuration sections from O(N) to O(1) * Reduce overhead of clockgettime() by utilizing CLOCK_MONOTONIC_COARSE when applicable. * Fix unit test compile errors
2020-03-16[Package amd64 RPM][Build latest] Package build process triggernetdatabot
2020-03-16[Package i386 DEB][Build latest] Package build process triggernetdatabot
2020-03-16[Package amd64 DEB][Build latest] Package build process triggernetdatabot
2020-03-16[ci skip] create nightly packages and update changelognetdatabot
2020-03-15Support SOCKS5 in ACLK Challenge/Response and rewrite with LWS (#8404)Timo
* wip * add alpn * beggining of cleanup * move common code * add SOCKS5 support * check HTTP response code * add timeout * separate https_client into own files * fix some mem leaks from master + avoid string copying and alloc/free * fix some PR unrelated warnings
2020-03-15Update the type message for the alarm updates (#8403)Stelios Fragkakis
2020-03-15[Package amd64 RPM][Build latest] Package build process triggernetdatabot
2020-03-15[Package i386 DEB][Build latest] Package build process triggernetdatabot
2020-03-15[Package amd64 DEB][Build latest] Package build process triggernetdatabot
2020-03-15[ci skip] create nightly packages and update changelognetdatabot
2020-03-14Improved the performance of the ACLK. (#8391) (#8401)Andrew Moss
* Switched back to lws internal scheduler, small fragment size. * Fixing comment from review
2020-03-14Improving the ACLK performance - initial changes (#8399)Andrew Moss
Add an inspection point for VerneMQ in the local dev env. Remove the bottleneck in sending websocket messages, at the expense of increased CPU-load. Fixed the message encoding. Added support for stress testing - it is still enabled in the main loop so will fire stress-testing payloads when the ACLK is established. Next patch will integrate the socket polling properly to reduce the CPU overhead and remove the stress testing payloads.
2020-03-14Migrate Tests from Travis CI to Github Workflows (#8331)James Mills
* Migrate Tests from Travis CI to Github Workflows * Use GHA path filters * Make a unit test fail * Run new cmocka based unit tests * Revert "Make a unit test fail" This reverts commit 15500c59e4d49cb478ef27289de0366a543815c5. * Make a cmocka unit test fail * Work around a bug in libbson-1.0 on Ubuntu 18.04 * Add DCMAKE_BUILD_TYPE=Debug to make dbengine tests pass * Upload LastTest.log to GHA Artifact storage * Revert "Make a cmocka unit test fail" This reverts commit 920f56a03d0479bec1a67dc8c242df189f702177. * Remove Artifacts Validation stage
2020-03-14[Package amd64 RPM][Build latest] Package build process triggernetdatabot
2020-03-14[Package i386 DEB][Build latest] Package build process triggernetdatabot
2020-03-14[Package amd64 DEB][Build latest] Package build process triggernetdatabot
2020-03-14[ci skip] create nightly packages and update changelognetdatabot
2020-03-13ACLK: Improved the agent "pop-corning" phase (#8398)Stelios Fragkakis
* Ignore the cloud commands when the agent is initializing * Tune the agent popcorning * Reorder waiting msg, stable timeout back to 10 seconds * Moved checks for popcorning to the calling functions for code clarity
2020-03-13[Package amd64 RPM][Build latest] Package build process triggernetdatabot
2020-03-13[Package i386 DEB][Build latest] Package build process triggernetdatabot
2020-03-13[Package amd64 DEB][Build latest] Package build process triggernetdatabot
2020-03-13[ci skip] create nightly packages and update changelognetdatabot
2020-03-13Correct a typo in .travis/README.md (#8333)Felix Yan
2020-03-13Fix coverity scan (#8388)James Mills
* Fix coverity scan * Add path filter to pull_request: condition * Add missing dependency
2020-03-13Update paragraph on install-required-packages (#8347)James Mills
* Update paragraph on install-required-packages * Update packaging/installer/methods/manual.md * Fix build error Co-authored-by: Patti Short <35278231+shortpatti@users.noreply.github.com>
2020-03-13Migrate make dist validation to GHA Workflows (#8373)James Mills
* Migrate make dist validation to GHA Workflows * Refactor run_install_with_dist_file.sh
2020-03-12Enconde slave fields (#8216)thiagoftsm
* stream_encode: Enconde slave This commit encodes the messages before to send them from master to slave * stream_encode: Remove comma This commit changes the comma to semi-colon to bring a pattern to code
2020-03-12Add Patti's video to docs (#8385)Joel Hans
We're adding Patti's dashboard intro video to a few relevant spots in the documentation to get some more eyes on it.
2020-03-12Add a Prometheus Remote Write connector to the exporting engine (#8292)Vladimir Kobal
* Copy files from the Prometheus remote write backend * Update the documentation * Rename backend -> exporting * Add the connector to the Netdata build * Separate files for the remote write connector * Add an initializer and formatters * Read a connector specific configuration option * Add a separate function for header sending * Use labels instead of tags * Separate write request for every instance * Add unit tests
2020-03-12Add deferred error message handling to the installer. (#8381)Austin S. Hemmelgarn
This adds handling for deferring non-fatal error messages so that they get shown at the end of the install. It also adds code to do this for failures to fetch, build, or install libmosquitto, LWS, and the go.d plugin.
2020-03-12Format of commit messages (#8365)Andrew Moss
Co-authored-by: Patti Short <35278231+shortpatti@users.noreply.github.com>
2020-03-12docs: fix go.d modules in the COLLECTORS.md (#8380)Ilya Mashchenko
fix go.d modules in the COLLECTORS.md
2020-03-12[Package amd64 RPM][Build latest] Package build process triggernetdatabot
2020-03-12[Package i386 DEB][Build latest] Package build process triggernetdatabot
2020-03-12[Package amd64 DEB][Build latest] Package build process triggernetdatabot
2020-03-12[ci skip] create nightly packages and update changelognetdatabot
2020-03-12Improve Pull Request template to have a shorter testing section with ↵James Mills
enhanced instructions (#8357) * Improve Pull Request tempalte to have a shorter testing section with enhanced instructions * Update .github/PULL_REQUEST_TEMPLATE.md Co-Authored-By: Patti Short <35278231+shortpatti@users.noreply.github.com> * Update .github/PULL_REQUEST_TEMPLATE.md Co-Authored-By: Patti Short <35278231+shortpatti@users.noreply.github.com> * Update .github/PULL_REQUEST_TEMPLATE.md Co-Authored-By: Patti Short <35278231+shortpatti@users.noreply.github.com> * Update .github/PULL_REQUEST_TEMPLATE.md Co-Authored-By: Patti Short <35278231+shortpatti@users.noreply.github.com> * Update .github/PULL_REQUEST_TEMPLATE.md Co-Authored-By: Patti Short <35278231+shortpatti@users.noreply.github.com> Co-authored-by: Patti Short <35278231+shortpatti@users.noreply.github.com>
2020-03-12Fix Travis configuration for nightly builds. (#8376)Austin S. Hemmelgarn
2020-03-11new version of godplugin and pulsar alarms, dashboard info (#8364)Ilya Mashchenko
bump godplugin to v0.17.0 and add pulsar alarms, dashboard_info
2020-03-11Change topics for ACLK (#8374)Andrew Moss
Update to topic structure.
2020-03-10Add proper parsing/stripping of comments around docs frontmatter (#8372)Joel Hans
* Quick fix to main docs page * Strip frontmatter comments * Fix for main README
2020-03-11[ci skip] create nightly packages and update changelognetdatabot
2020-03-10Bulk add frontmatter to all documentation (#8354)Joel Hans
* Bulk add frontmatter * A few extra edge cases
2020-03-10Added quotes around markdown=1 (#8362)Joel Hans
2020-03-10ebpf plugin info typo fix (#8360)Ilya Mashchenko
2020-03-10Add packaging/bundle-lws.sh to dist_noinst_DATA (was missed) (#8356)James Mills
2020-03-10Improve ACLK according to results of the smoke-test. (#8358)Andrew Moss
* Cleaning up the ACLK part 2 (#8187) * Initial proxy support implementation (#8146) * Implement the ACLK Challenge-Response Authentication (#8317) Co-authored-by: Timo <6674623+underhood@users.noreply.github.com>
2020-03-10[Package amd64 RPM][Build latest] Package build process triggernetdatabot