summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2023-02-20bump go.d to v0.51.0 (#14572)Ilya Mashchenko
2023-02-20Remove References category from learn (#14571)Chris Akritidis
2023-02-20Fix doc capitalization and remove obsolete section (#14569)Chris Akritidis
2023-02-20Include troubleshooting section in the docs of python.d modules (#13721)Tasos Katsoulas
Add troubleshooting sections to all python modules Signed-off-by: Tasos Katsoulas <tasos@netdata.cloud>
2023-02-20Fix broken links in our documentation (#14565)Fotis Voutsas
* fix broken link in ml/README.md * fix broken link across all files * fix broken link across all files * fix broken links and remove what's next sections * fix broken links and remove what's next section * Remove related links sections with broken links that link to removed files * fix broken links
2023-02-20reviewed plans page to be according to latest updates (#14560)Hugo Valente
* reviewed plans page to be accordint to latest updates * Removed extra paren * Update docs/cloud/manage/view-plan-billing.md --------- Co-authored-by: Chris Akritidis <43294513+cakrit@users.noreply.github.com>
2023-02-20Remove obsolete instruction to lower memory usage (#14568)Chris Akritidis
2023-02-20Re-index when machine guid changes (#14535)Emmanuel Vasilakis
* sort per reachable in v0/info. re-index per hostname * remove whitespace * keep the new host if the old is archived or orphan
2023-02-18[ci skip] Update changelog and version for nightly build: v1.38.0-106-nightly.netdatabot
2023-02-17Fix kickstart link (#14559)Chris Akritidis
* Fix kickstart link * Update synology.md
2023-02-17Make secure nodes a category landing page (#14558)Chris Akritidis
2023-02-17Add misc landing page and move proxy guides (#14557)Chris Akritidis
* Add misc landing page and move proxy guides * Add misc landing page * Fix misc edit link
2023-02-17Update email notification docs with info about setup in Docker. (#14555)Austin S. Hemmelgarn
2023-02-17Reorg learn 021723 (#14556)Chris Akritidis
* Change titles of agent alert notifications * Reintroduce netdata for iot * Eliminate guides category, merge health config docs * Rename setup to configuration * Codacy fixes and move health config reference
2023-02-17Fix broken links in integrations-overview (#14554)Fotis Voutsas
* Fix broken links in integrations-overview * fix broken link in docs/export/enable-collector.md
2023-02-17More reorg learn 021623 (#14550)Chris Akritidis
* Moved contents of statsd guide inside the plugin documentation. * Remove remaining guides, content verified to exist elsewhere
2023-02-17Roles docs: Add Early Bird and Member role (#14537)Hugo Valente
* changes on roles and plans to mention legacy community * rectify the legacy plan name to Early Bird and small fixes * changes on roles and plans to mention legacy community * rectify the legacy plan name to Early Bird and small fixes * added note about restricting move to Community * Update docs/cloud/manage/plans.md Co-authored-by: Alex Malkov <alex.a.malkov@gmail.com> * Update docs/cloud/manage/plans.md Co-authored-by: Chris Akritidis <43294513+cakrit@users.noreply.github.com> --------- Co-authored-by: Alex Malkov <alex.a.malkov@gmail.com> Co-authored-by: Chris Akritidis <43294513+cakrit@users.noreply.github.com>
2023-02-17[ci skip] Update changelog and version for nightly build: v1.38.0-97-nightly.netdatabot
2023-02-16Update learn path of python plugin readme (#14549)Chris Akritidis
2023-02-16Hide netdata for IoT from learn. (#14548)Chris Akritidis
Will make a blog post out of a better version of this.
2023-02-16Reorg markdown files for learn (#14547)Chris Akritidis
* Move export graphite metrics guide content to new integrations landing page and exporter readme * Merge info on how to write python collector and reorg file * Codacy warning fixes
2023-02-16fix setting go.d.plugin capabilities (#14525)Ilya Mashchenko
2023-02-16Assorted shellcheck cleanup. (#14524)Austin S. Hemmelgarn
* Add shellcheck config file to globally disable dead code checks. These checks have an extremely high false positive rate and even when they’re correctly flagging code the impact is generally very low. * Fix assorted shellcheck errors in installer code. This should make reviewing PRs relating to this code much easier. * Make shellcheck quit complaining about shellcheckrc formatting.
2023-02-16Remove unused config options and functions (#14542)Stelios Fragkakis
* Remove unused config options and declarations * Remove unused config options, declarations and commented out code * Remove datafile_acquire_dup as it is not used
2023-02-16[ci skip] Update changelog and version for nightly build: v1.38.0-90-nightly.netdatabot
2023-02-15JSON internal API, IEEE754 base64/hex streaming, weights endpoint ↵Costa Tsaousis
optimization (#14493) * first work on standardizing json formatting * renamed old grouping to time_grouping and added group_by * add dummy functions to enable compilation * buffer json api work * jsonwrap opening with buffer_json_X() functions * cleanup * storage for quotes * optimize buffer printing for both numbers and strings * removed ; from define * contexts json generation using the new json functions * fix buffer overflow at unit test * weights endpoint using new json api * fixes to weights endpoint * check buffer overflow on all buffer functions * do synchronous queries for weights * buffer_flush() now resets json state too * content type typedef * print double values that are above the max 64-bit value * str2ndd() can now parse values above UINT64_MAX * faster number parsing by avoiding double calculations as much as possible * faster number parsing * faster hex parsing * accurate printing and parsing of double values, even for very large numbers that cannot fit in 64bit integers * full printing and parsing without using library functions - and related unit tests * added IEEE754 streaming capability to enable streaming of double values in hex * streaming and replication to transfer all values in hex * use our own str2ndd for set2 * remove subnormal check from ieee * base64 encoding for numbers, instead of hex * when increasing double precision, also make sure the fractional number printed is aligned to the wanted precision * str2ndd_encoded() parses all encoding formats, including integers * prevent uninitialized use * /api/v1/info using the new json API * Fix error when compiling with --disable-ml * Remove redundant 'buffer_unittest' declaration * Fix formatting * Fix formatting * Fix formatting * fix buffer unit test * apps.plugin using the new JSON API * make sure the metrics registry does not accept negative timestamps * do not allow pages with negative timestamps to be loaded from db files; do not accept pages with negative timestamps in the cache * Fix more formatting --------- Co-authored-by: Stelios Fragkakis <52996999+stelfrag@users.noreply.github.com>
2023-02-15Add renamed markdown files (#14540)Chris Akritidis
Add renamed files
2023-02-15Fix broken svgs and improve database queries API doc (#14539)Chris Akritidis
Update README.md
2023-02-15Reorganize learn documents under Integrations part 2 (#14538)Chris Akritidis
* Reorge exporter integrations * Reorg alert notifications. change mdx to md for alert related files * Move all .mdx to .md, including links.
2023-02-15Fix broken Alma Linux entries in build matrix generation. (#14536)Austin S. Hemmelgarn
We don’t need special handling for Alma’s images, so we should not have a `base_iamge` key for it.
2023-02-15Use BoxListItemRegexLink component in docs/quickstart/insfrastructure.md ↵Fotis Voutsas
(#14533) * change BoxListItem to BoxListItemRegexLink, and add []() to the links * add list of links for GitHub rendering purposes
2023-02-15Use curl from static builds if no system-wide copy exists. (#14403)Austin S. Hemmelgarn
Instead of immediately falling back to wget, try using curl from a static build if it is installed. This provides better behavior in a number of cases and also makes the static builds more self-contained (and makes the static builds a bit more self-contained).
2023-02-15Add Debian 12 to our CI and platform support document. (#14529)Austin S. Hemmelgarn
* Fix handling of base images for CI jobs. This allows us to continue using properly descriptive names despite Debian not publishing docker images with version numbers. * Add Debian 12 to CI and platform support documentation. * Fix build matrix generation scripts.
2023-02-15[ci skip] Update changelog and version for nightly build: v1.38.0-81-nightly.netdatabot
2023-02-14Update main metric retention docs (#14530)Chris Akritidis
* Update main metric retention docs * Fix link and typo
2023-02-14Simplify parser README.md and add parser files to CMakeLists.txt (#14523)Stelios Fragkakis
Add parser in CMakeLists.txt Keep minimal documentation (overview) and refer to the actual code
2023-02-14Update role-based-access.md (#14528)Chris Akritidis
2023-02-14Fix broken links in markdown files (#14513)Fotis Voutsas
* fix broken links in claim/README.md * delete broken link in docs/guidelines.md * fix broken links * fix broken link * fix broken links * fix broken links * fix broken links * fix broken links * fix broken links * remove broken link * fix broken link * fix broken links * fix broken links * fix broken links * fix broken link * fix linking phrasing * fix broken links batch * fix broken links second batch * fix broken links * fix broken links * fix broken links * Update COLLECTORS.md * fix broken links * fix broken links
2023-02-14added section to explain impacts on member role (#14527)Hugo Valente
2023-02-14replicating gaps (#14506)Costa Tsaousis
* instead of sending RBEGIN/REND without points, jump to the end of the gap on every replication step * Remove check for memory mode NONE so that replication when INTERPOLATE is negotiated will work * Remove unused label --------- Co-authored-by: Stelios Fragkakis <52996999+stelfrag@users.noreply.github.com>
2023-02-14Prevent crash when running '-W createdataset' (#14455)Emmanuel Vasilakis
prepare environment to run the dataset create
2023-02-14[ci skip] Update changelog and version for nightly build: v1.38.0-73-nightly.netdatabot
2023-02-13Add .NET info (#14429)thiagoftsm
2023-02-13[ci skip] Update changelog and version for nightly build: v1.38.0-71-nightly.netdatabot
2023-02-12Make external plugins a category page in learn (#14511)Chris Akritidis
Make external plugins a category page
2023-02-12Learn integrations category changes (#14510)Chris Akritidis
* Better present netdata pandas and fix how to add new charts to netdata * Properly categorize statsd and show it as a generic collector. Move asterisk and k6 Elevate anomaly detection to "monitor anything"
2023-02-12Member role on roles permissions docs (#14500)Hugo Valente
* first draft on role based acccess docs * first iteration with complete table * some fixes after local run * some fixes after local run * fixe one setence to be correct gramatically * fixed the topic type to Concetps * review with suggestion from the notes on the release notes and comment after previous merge * first draft on role based acccess docs * first iteration with complete table * some fixes after local run * some fixes after local run * fixe one setence to be correct gramatically * review with suggestion from the notes on the release notes and comment after previous merge * rebase from master and one fix * removed detailing word from sentence introducing permission tables * added a section because of member role * Update docs/cloud/manage/role-based-access.md --------- Co-authored-by: Chris Akritidis <43294513+cakrit@users.noreply.github.com>
2023-02-12Move collectors under Integrations/Monitoring (#14509)Chris Akritidis
* Move collectors under Integrations/Monitoring * Correct Monitoring to Monitor
2023-02-12Guides and collectors reorg and cleanup part 1 (#14507)Chris Akritidis
* rm github star important * Remove some guides and rework the data collection docs * link fixes on collectors/README.md * link fixes on collectors/REFERENCE.md * Fix codacy * More codacy list formatting
2023-02-12[ci skip] Update changelog and version for nightly build: v1.38.0-65-nightly.netdatabot