Skip to content

Commit

Permalink
Merge pull request #55 from jfrog/PTRENG-6169
Browse files Browse the repository at this point in the history
PTRENG-6169 - Metrics readme fixes
  • Loading branch information
benharosh authored Aug 9, 2024
2 parents 8ed255f + a901804 commit ffa5821
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 ffa5821

Please sign in to comment.