Skip to content

Commit

Permalink
PTRENG-6169 - Metrics readme fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
benharosh committed Aug 9, 2024
1 parent 159fd69 commit a901804
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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}')
Expand Down Expand Up @@ -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:

Expand Down

0 comments on commit a901804

Please sign in to comment.