From 1fa55173b1db6fcfaf457da5ebc00d376dfff96a Mon Sep 17 00:00:00 2001 From: Remco Beckers Date: Mon, 17 Feb 2025 12:09:05 +0100 Subject: [PATCH] Remove unsupported view health state from documentation --- configure/topology/identifiers.md | 2 -- use/views/k8s-custom-views.md | 3 --- 2 files changed, 5 deletions(-) diff --git a/configure/topology/identifiers.md b/configure/topology/identifiers.md index 8b128a6ad..2cd057b90 100644 --- a/configure/topology/identifiers.md +++ b/configure/topology/identifiers.md @@ -95,8 +95,6 @@ Example URN global scope identifiers from the common StackPack. The objects will * Component type server: * `urn:stackpack:common:component-type:server` -* View health state configuration function Minimum Propagated Health States: - * `urn:stackpack:common:view-health-state-configuration-function:minimum-propagated-health-states` ### SUSE Observability Agent diff --git a/use/views/k8s-custom-views.md b/use/views/k8s-custom-views.md index 7c2f55852..00754c639 100644 --- a/use/views/k8s-custom-views.md +++ b/use/views/k8s-custom-views.md @@ -34,9 +34,6 @@ In the **Save view as** dialog, the following options can be set: | :--- | :--- | | View name | The name of the view. | | Description | A short description for the view. It helps remembering the scope of the view. | -| View health state enabled | Whether the view has a health state or not. If this is enable, the view health state is calculated based on the configuration function below. | -| Configuration function | When view health state is enabled, you can choose a function that's used to calculate the view health state whenever there are changes in the view. The default choice is **minimum health states** - this function calculates the health state of the view based on the amount of components in **CRITICAL** or **DEVIATING** state in the view. | -| Arguments | The required arguments will vary depending on the chosen configuration function, if any. | | Identifier | A unique reference for the view, helpful when you want to reference the view from an exported configuration, such as the exported configuration in a StackPack. | ### Reset a view