summaryrefslogtreecommitdiffstats
path: root/docs/guides
AgeCommit message (Collapse)Author
2022-10-24app to api netdata cloud (#13856)Timotej S
2022-10-22Update step-09 for dbmode update.md (#13864)DShreve2
2022-08-11chore(python.d): remove python.d/* announced in v1.36.0 deprecation notice ↵Ilya Mashchenko
(#13503)
2022-08-05docs: fix unresolved file references (#13488)Ilya Mashchenko
2022-07-29fix a guide so we can reference it's subsections (#13455)Tasos Katsoulas
2022-07-13Guide for troubleshooting Agent with Cloud connection for new nodes (#13322)Fotis Voutsas
* first commit for the guide * minor changes * lint and remove the image metadata * fix some newlines and add backlinks * fix some typos * Changes to the structure and steps * Fix title and custom_edit_url * minor styling fixes * Update troubleshooting-agent-with-cloud-connection.md * some wording changes and additions * fixes plus added Tasos's suggestions * Update troubleshooting-agent-with-cloud-connection.md Co-authored-by: Tasos Katsoulas <tasos@netdata.cloud> Co-authored-by: DShreve2 <david@netdata.cloud>
2022-07-11added another way to get ansible plays (#13349)Muhammed Hussein karimi
2022-07-06Multi-Tier database backend for long term metrics storage (#13263)Stelios Fragkakis
* Tier part 1 * Tier part 2 * Tier part 3 * Tier part 4 * Tier part 5 * Fix some ML compilation errors * fix more conflicts * pass proper tier * move metric_uuid from state to RRDDIM * move aclk_live_status from state to RRDDIM * move ml_dimension from state to RRDDIM * abstracted the data collection interface * support flushing for mem db too * abstracted the query api * abstracted latest/oldest time per metric * cleanup * store_metric for tier1 * fix for store_metric * allow multiple tiers, more than 2 * state to tier * Change storage type in db. Query param to request min, max, sum or average * Store tier data correctly * Fix skipping tier page type * Add tier grouping in the tier * Fix to handle archived charts (part 1) * Temp fix for query granularity when requesting tier1 data * Fix parameters in the correct order and calculate the anomaly based on the anomaly count * Proper tiering grouping * Anomaly calculation based on anomaly count * force type checking on storage handles * update cmocka tests * fully dynamic number of storage tiers * fix static allocation * configure grouping for all tiers; disable tiers for unittest; disable statsd configuration for private charts mode * use default page dt using the tiering info * automatic selection of tier * fix for automatic selection of tier * working prototype of dynamic tier selection * automatic selection of tier done right (I hope) * ask for the proper tier value, based on the grouping function * fixes for unittests and load_metric_next() * fixes for lgtm findings * minor renames * add dbengine to page cache size setting * add dbengine to page cache with malloc * query engine optimized to loop as little are required based on the view_update_every * query engine grouping methods now do not assume a constant number of points per group and they allocate memory with OWA * report db points per tier in jsonwrap * query planer that switches database tiers on the fly to satisfy the query for the entire timeframe * dbegnine statistics and documentation (in progress) * calculate average point duration in db * handle single point pages the best we can * handle single point pages even better * Keep page type in the rrdeng_page_descr * updated doc * handle future backwards compatibility - improved statistics * support &tier=X in queries * enfore increasing iterations on tiers * tier 1 is always 1 iteration * backfilling higher tiers on first data collection * reversed anomaly bit * set up to 5 tiers * natural points should only be offered on tier 0, except a specific tier is selected * do not allow more than 65535 points of tier0 to be aggregated on any tier * Work only on actually activated tiers * fix query interpolation * fix query interpolation again * fix lgtm finding * Activate one tier for now * backfilling of higher tiers using raw metrics from lower tiers * fix for crash on start when storage tiers is increased from the default * more statistics on exit * fix bug that prevented higher tiers to get any values; added backfilling options * fixed the statistics log line * removed limit of 255 iterations per tier; moved the code of freezing rd->tiers[x]->db_metric_handle * fixed division by zero on zero points_wanted * removed dead code * Decide on the descr->type for the type of metric * dont store metrics on unknown page types * free db_metric_handle on sql based context queries * Disable STORAGE_POINT value check in the exporting engine unit tests * fix for db modes other than dbengine * fix for aclk archived chart queries destroying db_metric_handles of valid rrddims * fix left-over freez() instead of OWA freez on median queries Co-authored-by: Costa Tsaousis <costa@netdata.cloud> Co-authored-by: Vladimir Kobal <vlad@prokk.net>
2022-07-01Improve anomaly detection guide (#13238)Andrew Maguire
2022-06-28netdata doubles (#13217)Costa Tsaousis
* netdata doubles * fix cmocka test * fix cmocka test again * fix left-overs of long double to NETDATA_DOUBLE * RRDDIM detached from disk representation; db settings in [db] section of netdata.conf * update the memory before saving * rrdset is now detached from file structures too * on memory mode map, update the memory mapped structures on every iteration * allow RRD_ID_LENGTH_MAX to be changed * granularity secs, back to update every * fix formatting * more formatting
2022-05-17feat: move dirs, logs, and env vars config options to separate sections (#12935)Ilya Mashchenko
2022-05-03Remove node.d.plugin and relevant files (#12769)Suraj Neupane
* Remove node.d.plugin and relevant files * fix build packages * remove node.d related words/phrases from docs and tests
2022-05-02chore(python.d): remove python.d/* announced in v1.34.0 deprecation notice ↵Ilya Mashchenko
(#12796)
2022-03-15Remove backends subsystem (#12146)Vladimir Kobal
2022-03-04Fix 'connect' typo anomaly-detection-python.md (#12317)DanTheMediocre
2022-02-28Docs: Fix typo in step-10.md (#12263)tnagorran
2022-02-25Fixed typo in docs/guides/monitor/anomaly-detection-python.md file (#12220)Marios
2022-02-17Docs: Removed Google Analytics tags (#12145)Tina Luedtke
2022-02-15Documentation: Fixed broken links (#12142)Tina Luedtke
* fixed broken links * Apply suggestion from code review Co-authored-by: Ilya Mashchenko <ilya@netdata.cloud> * Update claim/README.md Co-authored-by: Ilya Mashchenko <ilya@netdata.cloud> Co-authored-by: Ilya Mashchenko <ilya@netdata.cloud>
2022-02-10Docs: Fix paths to install boxes (#12109)Tina Luedtke
* Updated doc to match the new component name * Updated filepaths to match learn repo
2022-02-08Added interactive kickstart scripts where possible (#12098)Tina Luedtke
2022-02-02Docs install cleanup (#12057)Tina Luedtke
* Extensively reworked MacOS installation page. * Removing outdated information * Updated more instances of the old kickstart script * Update kickstart command with tmp directories * amend command to avoid merge conflict * Removed reviewers note
2022-01-28fix(docs): unresolved file references (#12053)Ilya Mashchenko
2022-01-18Deleted duplicate getting started doc (#11978)Tina Luedtke
* Deleted duplicate getting started doc We have three different Getting started docs and a Step-by-step guide which all have the same goal: to get the user started. This page will be deleted for the following reasons: - It isn't linked in the docs navigation - The structure isn't very user friendly - All information in the doc is documented elsewhere, too. - There is almost no traffic on the page (25 views in the last 30 days). The general load of the netdata docs runs in the thousands. * Amended links to point to real get started page
2022-01-10add bug report form (#11891)Ilya Mashchenko
2021-12-22Spelling (#10976)Josh Soref
Co-authored-by: Tina Luedtke <kickoke@users.noreply.github.com> Co-authored-by: Josh Soref <jsoref@users.noreply.github.com> Co-authored-by: Ilya Mashchenko <ilya@netdata.cloud>
2021-12-20fix(docs): unresolved file references (#11903)Ilya Mashchenko
2021-12-13Clean up anomaly-detection guide docs (#11901)Andrew Maguire
Update links to the anomaly detection guide.
2021-11-29Updating ansible steps for clarity (#11823)Tiny
2021-11-16Fix typos (#11782)Dimitris Apostolou
Co-authored-by: ilyam8 <ilya@netdata.cloud>
2021-11-15Removing dated contact suggestion. (#11732)DShreve2
2021-11-12Add command for new health entity file. (#11733)DShreve2
2021-08-09changed the term claim to connect (to Cloud) on docs (#11378)Hugo Valente
2021-05-24Fixing sneaky broken links (#11175)Joel Hans
2021-05-14Update performance.md (#11144)Chris Akritidis
2021-04-26Remove links to old install doc (#11014)Joel Hans
* Remove links to old install doc * Fix import * Fix Docker link * Fix links * Fix Docker link again
2021-04-26bump to netdata-pandas==0.0.38 (#11022)Andrew Maguire
2021-04-15Update eBPF documentation (#10982)thiagoftsm
2021-04-14Add docs on Nginx with IPv6 listen for certbot to work (#10473)kalle (jag)
2021-04-14fix uil in statsd guide (#10975)Odysseas Lamtzidis
2021-03-24Add guide: Develop a custom data collector for Netdata in Python (#10710)Joel Hans
* Init guide * Fixes for Odysseas * Add config section * Remove q's * Update docs/guides/python-collector.md Co-authored-by: Andrew Maguire <andrewm4894@gmail.com> * Update contexts per Ilya * Merge upstream change * Press F Co-authored-by: Odysseas Lamtzidis <odyslam@gmail.com> Co-authored-by: Andrew Maguire <andrewm4894@gmail.com>
2021-03-22Fix broken link in StatsD guide (#10831)Joel Hans
2021-03-17Add statsd guide (#10719)Odysseas Lamtzidis
* Add statsd guide * move untitled section to intro * Update docs/guides/monitor/statsd.md Co-authored-by: Joel Hans <joel.g.hans@gmail.com> * Update docs/guides/monitor/statsd.md Co-authored-by: Joel Hans <joel.g.hans@gmail.com> Co-authored-by: Joel Hans <joel.g.hans@gmail.com>
2021-03-16Add guide: Unsupervised anomaly detection for Raspberry Pi monitoring (#10713)Joel Hans
* Init guide * Tweaks * Finalize draft
2021-03-05Add guide: LAMP stack monitoring (#10698)Joel Hans
* Start work on LAMP guide * Init guide * Finish initial draft * Add one more key metric * A few copyedits * Update GA url * Additions for Odysseas * Add mention of response option
2021-03-04Update guide: Kubernetes monitoring with Netdata: Overview and ↵Joel Hans
visualizations (#10691) * Start work on update * Finish initial re-draft * Sneak in tweaks to anomaly guides * Tweaks to both guide and deploy instructions * Add meta description * Fixes for Odysseas
2021-03-03Change all refs from service to systemctl (#10703)Joel Hans
2021-02-19Fix broken links in docs and add collectors to list (#10651)Joel Hans
* Fix broken links * Fix dimension template guide * Update collectors/COLLECTORS.md Co-authored-by: Ilya Mashchenko <ilya@netdata.cloud> Co-authored-by: Ilya Mashchenko <ilya@netdata.cloud>
2021-01-21Make some tweaks/improvements to conf docs (#10528)Joel Hans
2021-01-19Add link to specific feedback megathread for the anomalies collector (#10505)Andrew Maguire
I created a specific thread in the community that i want to try direct people to so we can try collect feedback and findings from different users in one place and maybe even get some discussion going between them.