From a901804cbb8357d1bac62451c6e56d5af110815a Mon Sep 17 00:00:00 2001 From: Ben Harosh Date: Thu, 8 Aug 2024 16:31:09 -0700 Subject: [PATCH] PTRENG-6169 - Metrics readme fixes --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7984337..1ab187d 100644 --- a/README.md +++ b/README.md @@ -189,7 +189,9 @@ export MASTER_KEY=$(openssl rand -hex 32) -n $INST_NAMESPACE --create-namespace ``` - :bulb: Metrics collection is disabled by default in Artifactory-HA. Please make sure that you are following the above `helm upgrade` command to enable them in Artifactory by setting `artifactory.metrics.enabled=true`. For Artifactory versions <=7.86.x please use the flag artifactory.openMetrics.enabled=trueGet the ip address of the newly deployed Artifactory: + :bulb: Metrics collection is disabled by default in Artifactory. Please make sure that you are following the above `helm upgrade` command to enable them in Artifactory by setting `artifactory.metrics.enabled=true`. For Artifactory versions <=7.86.x, please enable metrics by setting the flag `artifactory.openMetrics.enabled=true` + + Get the ip address of the newly deployed Artifactory: ```bash export SERVICE_IP=$(kubectl get svc -n $INST_NAMESPACE artifactory-artifactory-nginx -o jsonpath='{.status.loadBalancer.ingress[0].ip}') @@ -257,7 +259,7 @@ export MASTER_KEY=$(openssl rand -hex 32) -n $INST_NAMESPACE ``` - :bulb: Metrics collection is disabled by default in Artifactory-HA. Please make sure that you are following the above `helm upgrade` command to enable them in Artifactory by setting `artifactory.metrics.enabled=true`. For Artifactory versions <=7.86.x please use the flag artifactory.openMetrics.enabled=true + :bulb: Metrics collection is disabled by default in Artifactory-HA. Please make sure that you are following the above `helm upgrade` command to enable them in Artifactory by setting `artifactory.metrics.enabled=true`. For Artifactory versions <=7.86.x, please enable metrics by setting the flag `artifactory.openMetrics.enabled=true` Get the ip address of the newly deployed Artifactory: