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
163
163
serverAddress: "http://prometheus.example.com"
164
164
threshold: "1"
165
165
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]))
169
169
` ` `
170
170
* `server.keda.annotations` - object, default: `{}`
171
171
Original file line number Diff line number Diff line change @@ -169,9 +169,9 @@ server:
169
169
# serverAddress: "http://prometheus.example.com"
170
170
# threshold: "1"
171
171
# 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]))
175
175
# ```
176
176
annotations : {}
177
177
# server.keda.annotations -- Annotations to apply to the ScaledObject CRD.
You can’t perform that action at this time.
0 commit comments