- Mar 11, 2019
-
-
Alex Ellis authored
Signed-off-by:
Alex Ellis <alexellis2@gmail.com>
-
Alex Ellis authored
Signed-off-by:
Alex Ellis <alexellis2@gmail.com>
-
Alex Ellis authored
Signed-off-by:
Alex Ellis <alexellis2@gmail.com>
-
Alex Ellis authored
Signed-off-by:
Alex Ellis <alexellis2@gmail.com>
-
Alex Ellis authored
Signed-off-by:
Alex Ellis <alexellis2@gmail.com>
-
- Mar 09, 2019
-
-
Vivek Singh authored
Signed-off-by:
Vivek Singh <vivekkmr45@yahoo.in>
-
Vivek Singh authored
Signed-off-by:
Vivek Singh <vivekkmr45@yahoo.in>
-
Vivek Singh authored
Signed-off-by:
Vivek Singh <vivekkmr45@yahoo.in>
-
Vivek Singh authored
This commit adds changes to run metrics server in a separate method and also removed port 8082 from exposed port a/c to review comments. It also uses a smaller static timeout value for new server. Signed-off-by:
Vivek Singh <vivekkmr45@yahoo.in>
-
Vivek Singh authored
This commit runs a new HTTPServer on port 8082 in a goroutine to serve /metrics endpoint on a different port. This also update the configurations and compose files. Fixes: #1081 Signed-off-by:
Vivek Singh <vivekkmr45@yahoo.in>
-
Alex Ellis authored
Signed-off-by:
Alex Ellis <alexellis2@gmail.com>
-
- Mar 07, 2019
-
-
Martin Dekov authored
Adding blog Favorite Tools - OpenFaaS by Markus Fischbacher Signed-off-by:
Martin Dekov <mdekov@vmware.com>
-
- Mar 06, 2019
-
-
mdekov authored
Adding Serverless with OPenFaaS article to community file also add missing author of previous article Signed-off-by:
Martin Dekov <mdekov@vmware.com>
-
Martin Dekov authored
Adding blog by Tim Levett Signed-off-by:
Martin Dekov <mdekov@vmware.com>
-
- Mar 05, 2019
-
-
Alex Ellis authored
Signed-off-by:
Alex Ellis <alexellis2@gmail.com>
-
Rishabh Gupta authored
Signed-off-by:
Rishabh <Gupta<r.g.gupta@outlook.com>
-
- Mar 03, 2019
-
-
Alex Ellis authored
Signed-off-by:
Alex Ellis <alexellis2@gmail.com>
-
sajeetharan authored
Signed-off-by:
sajeetharan <sajeetharan@outlook.com>
-
- Mar 01, 2019
-
-
Alex Ellis authored
Signed-off-by:
Alex Ellis <alexellis2@gmail.com>
-
Alex Ellis authored
Signed-off-by:
Alex Ellis <alexellis2@gmail.com>
-
- Feb 28, 2019
-
-
Vivek Singh authored
Signed-off-by:
Vivek Singh <vivekkmr45@yahoo.in>
-
- Feb 27, 2019
-
-
Rishabh Gupta authored
Previous Spec was flawed as it showed that the response model was ``` [ { "name": "aws-key", "value": "changeme" } ] ``` Changed the model to match what is returned Signed-off-by:
Rishabh <Gupta<r.g.gupta@outlook.com>
-
- Feb 23, 2019
-
-
Richard Gee authored
Signed-off-by:
Richard Gee <richard@technologee.co.uk>
-
- Feb 21, 2019
-
-
mdekov authored
Adding talk in event tab in Lyon France by Laurent Grangeau along with blog by Leon Sriger Signed-off-by:
Martin Dekov <mdekov@vmware.com>
-
Lucas Roesler authored
**What** - Removes the `alert` label in the scale-up alert - Updates the annotaitons to use the `function_name` label instead of the `instance` label that was removed. - Per prometheus/prometheus#4836 and the related mailing list discussion https://groups.google.com/d/msg/prometheus-users/7Ul6ngc7Ogs/j_YDszV5BwAJ the alert value should not be included in the alert labels otherwise each calculation of the alert is treated like a new alert and then the use of `for 5s` will not behave as expected. - Ports the resoltuion openfaas/faas-netes#372 Signed-off-by:
Lucas Roesler <roesler.lucas@gmail.com>
-
- Feb 20, 2019
-
-
Radoslav Dimitrov authored
Signed-off-by:
Radoslav Dimitrov <dimitrovr@vmware.com>
-
mdekov authored
Adding not so faas webinar to the 2019 events in community.md Signed-off-by:
Martin Dekov <mdekov@vmware.com>
-
- Feb 14, 2019
-
-
Kay authored
Signed-off-by:
Kay <kay.hansge@interdigital.com>
-
- Feb 12, 2019
-
-
Edward Wilde authored
Signed-off-by:
Edward Wilde <ewilde@gmail.com>
-
Alex Ellis authored
Signed-off-by:
Alex Ellis <alexellis2@gmail.com>
-
Alex Ellis authored
Includes fix for reconnection bug to NATS Streaming Signed-off-by:
Alex Ellis <alexellis2@gmail.com>
-
Alex Ellis authored
Adds blog post from Ivana. Signed-off-by:
Alex Ellis <alexellis2@gmail.com>
-
- Feb 09, 2019
-
-
Alex Ellis authored
Add 2x GOTO events for myself Signed-off-by:
Alex Ellis <alexellis2@gmail.com>
-
- Feb 07, 2019
-
-
Alex Ellis authored
Adds Add resize your images on-the-fly with OpenFaaS via Tarun and Iconscout Signed-off-by:
Alex Ellis <alexellis2@gmail.com>
-
Alex Ellis authored
Add OpenFaaS Cloud in 100 seconds Signed-off-by:
Alex Ellis <alexellis2@gmail.com>
-
- Feb 05, 2019
-
-
mdekov authored
Adding blog post by Richard Gee in the official openfaas site with title RIde the SErverless Wave with DigitalOcean's One-click Droplet Signed-off-by:
Martin Dekov (VMware) <mdekov@vmware.com>
-
Radoslav Dimitrov authored
Signed-off-by:
Radoslav Dimitrov <rdimitrow@gmail.com>
-
- Feb 04, 2019
-
-
Alex Ellis authored
Signed-off-by:
Alex Ellis <alexellis2@gmail.com>
-
Alex Ellis (VMware) authored
- max_conns / idle / per host are now read from env-vars and have defaults set to 1024 for both values - logging / metrics are collected in the client transaction rather than via defer (this may impact throughput) - function cache moved to use RWMutex to try to improve latency around locking when updating cache - logging message added to show latency in running GetReplicas because this was observed to increase in a linear fashion under high concurrency - changes tested against 3-node bare-metal 1.13 K8s cluster with kubeadm Signed-off-by:
Alex Ellis (VMware) <alexellis2@gmail.com>
-
Alex Ellis (VMware) authored
- due to what appears to be a frequent issue with the Go HTTP client some tweaks were needed to the HTTP client used for reverse proxying to prevent CoreDNS from rejecting connections. The following PRs / commits implement similar changes in Prometheus and Minio. https://github.com/prometheus/prometheus/pull/3592 https://github.com/minio/minio/pull/5860 Under a 3-node (1-master) kubeadm cluster running on bare metal with Ubuntu 18.04 I was able to send 100k requests with 1000 being concurrent with no errors being returned by hey. ``` hey -n 100000 -c 1000 -m=POST -d="hi" \ http://192.168.0.26:31112/function/go-echo ``` The go-echo function is based upon the golang-http template in the function store using the of-watchdog. Signed-off-by:
Alex Ellis (VMware) <alexellis2@gmail.com>
-