Skip to content

Commit

Permalink
[chore] Add ALPHA notice for the Network Explorer in values.yaml, NOT…
Browse files Browse the repository at this point in the history
…ES.txt, and advanced-configuration.md
  • Loading branch information
jvoravong committed Oct 16, 2023
1 parent 44ecdff commit c6e17ed
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/advanced-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -539,6 +539,10 @@ Note: Running the collector agent for log collection in non-root mode is not cur
[related GitHub feature request issue](https://github.com/signalfx/splunk-otel-collector-chart/issues/891).

## Network explorer

**NOTE:** 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.

[Network explorer](network-explorer-architecture.md) allows you to collect network telemetry for ingest and analysis. This telemetry is sent to the Open Telemetry Collector Gateway.
To enable the network explorer, set the `enabled` flag to `true`
```yaml
Expand Down
5 changes: 5 additions & 0 deletions helm-charts/splunk-otel-collector/templates/NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,11 @@ Splunk Network Explorer is installed and configured.
Upgrade guidelines: https://github.com/signalfx/splunk-otel-collector-chart/blob/main/UPGRADING.md#0670-to-0680
{{ end }}
{{- if .Values.operator.enabled }}
[INFO] You've activated the Network Explorer feature (networkExplorer.enabled=true), currently considered ALPHA.
- Performance may vary depending on host environment specifications.
- Splunk offers best-effort support; however, not all deployment environments for Network Explorer may be tested or fully supported.
{{- end }}
{{- if .Values.operator.enabled }}
[INFO] You've enabled the operator's auto-instrumentation feature (operator.enabled=true), currently considered ALPHA.
- Instrumentation library maturity varies (e.g., Java is more mature than Go). For library stability, visit: https://opentelemetry.io/docs/instrumentation/#status-and-releases
- Some libraries may be enabled by default. For current status, see: https://github.com/open-telemetry/opentelemetry-operator#controlling-instrumentation-capabilities
Expand Down
5 changes: 5 additions & 0 deletions helm-charts/splunk-otel-collector/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1111,6 +1111,11 @@ 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
################################################################################
Expand Down

0 comments on commit c6e17ed

Please sign in to comment.