-
Notifications
You must be signed in to change notification settings - Fork 1.8k
OBSDOCS-2695: [COO] Update signal correlation panel for COO 1.3 release. #101867
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
gabriel-rh
merged 1 commit into
openshift:standalone-coo-docs-main
from
gabriel-rh:OBSDOCS-2695-troubleshooting-1.3
Nov 14, 2025
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,29 @@ | ||
| // Module included in the following assemblies: | ||
|
|
||
| // * observability/cluster_observability_operator/ui_plugins/troubleshooting-ui-plugin.adoc | ||
|
|
||
| :_mod-docs-content-type: REFERENCE | ||
| [id="coo-troubleshooting-ui-plugin-advanced_{context}"] | ||
| = Advanced controls for the {coo-full} troubleshooting panel UI plugin | ||
|
|
||
| The **Advanced** button opens additional controls over the correlation search. | ||
| These are *experimental* and might change in a future release. | ||
| They provide access to additional features of the {korrel8r} upstream project that powers the correlation search. | ||
|
|
||
| image::coo-troubleshooting-panel-advanced.png[Advanced Controls] | ||
|
|
||
|
|
||
| The following list explains the additional controls under the *Advanced* button: | ||
|
|
||
| * **Recent** The search is limited to recent results, by default in the last day. | ||
| * **Range** Allows searching an explicit date/time range in the past. | ||
| * **Distance** Searches up to the given distance from the starting point. | ||
| Each correlation rule (edge in the graph) is a "step", and the **distance** is the maximum number of steps. | ||
| * **Goal Class** Instead of a distance, you can select a **goal**, which is a resource or signal type. | ||
| This searches for paths from the start to the goal type, and the path length is not limited. | ||
| For more information about correlation classes, see the {korrel8r} project documentation. | ||
| * **Query** The {korrel8r} query representing the starting point for the search. | ||
| Click **Focus** to reset the query to reflect the current console page. | ||
| Click **Sync** to re-run the current query and update the graph. | ||
| For more information about correlation queries, see the {korrel8r} project documentation. | ||
|
|
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -24,4 +24,5 @@ metadata: | |
| name: troubleshooting-panel | ||
| spec: | ||
| type: TroubleshootingPanel | ||
| ---- | ||
| ---- | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,26 +1,22 @@ | ||
| :_mod-docs-content-type: ASSEMBLY | ||
| [id="troubleshooting-ui-plugin"] | ||
| = Troubleshooting UI plugin | ||
| = Troubleshooting panel UI plugin | ||
| include::_attributes/common-attributes.adoc[] | ||
| :context: troubleshooting-ui-plugin | ||
|
|
||
| toc::[] | ||
|
|
||
| :FeatureName: The {coo-full} troubleshooting panel UI plugin | ||
| include::snippets/technology-preview.adoc[leveloffset=+2] | ||
| The troubleshooting panel UI plugin provides observability signal correlation. | ||
| With the troubleshooting panel, which is available from the Application Launcher {launch}, | ||
| you can easily navigate to resources, metrics, logs, alerts, netflows, and other observability signals | ||
| that are correlated to the current contents of the console screen. | ||
|
|
||
| The troubleshooting UI plugin for {ocp-product-title} version 4.16+ provides observability signal correlation, powered by the open source Korrel8r project. | ||
| With the troubleshooting panel that is available under *Observe* -> *Alerting*, you can easily correlate metrics, logs, alerts, netflows, and additional observability signals and resources, across different data stores. | ||
| Users of {ocp-product-title} version 4.17+ can also access the troubleshooting UI panel from the Application Launcher {launch}. | ||
|
|
||
| When you install the troubleshooting UI plugin, a link:https://github.com/korrel8r/korrel8r[Korrel8r] service named `korrel8r` is deployed in the same namespace, and it is able to locate related observability signals and Kubernetes resources from its correlation engine. | ||
|
|
||
| The output of Korrel8r is displayed in the form of an interactive node graph in the {ocp-product-title} web console. | ||
| The panel displays an interactive node graph in the {ocp-product-title} web console. | ||
| Nodes in the graph represent a type of resource or signal, while edges represent relationships. | ||
| When you click on a node, you are automatically redirected to the corresponding web console page with the specific information for that node, for example, metric, log, pod. | ||
| When you click on a node, you are automatically redirected to the corresponding web console page. | ||
|
|
||
| include::modules/coo-troubleshooting-ui-plugin-install.adoc[leveloffset=+1] | ||
|
|
||
| include::modules/coo-troubleshooting-ui-plugin-using.adoc[leveloffset=+1] | ||
|
|
||
| include::modules/coo-troubleshooting-ui-plugin-creating-alert.adoc[leveloffset=+1] | ||
| include::modules/coo-troubleshooting-ui-plugin-advanced.adoc[leveloffset=+2] |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.