From 018d66559eba183758273b1880f16aef74bf08bc Mon Sep 17 00:00:00 2001 From: jvoravong Date: Mon, 16 Oct 2023 12:35:08 -0600 Subject: [PATCH] Update Network Explorer prerequisites, link values.yaml Network Explorer section to advanced-configurations.md Network Explorer section --- docs/advanced-configuration.md | 3 ++- helm-charts/splunk-otel-collector/values.yaml | 13 ++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/advanced-configuration.md b/docs/advanced-configuration.md index 7451750a6..1030bed86 100644 --- a/docs/advanced-configuration.md +++ b/docs/advanced-configuration.md @@ -553,7 +553,8 @@ networkExplorer: Note: Enabling network explorer will automatically enable the Open Telemetry Collector Gateway. ### Prerequisites -Network Explorer is only supported in Kubernetes-based environments on Linux hosts: RedHat Linux 7.6+, Ubuntu 16.04+, Debian Stretch+, Amazon Linux 2, Google COS. +- Network Explorer supports Kubernetes nodes on the following Linux distributions: RedHat 7.6+, Ubuntu 16.04+, Debian Stretch+, Amazon Linux 2, and Google COS. +- Linux kernel version 6 is not supported at this time. ### Modifying the reducer footprint The reducer is a single pod per Kubernetes cluster. If your cluster contains a large number of pods, nodes, and services, you can increase the resources allocated to it. diff --git a/helm-charts/splunk-otel-collector/values.yaml b/helm-charts/splunk-otel-collector/values.yaml index 45698223f..e897a8596 100644 --- a/helm-charts/splunk-otel-collector/values.yaml +++ b/helm-charts/splunk-otel-collector/values.yaml @@ -1111,11 +1111,6 @@ gateway: config: {} ################################################################################ -# Notice: Network Explorer related features should be considered to have an -# ALPHA maturity level and be experimental. There may be breaking changes or -# Network Explorer features may be replaced entirely with a better alternative -# in the future. -# # OpenTelemetry service config, used for otel collector deployment. # Disabled by default ################################################################################ @@ -1128,10 +1123,14 @@ service: annotations: {} ################################################################################ +# Notice: Network Explorer related features should be considered to have an +# ALPHA maturity level and be experimental. There may be breaking changes or +# Network Explorer features may be replaced entirely with a better alternative +# in the future. +# # Configuration section for Network Explorer (disabled by default). # Network Explorer allows you to collect network metrics from linux kernel. -# Note that Network Explorer is not supported for Linux kernel version 6 at the moment. -# Setting networkExplorer.enabled=true for Linux kernel 6 will lead to errors. +# Related documentation: https://github.com/signalfx/splunk-otel-collector-chart/blob/main/docs/advanced-configuration.md#network-explorer ################################################################################ networkExplorer: