diff --git a/src/pages/about-netbird/faq.mdx b/src/pages/about-netbird/faq.mdx index 15f04d08..dcc5e894 100644 --- a/src/pages/about-netbird/faq.mdx +++ b/src/pages/about-netbird/faq.mdx @@ -30,28 +30,27 @@ Below is the list of NetBird hosted endpoints and ports they listen to: ## Why and what are the anonymous usage metrics? -### Why we added metrics collection? -As an open-source project and business, making decisions based on data is essential. We will know our adoption rate, feature usage, and client type with anonymous metrics. +### Why did we add metrics collection? +As an open-source project and business, making data-driven decisions is essential. By collecting anonymous metrics, we can understand our adoption rate, feature usage, and the types of client operating systems in use. We kindly ask our community users to keep metrics enabled, as this helps us assess the impact of bugs and measure the quality of our software over time. The collection is strict to our management system. -If the metric collection infringes any internal regulation or policy, it can be disabled by setting the flag `--disable-anonymous-metrics=true` to the management service startup command. +If the metric collection infringes any internal regulation or policy, it can be disabled by setting the flag `--disable-anonymous-metrics=true` to the management service startup command. the default interval is 12 hours, but it can be adjusted with the environment variable `NETBIRD_METRICS_INTERVAL_IN_SECONDS`. ### What are the metrics being collected? We are collecting the following metrics: * Number of accounts * Number of users * Number of peers +* Number of peers * Number of active peers in the last 24 hours * Number of peers per operating system * Number of setup keys usage * Number of peers activated by users -* Number of rules * Number of groups -* Number of routes -* Number of nameservers +* Feature usage, like number of routes, access control policies and nameservers * Service uptime * Service version * Metrics generation time