From 96a10a65a2203732b59dc4adef6c75a7a801f0e1 Mon Sep 17 00:00:00 2001 From: Andrew Azores Date: Fri, 14 Feb 2025 15:54:34 -0500 Subject: [PATCH] link quickstarts to each other --- config/openshift/cryostat-quickstart-autoconfig.yaml | 2 ++ config/openshift/cryostat-quickstart-jmx.yaml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/config/openshift/cryostat-quickstart-autoconfig.yaml b/config/openshift/cryostat-quickstart-autoconfig.yaml index 6fbbeb26..c54505cb 100644 --- a/config/openshift/cryostat-quickstart-autoconfig.yaml +++ b/config/openshift/cryostat-quickstart-autoconfig.yaml @@ -10,6 +10,8 @@ spec: description: Automatically configure your Java applications on OpenShift to be profiled and monitored using the Red Hat build of Cryostat and Cryostat Agent. durationMinutes: 10 displayName: Auto-configure Java applications with the Red Hat build of Cryostat + nextQuickStart: + - configuring-cryostat-jmx introduction: >- Red Hat build of Cryostat is a container-native Java application based on JDK Flight Recorder (JFR). You can use it to monitor the performance of the Java Virtual Machine (JVM) for containerized workloads that run on an OpenShift cluster. diff --git a/config/openshift/cryostat-quickstart-jmx.yaml b/config/openshift/cryostat-quickstart-jmx.yaml index 49427df3..d1144aae 100644 --- a/config/openshift/cryostat-quickstart-jmx.yaml +++ b/config/openshift/cryostat-quickstart-jmx.yaml @@ -10,6 +10,8 @@ spec: description: Configure your JMX-based Java applications on OpenShift to be profiled and monitored using the Red Hat build of Cryostat. durationMinutes: 10 displayName: Configure JMX-based Java applications with the Red Hat build of Cryostat + nextQuickStart: + - configuring-cryostat-autoconfig introduction: >- Red Hat build of Cryostat is a container-native Java application based on JDK Flight Recorder (JFR). You can use it to monitor the performance of the Java Virtual Machine (JVM) for containerized workloads that run on an OpenShift cluster.