Skip to content

Commit dc3fdce

Browse files
committed
Fix an issue in concurrency load rule
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
1 parent 86fefc9 commit dc3fdce

12 files changed

+264
-240
lines changed

chart/openfaas/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
type: application
33
description: OpenFaaS - Serverless Functions Made Simple
44
name: openfaas
5-
version: 10.0.5
5+
version: 10.0.6
66
sources:
77
- https://github.com/openfaas/faas
88
- https://github.com/openfaas/faas-netes

chart/openfaas/templates/prometheus-cfg.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ data:
152152
scaling_type: rps
153153
154154
- record: job:function_current_load:sum
155-
expr: sum by (function_name) (gateway_function_invocation_started{}) - sum by (function_name) ( gateway_function_invocation_total{}) and avg by (function_name) (gateway_service_target_load{scaling_type="capacity"}) > 1
155+
expr: sum by(function_name) (gateway_function_invocation_started) - sum by(function_name) (gateway_function_invocation_total) and avg by(function_name) (gateway_service_target_load{scaling_type="capacity"}) > bool 1
156156
labels:
157157
scaling_type: capacity
158158

docs/cron-connector-0.5.3.tgz

0 Bytes
Binary file not shown.

docs/index.yaml

Lines changed: 260 additions & 236 deletions
Large diffs are not rendered by default.

docs/kafka-connector-0.6.8.tgz

0 Bytes
Binary file not shown.

docs/mqtt-connector-0.4.5.tgz

1 Byte
Binary file not shown.

docs/nats-connector-0.1.1.tgz

-1 Bytes
Binary file not shown.

docs/openfaas-10.0.6.tgz

26.7 KB
Binary file not shown.

docs/probuilder-0.1.0.tgz

0 Bytes
Binary file not shown.

docs/sqs-connector-0.0.4.tgz

2 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)