From 227c825dbadebf1a450db1868a0a29ebf3acce6b Mon Sep 17 00:00:00 2001 From: Andreas Thaler Date: Wed, 2 Nov 2022 14:37:53 +0100 Subject: [PATCH] Update README.md --- monitoring-custom-metrics/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/monitoring-custom-metrics/README.md b/monitoring-custom-metrics/README.md index cc16d9ae..e3989eb0 100644 --- a/monitoring-custom-metrics/README.md +++ b/monitoring-custom-metrics/README.md @@ -23,8 +23,9 @@ This example shows how to expose custom metrics to Prometheus with a Golang serv 2. Ensure that your Namespace has Istio sidecar injection enabled. This example assumes that the metrics are exposed in a strict mTLS mode: - ```` + ```bash kubectl label namespace ${KYMA_EXAMPLE_NS} istio-injection=enabled + 3. Deploy the service: