File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -163,9 +163,9 @@ Fast distributed SQL query engine for big data analytics that helps you explore
163163 serverAddress: "http://prometheus.example.com"
164164 threshold: "1"
165165 metricName: required_workers
166- query: >-
167- sum by (service)
168- (avg_over_time(trino_execution_ClusterSizeMonitor_RequiredWorkers{service={{ include "trino.fullname" . | quote }}}[5s]))
166+ query: >-
167+ sum by (service)
168+ (avg_over_time(trino_execution_ClusterSizeMonitor_RequiredWorkers{service={{ include "trino.fullname" . | quote }}}[5s]))
169169 ` ` `
170170* `server.keda.annotations` - object, default: `{}`
171171
Original file line number Diff line number Diff line change @@ -169,9 +169,9 @@ server:
169169 # serverAddress: "http://prometheus.example.com"
170170 # threshold: "1"
171171 # metricName: required_workers
172- # query: >-
173- # sum by (service)
174- # (avg_over_time(trino_execution_ClusterSizeMonitor_RequiredWorkers{service={{ include "trino.fullname" . | quote }}}[5s]))
172+ # query: >-
173+ # sum by (service)
174+ # (avg_over_time(trino_execution_ClusterSizeMonitor_RequiredWorkers{service={{ include "trino.fullname" . | quote }}}[5s]))
175175 # ```
176176 annotations : {}
177177 # server.keda.annotations -- Annotations to apply to the ScaledObject CRD.
You can’t perform that action at this time.
0 commit comments