summaryrefslogtreecommitdiffstats
path: root/docs
AgeCommit message (Collapse)Author
2022-09-30Provide Details on Label Filtering/Custom Labels (#13745)DShreve2
* Provide Details on Label Filtering/Custom Labels Adding documentation for the new Chart Label Filtering feature and custom labels for collectors. * Add screenshots to label filtering * Update docs/dashboard/interact-charts.mdx Co-authored-by: Hugo Valente <82235632+hugovalente-pm@users.noreply.github.com> Co-authored-by: Hugo Valente <82235632+hugovalente-pm@users.noreply.github.com>
2022-08-31Add link to the performance optimization guide (#13595)Chris Akritidis
2022-08-11chore(python.d): remove python.d/* announced in v1.36.0 deprecation notice ↵Ilya Mashchenko
(#13503)
2022-08-09docs: change postgres links to go version (#13496)Ilya Mashchenko
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-22Remove octopus from demo-sites (#13423)Chris Akritidis
2022-07-20minor fixes on metadata fields (#13406)Tasos Katsoulas
2022-07-14Docs housekeeping (#13179)Tasos Katsoulas
* Change the title of the /docs/configure/machine-learning doc * fix some outdated links * Clarify some details in the postgres collector
2022-07-14Update docs on metric storage (#13327)Tasos Katsoulas
This PR - Explains the new tiering mechanism. - Housekeeping docs about Agent's database options. - Updates all the configuration options for the `dbengine`. - Provide a new way for the users to calculate the space they need for their metric storage needs (via a spreadsheet) Signed-off-by: Tasos Katsoulas <tasos@netdata.cloud> Co-authored-by: DShreve2 <david@netdata.cloud>
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-12Add document explaining how to proxy Netdata via H2O (#13266)Austin S. Hemmelgarn
* Add document explaining how to proxy Netdata via H2O * Fix typos. * Update Running-behind-h2o.md Co-authored-by: DShreve2 <david@netdata.cloud>
2022-07-11added another way to get ansible plays (#13349)Muhammed Hussein karimi
2022-07-06Add link to docker config section (#13323)Chris Akritidis
* Add link to docker config section Point to the docker installation page * Use relative link Co-authored-by: Ilya Mashchenko <ilya@netdata.cloud> * Update docs/configure/nodes.md Co-authored-by: Ilya Mashchenko <ilya@netdata.cloud>
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-15chore(streaming): bump default "buffer size bytes" to 10MB (#12913)Ilya Mashchenko
2022-05-11docs: fix unresolved file references (#12872)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-04-20Add new dashboard/web server reference file (#11161)Joel Hans
* Init new reference * Fix broken links * Apply suggestions from code review Co-authored-by: Ilya Mashchenko <ilya@netdata.cloud> Co-authored-by: Tina Luedtke <kickoke@users.noreply.github.com> Co-authored-by: Ilya Mashchenko <ilya@netdata.cloud>
2022-04-20Docs templates (#12466)Tina Luedtke
* Add concept template * Add task template * commit pending changes bc I need to switch branch * Upload set of templates for discussion * Amend templates based on feedback * Refinements * Rename _concept-template.md to _concept-page-template.md
2022-04-20Gotify notifications (#12639)coffeegrind123
2022-04-05update anonymous-statistics readme for PH Cloud (#12571)Andrew Maguire
* update anonymous-statistics readme for PH Cloud As we migrate away from our self hosted PostHog offering to using the PostHog Enterprise Cloud product, we should update docs to make this clear. * Update docs/anonymous-statistics.md Co-authored-by: Tina Luedtke <kickoke@users.noreply.github.com>
2022-03-15Remove backends subsystem (#12146)Vladimir Kobal
2022-03-04Fix 'connect' typo anomaly-detection-python.md (#12317)DanTheMediocre
2022-03-01Fixed typos in docs/Running-behind-haproxy.md (#12272)Ratish Thakoersingh
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-22Fix two small typos in documentation (#12208)xrgman
2022-02-21fix(docs): unresolved file references (#12191)Ilya Mashchenko
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-15rename DO_NOT_TRACK to DISABLE_TELEMETRY (#12126)Ilya Mashchenko
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-10Updated doc to match the new component name (#12106)Tina Luedtke
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-27Updated the docs to match new install script (#12042)Tina Luedtke
Fixing the get started page
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-12-13Fixed formatting issues. (#11888)Tina Luedtke
Fixed the indentation of the nested list in the security topic.
2021-11-29Updating ansible steps for clarity (#11823)Tiny
2021-11-19Update interact-charts.mdx (#11808)DShreve2