mirror of
https://github.com/netdata/netdata.git
synced 2025-04-07 06:45:39 +00:00
Remove References category from learn (#14571)
This commit is contained in:
parent
b6054473e0
commit
157c0fa16b
14 changed files with 26 additions and 36 deletions
cli
daemon
docs
registry
streaming
web
|
@ -1,15 +1,16 @@
|
|||
<!--
|
||||
title: "Netdata CLI"
|
||||
title: "Netdata Agent CLI"
|
||||
description: "The Netdata Agent includes a command-line experience for reloading health configuration, reopening log files, halting the daemon, and more."
|
||||
custom_edit_url: "https://github.com/netdata/netdata/edit/master/cli/README.md"
|
||||
sidebar_label: "Agent CLI"
|
||||
learn_status: "Published"
|
||||
learn_topic_type: "References"
|
||||
learn_rel_path: "References"
|
||||
learn_rel_path: "Operations"
|
||||
-->
|
||||
|
||||
# Netdata CLI
|
||||
|
||||
The `netdatacli` executable provides a simple way to control the Netdata agent's operation.
|
||||
|
||||
You can see the commands `netdatacli` supports by executing it with `netdatacli` and entering `help` in
|
||||
standard input. All commands are given as standard input to `netdatacli`.
|
||||
|
||||
|
@ -39,6 +40,6 @@ aclk-state [json]
|
|||
Returns current state of ACLK and Cloud connection. (optionally in json)
|
||||
```
|
||||
|
||||
Those commands are the same that can be sent to netdata via [signals](https://github.com/netdata/netdata/blob/master/daemon/README.md#command-line-options).
|
||||
See also the Netdata daemon [command line options](https://github.com/netdata/netdata/blob/master/daemon/README.md#command-line-options).
|
||||
|
||||
|
||||
|
|
|
@ -4,8 +4,7 @@ date: "2020-04-29"
|
|||
custom_edit_url: "https://github.com/netdata/netdata/edit/master/daemon/README.md"
|
||||
sidebar_label: "Netdata daemon"
|
||||
learn_status: "Published"
|
||||
learn_topic_type: "References"
|
||||
learn_rel_path: "References/Configuration"
|
||||
learn_rel_path: "Operations"
|
||||
-->
|
||||
|
||||
# Netdata daemon
|
||||
|
|
|
@ -4,8 +4,7 @@ description: "The Netdata Agent's daemon is installed preconfigured to collect t
|
|||
custom_edit_url: "https://github.com/netdata/netdata/edit/master/daemon/config/README.md"
|
||||
sidebar_label: "Daemon"
|
||||
learn_status: "Published"
|
||||
learn_topic_type: "References"
|
||||
learn_rel_path: "References/Configuration"
|
||||
learn_rel_path: "Configuration"
|
||||
learn_doc_purpose: "Explain the daemon options, the log files, the process scheduling, virtual memory, explain how the netdata.conf is used and backlink to the netdata.conf file reference"
|
||||
-->
|
||||
|
||||
|
|
|
@ -1,13 +1,12 @@
|
|||
<!--
|
||||
title: "Anonymous statistics"
|
||||
title: "Anonymous telemetry events"
|
||||
custom_edit_url: https://github.com/netdata/netdata/edit/master/docs/anonymous-statistics.md
|
||||
sidebar_label: "Anonymous statistics"
|
||||
sidebar_label: "Anonymous telemetry events"
|
||||
learn_status: "Published"
|
||||
learn_topic_type: "References"
|
||||
learn_rel_path: "References"
|
||||
learn_rel_path: "Configuration"
|
||||
-->
|
||||
|
||||
# Anonymous statistics
|
||||
# Anonymous telemetry events
|
||||
|
||||
By default, Netdata collects anonymous usage information from the open-source monitoring agent using the open-source
|
||||
product analytics platform [PostHog](https://github.com/PostHog/posthog). We use their [cloud enterprise platform](https://posthog.com/product).
|
||||
|
@ -101,9 +100,4 @@ Each of these opt-out processes does the following:
|
|||
- Forces the anonymous statistics script to exit immediately.
|
||||
- Stops the PostHog JavaScript snippet, which remains on the dashboard, from firing and sending any data to the Netdata PostHog.
|
||||
|
||||
## Migration from Google Analytics and Google Tag Manager.
|
||||
|
||||
Prior to v1.29.4 we used Google Analytics to capture this information. This led to discomfort with some of our users in sending any product usage data to a third party like Google. It was also not even that useful in terms of generating the insights we needed to help catch bugs early and find opportunities for product improvement as Google Analytics does not allow its users access to the raw underlying data without paying a significant amount of money which would be infeasible for a project like Netdata.
|
||||
|
||||
While we migrate fully away from Google Analytics to PostHog there maybe be a small period of time where we run both in parallel before we remove all Google Analytics related code. This is to ensure we can fully test and validate the Netdata PostHog implementation before fully defaulting to it.
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@ sidebar_label: "Developers"
|
|||
custom_edit_url: "https://github.com/netdata/netdata/blob/master/docs/category-overview-pages/developers-overview.md"
|
||||
learn_status: "Published"
|
||||
learn_rel_path: "Developers"
|
||||
sidebar_position: 60
|
||||
sidebar_position: 100
|
||||
-->
|
||||
|
||||
In this category you will find information that will aid you while developing with Netdata.
|
||||
In this category you will find information that will aid you while developing with Netdata.
|
||||
|
|
|
@ -5,6 +5,7 @@ custom_edit_url: "https://github.com/netdata/netdata/edit/master/docs/category-o
|
|||
description: "Available integrations in Netdata"
|
||||
learn_status: "Published"
|
||||
learn_rel_path: "Integrations"
|
||||
sidebar_position: 60
|
||||
-->
|
||||
|
||||
# Netdata Integrations
|
||||
|
|
|
@ -5,6 +5,7 @@ custom_edit_url: "https://github.com/netdata/netdata/edit/master/docs/category-o
|
|||
description: "Available integrations in Netdata"
|
||||
learn_status: "Published"
|
||||
learn_rel_path: "Miscellaneous"
|
||||
sidebar_position: 110
|
||||
-->
|
||||
|
||||
# Miscellaneous material
|
||||
|
|
|
@ -4,7 +4,7 @@ sidebar_label: "References"
|
|||
custom_edit_url: "https://github.com/netdata/netdata/blob/master/docs/category-overview-pages/references-overview.md"
|
||||
learn_status: "Published"
|
||||
learn_rel_path: "References"
|
||||
sidebar_position: 50
|
||||
sidebar_position: 70
|
||||
-->
|
||||
|
||||
In this category you will find reference documentation about Netdata's components and structural blocks.
|
||||
In this category you will find reference documentation about Netdata's components and structural blocks.
|
||||
|
|
|
@ -5,8 +5,7 @@ type: reference
|
|||
custom_edit_url: https://github.com/netdata/netdata/edit/master/docs/dashboard/reference-web-server.md
|
||||
sidebar_label: "Web server reference"
|
||||
learn_status: "Published"
|
||||
learn_topic_type: "References"
|
||||
learn_rel_path: "References"
|
||||
learn_rel_path: "Configuration"
|
||||
-->
|
||||
|
||||
# Web server reference
|
||||
|
|
|
@ -5,8 +5,7 @@ type: "reference"
|
|||
custom_edit_url: "https://github.com/netdata/netdata/edit/master/docs/metrics-storage-management/reference-streaming.md"
|
||||
sidebar_label: "Streaming reference"
|
||||
learn_status: "Published"
|
||||
learn_topic_type: "References"
|
||||
learn_rel_path: "References/Configuration"
|
||||
learn_rel_path: "Configuration"
|
||||
-->
|
||||
|
||||
# Streaming reference
|
||||
|
|
|
@ -4,8 +4,7 @@ description: "Netdata utilizes a central registry of machines/person GUIDs, URLs
|
|||
custom_edit_url: "https://github.com/netdata/netdata/edit/master/registry/README.md"
|
||||
sidebar_label: "Registry"
|
||||
learn_status: "Published"
|
||||
learn_topic_type: "References"
|
||||
learn_rel_path: "References/Configuration"
|
||||
learn_rel_path: "Configuration"
|
||||
-->
|
||||
|
||||
# Registry
|
||||
|
|
|
@ -4,14 +4,14 @@ description: "Replicate and mirror Netdata's metrics through real-time streaming
|
|||
custom_edit_url: https://github.com/netdata/netdata/edit/master/streaming/README.md
|
||||
sidebar_label: "Streaming and replication"
|
||||
learn_status: "Published"
|
||||
learn_topic_type: "References"
|
||||
learn_rel_path: "References"
|
||||
learn_rel_path: "Configuration"
|
||||
-->
|
||||
|
||||
# Streaming and replication
|
||||
|
||||
Each Netdata node is able to replicate/mirror its database to another Netdata node, by streaming the collected
|
||||
metrics in real-time. This is quite different to [data archiving to third party time-series
|
||||
databases](https://github.com/netdata/netdata/blob/master/exporting/README.md).
|
||||
metrics in real-time. This is quite different to
|
||||
[data archiving to third party time-series databases](https://github.com/netdata/netdata/blob/master/exporting/README.md).
|
||||
The nodes that send metrics are called **child** nodes, and the nodes that receive metrics are called **parent** nodes.
|
||||
|
||||
There are also **proxy** nodes, which collect metrics from a child and sends it to a parent.
|
||||
|
|
|
@ -4,8 +4,7 @@ description: "The local Netdata Agent dashboard is the heart of health monitorin
|
|||
custom_edit_url: https://github.com/netdata/netdata/edit/master/web/gui/README.md
|
||||
sidebar_label: "Local Agent dashboard"
|
||||
learn_status: "Published"
|
||||
learn_topic_type: "References"
|
||||
learn_rel_path: "References"
|
||||
learn_rel_path: "Operations"
|
||||
-->
|
||||
|
||||
# Local Agent dashboard
|
||||
|
|
|
@ -4,8 +4,7 @@ description: "The Netdata Agent's local static-threaded web server serves dashbo
|
|||
custom_edit_url: "https://github.com/netdata/netdata/edit/master/web/server/README.md"
|
||||
sidebar_label: "Web server"
|
||||
learn_status: "Published"
|
||||
learn_topic_type: "References"
|
||||
learn_rel_path: "References/Configuration"
|
||||
learn_rel_path: "Configuration"
|
||||
-->
|
||||
|
||||
# Web server
|
||||
|
|
Loading…
Add table
Reference in a new issue