From 7ab5779297f8a80620a7e79d6b90f475844064cf Mon Sep 17 00:00:00 2001 From: Meg McRoberts Date: Thu, 11 May 2023 07:27:08 -0700 Subject: [PATCH 1/2] Update docs/content/en/docs/getting-started/metrics/_index.md Signed-off-by: Meg McRoberts meg.mcroberts@dynatrace.com Co-authored-by: Giovanni Liva Signed-off-by: Meg McRoberts --- docs/content/en/docs/getting-started/metrics/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/en/docs/getting-started/metrics/_index.md b/docs/content/en/docs/getting-started/metrics/_index.md index b9d7f25f62..79c865575c 100644 --- a/docs/content/en/docs/getting-started/metrics/_index.md +++ b/docs/content/en/docs/getting-started/metrics/_index.md @@ -40,7 +40,7 @@ on your local Kubernetes deployment cluster. The steps to implement metrics in an existing cluster are: -1. [Install the Keptn Lifecycle Toolkit](../../install/install) +1. [Install the Keptn Lifecycle Toolkit](../../install/install/) 1. Configure metrics to use - [Define metrics providers](#define-metrics-providers) - [Define KeptnMetric information](#define-keptnmetric-information) From 9d11971f21c73703b76669ea2d193849714c0304 Mon Sep 17 00:00:00 2001 From: Meg McRoberts Date: Thu, 11 May 2023 07:41:16 -0700 Subject: [PATCH 2/2] Update docs/content/en/docs/getting-started/metrics/_index.md Signed-off-by: Meg McRoberts meg.mcroberts@dynatrace.com Co-authored-by: Florian Bacher Signed-off-by: Meg McRoberts --- docs/content/en/docs/getting-started/metrics/_index.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/content/en/docs/getting-started/metrics/_index.md b/docs/content/en/docs/getting-started/metrics/_index.md index 79c865575c..111f5dcfff 100644 --- a/docs/content/en/docs/getting-started/metrics/_index.md +++ b/docs/content/en/docs/getting-started/metrics/_index.md @@ -150,7 +150,7 @@ spec: name: dev-prometheus query: "sum(kube_node_status_cvapacity{resources`cpu`})" fetchIntervalSeconds: 10 -... +--- apiVersion: metrics.keptn.sh/v1alpha2 kind: Keptnmetric metadata: @@ -161,7 +161,6 @@ spec: name: dev-dynatrace query: "func:slo.availability_simplenodeservice" fetchIntervalSeconds: 10 -... ``` Note the following: