Skip to content

Commit aff2b74

Browse files
authored
Merge pull request #84634 from michelle-purcell/HCCDOC-3143-InsightsOperatorRuntimeExtractorFeature
HCCDOC3143 Add content about the Insights Operator TP feature InsightsRuntimeExtractor
2 parents b090954 + 05e31e9 commit aff2b74

File tree

3 files changed

+20
-6
lines changed

3 files changed

+20
-6
lines changed

modules/insights-operator-what-information-is-collected.adoc

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,19 @@
77

88
The following information is collected by the Insights Operator:
99

10-
* General information about your cluster and its components to identify issues that are specific to your {product-title} version and environment
11-
* Configuration files, such as the image registry configuration, of your cluster to determine incorrect settings and issues that are specific to parameters you set
12-
* Errors that occur in the cluster components
13-
* Progress information of running updates, and the status of any component upgrades
10+
* General information about your cluster and its components to identify issues that are specific to your {product-title} version and environment.
11+
* Configuration files, such as the image registry configuration, of your cluster to determine incorrect settings and issues that are specific to parameters you set.
12+
* Errors that occur in the cluster components.
13+
* Progress information of running updates, and the status of any component upgrades.
1414
* Details of the platform that {product-title} is deployed on and the region that the cluster is located in
1515
ifndef::openshift-dedicated[]
16-
* Cluster workload information transformed into discreet Secure Hash Algorithm (SHA) values, which allows Red Hat to assess workloads for security and version vulnerabilities without disclosing sensitive details
16+
* Cluster workload information transformed into discreet Secure Hash Algorithm (SHA) values, which allows Red Hat to assess workloads for security and version vulnerabilities without disclosing sensitive details.
17+
* Workload information about the operating system and runtime environment, including runtime kinds, names, and versions, which you can optionally enable through the `InsightsRuntimeExtractor` feature gate. This data gives Red Hat a better understanding of how you use {product-title} containers so that we can proactively help you make investment decisions to drive optimal utilization.
18+
+
19+
--
20+
:FeatureName: InsightsRuntimeExtractor
21+
include::snippets/technology-preview.adoc[]
22+
--
23+
1724
endif::openshift-dedicated[]
18-
* If an Operator reports an issue, information is collected about core {product-title} pods in the `openshift-*` and `kube-*` projects. This includes state, resource, security context, volume information, and more
25+
* If an Operator reports an issue, information is collected about core {product-title} pods in the `openshift-*` and `kube-*` projects. This includes state, resource, security context, volume information, and more.

modules/nodes-cluster-enabling-features-about.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ The following Technology Preview features are enabled by this feature set:
2525
** Swap memory on nodes. Enables swap memory use for {product-title} workloads on a per-node basis. (`NodeSwap`)
2626
** OpenStack Machine API Provider. This gate has no effect and is planned to be removed from this feature set in a future release. (`MachineAPIProviderOpenStack`)
2727
** Insights Operator. Enables the `InsightsDataGather` CRD, which allows users to configure some Insights data gathering options. The feature set also enables the `DataGather` CRD, which allows users to run Insights data gathering on-demand. (`InsightsConfigAPI`)
28+
** Insights Operator. Enables a new data collection feature called 'Insights Runtime Extractor' which, when enabled, allows Red{nbsp}Hat to gather more runtime workload data about your {product-title} containers. (`InsightsRuntimeExtractor`)
2829
** Dynamic Resource Allocation API. Enables a new API for requesting and sharing resources between pods and containers. This is an internal feature that most users do not need to interact with. (`DynamicResourceAllocation`)
2930
** Pod security admission enforcement. Enables the restricted enforcement mode for pod security admission. Instead of only logging a warning, pods are rejected if they violate pod security standards. (`OpenShiftPodSecurityAdmission`)
3031
** StatefulSet pod availability upgrading limits. Enables users to define the maximum number of statefulset pods unavailable during updates which reduces application downtime. (`MaxUnavailableStatefulSet`)

support/remote_health_monitoring/about-remote-health-monitoring.adoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,12 @@ ifndef::openshift-rosa,openshift-dedicated[]
8686
* See xref:../../support/remote_health_monitoring/showing-data-collected-by-remote-health-monitoring.adoc#insights-operator-showing-data-collected-from-the-cluster_showing-data-collected-by-remote-health-monitoring[Showing data collected by the Insights Operator] for details about how to review the data that is collected by the Insights Operator.
8787
endif::openshift-rosa,openshift-dedicated[]
8888
89+
* link:https://access.redhat.com/solutions/7066188[What data is being collected by the Insights Operator in OpenShift?]
90+
91+
ifndef::openshift-rosa,openshift-dedicated[]
92+
* xref:../../nodes/clusters/nodes-cluster-enabling-features.adoc#nodes-cluster-enabling[Enabling features using feature gates]
93+
endif::openshift-rosa,openshift-dedicated[]
94+
8995
* The Insights Operator source code is available for review and contribution. See the link:https://github.com/openshift/insights-operator/blob/master/docs/gathered-data.md[Insights Operator upstream project] for a list of the items collected by the Insights Operator.
9096
9197
include::modules/understanding-telemetry-and-insights-operator-data-flow.adoc[leveloffset=+1]

0 commit comments

Comments
 (0)