Skip to content

Commit 7751713

Browse files
committed
Upgrade Dashboard with new graphs
The dashboard now has a graphs page for each function which shows latency by status code over time. Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
1 parent cea65cc commit 7751713

14 files changed

+303
-279
lines changed

chart/openfaas/Chart.yaml

+1-1
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: 14.2.86
5+
version: 14.2.87
66
sources:
77
- https://github.com/openfaas/faas
88
- https://github.com/openfaas/faas-netes

chart/openfaas/values.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ autoscaler:
305305
## To use with port-forwarding, set publicURL to
306306
## http://127.0.0.1
307307
dashboard:
308-
image: ghcr.io/openfaasltd/openfaas-dashboard:0.5.24
308+
image: ghcr.io/openfaasltd/openfaas-dashboard:0.5.25
309309
publicURL: https://dashboard.example.com
310310
# Name of signing key secret for sessions.
311311
# Leave blank for development, see https://docs.openfaas.com/openfaas-pro/dashboard/ for production and staging.
@@ -401,7 +401,7 @@ nats:
401401
host: ""
402402
port: ""
403403
# The version of NATS Core used with OpenFaaS Pro and JetStream
404-
image: nats:2.10.22
404+
image: nats:2.10.23
405405
resources:
406406
requests:
407407
memory: "120Mi"

docs/cron-connector-0.6.11.tgz

0 Bytes
Binary file not shown.

docs/index.yaml

+300-276
Large diffs are not rendered by default.

docs/kafka-connector-0.7.11.tgz

1 Byte
Binary file not shown.

docs/mqtt-connector-0.4.7.tgz

0 Bytes
Binary file not shown.

docs/nats-connector-0.3.2.tgz

1 Byte
Binary file not shown.

docs/openfaas-14.2.87.tgz

62.3 KB
Binary file not shown.

docs/postgres-connector-0.1.1.tgz

3 Bytes
Binary file not shown.

docs/pro-builder-0.4.15.tgz

-2 Bytes
Binary file not shown.

docs/queue-worker-0.2.11.tgz

2 Bytes
Binary file not shown.

docs/rabbitmq-connector-0.0.3.tgz

-4 Bytes
Binary file not shown.

docs/sns-connector-0.1.3.tgz

-1 Bytes
Binary file not shown.

docs/sqs-connector-0.2.6.tgz

-1 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)