Skip to content

Commit

Permalink
Perf dashboard setup (cont'ed) (#213)
Browse files Browse the repository at this point in the history
* Update deploy/aks/monitoring/perf/README.md

Signed-off-by: MD Ashique <[email protected]>
  • Loading branch information
ASHIQUEMD authored Nov 9, 2023
1 parent 16fed7c commit aa858bb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion deploy/aks/monitoring/perf/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ az account set --subscription "${SUBSCRIPTION_ID}"
DAPR_PERF_RG=<resource group to be used>
DAPR_PERF_LOCATION=<insert region>
CLUSTER_NAME=<cluster name>
PROMETHEUS_PUSHGATEWAY_USER_NAME=<user name for prometheus pushgateway>
DAPR_PERF_METRICS_NAMESPACE=dapr-perf-metrics
```

Expand Down Expand Up @@ -81,7 +82,7 @@ helm upgrade --install \
To create a basic authentication [username and password](https://kubernetes.github.io/ingress-nginx/examples/auth/basic/), use the following command, which will create an auth file and prompt you to provide a username and password.

```bash
htpasswd -c auth <user name for prometheus pushgateway>
htpasswd -c auth ${PROMETHEUS_PUSHGATEWAY_USER_NAME}
```

#### Step 11: Create a Secret in Kubernetes
Expand Down

0 comments on commit aa858bb

Please sign in to comment.