From d068b51bfd0ea21149a531e1794a4085b255a201 Mon Sep 17 00:00:00 2001 From: Misha Ramendik Date: Thu, 29 Feb 2024 00:13:41 +0000 Subject: [PATCH] RHDEVDOCS 5945 Clarify the need for Tekton Results for statistics --- modules/op-console-statistics.adoc | 5 ++++- modules/op-release-notes-1-14.adoc | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/modules/op-console-statistics.adoc b/modules/op-console-statistics.adoc index c031c96393b4..fc04f8b9fdc6 100644 --- a/modules/op-console-statistics.adoc +++ b/modules/op-console-statistics.adoc @@ -7,7 +7,10 @@ You can view statistics related to execution of pipelines in the web console. -To view the statistic information, you must first enable the {pipelines-shortname} console plugin. +To view the statistic information, you must complete the following steps: + +* Install {tekton-results}. For more information about installing {tekton-results}, see _Using Tekton Results for OpenShift Pipelines observability_ in the _Additional resources_ section. +* Enable the {pipelines-shortname} console plugin. Statistic information is available for all pipelines together and for each individual pipeline. diff --git a/modules/op-release-notes-1-14.adoc b/modules/op-release-notes-1-14.adoc index cad941501eda..6c7987d61d14 100644 --- a/modules/op-release-notes-1-14.adoc +++ b/modules/op-release-notes-1-14.adoc @@ -157,7 +157,7 @@ ABChisABCisABCanABCnvalid5ABCtring [id="web-console-new-features-1-14_{context}"] === Web console -* With this update, you can enable the web console plugin for {pipelines-shortname}. If you enable the plugin, you can view pipeline and task execution statistics in the *Pipelines overview* page and in the page of a pipeline. +* With this update, you can enable the web console plugin for {pipelines-shortname}. If you enable the plugin, you can view pipeline and task execution statistics in the *Pipelines overview* page and in the page of a pipeline. You must install {tekton-results} to view this information. + [NOTE] ====