This repository was archived by the owner on Aug 16, 2023. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: milvus
33appVersion : " 2.0.0"
44kubeVersion : " ^1.10.0-0"
55description : Milvus is an open-source vector database built to power AI applications and vector similarity search.
6- version : 3.0.0
6+ version : 3.0.1
77keywords :
88 - milvus
99 - elastic
Original file line number Diff line number Diff line change 1515 endpoints :
1616 - honorLabels : true
1717 interval : {{ .Values.metrics.serviceMonitor.interval }}
18+ scrapeTimeout : {{ .Values.metrics.serviceMonitor.scrapeTimeout }}
1819 path : /metrics
1920 port : metrics
2021 namespaceSelector :
4546 endpoints :
4647 - honorLabels : true
4748 interval : {{ .Values.metrics.serviceMonitor.interval }}
49+ scrapeTimeout : {{ .Values.metrics.serviceMonitor.scrapeTimeout }}
4850 path : /metrics
4951 port : metrics
5052 namespaceSelector :
Original file line number Diff line number Diff line change @@ -78,6 +78,7 @@ metrics:
7878 # Set this to `true` to create ServiceMonitor for Prometheus operator
7979 enabled : false
8080 interval : " 30s"
81+ scrapeTimeout : " 10s"
8182 # Additional labels that can be used so ServiceMonitor will be discovered by Prometheus
8283 additionalLabels : {}
8384
You can’t perform that action at this time.
0 commit comments