Skip to content

Commit

Permalink
Minor fix (#436)
Browse files Browse the repository at this point in the history
* Resolve conflicts in monitor.md (#402)

* Resolve conflicts in monitor.md (#404)

* Updated the result of ServiceMonitor.

* Minor fix.

* Minor fix
  • Loading branch information
YiyunNi authored Aug 20, 2021
1 parent c31dc70 commit 94f3a13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/en/adminGuide/monitor.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Now you can access Prometheus via http://localhost:9090, and Grafana via http://

## Enable ServiceMonitor with Milvus Helm Chart

The ServiceMonitor is not enabled for Miluvs Helm by default. After installing Prometheus Operator in the Kubernetes cluster, you can enable it by adding `metrics.serviceMontior.enabled=true` parameter.
The ServiceMonitor is not enabled for Milvus Helm by default. After installing Prometheus Operator in the Kubernetes cluster, you can enable it by adding `metrics.serviceMontior.enabled=true` parameter.

```
helm install my-release milvus/milvus --set cluster.enabled=true --set metrics.serviceMonitor.enabled=true
Expand Down

0 comments on commit 94f3a13

Please sign in to comment.