- Apr 03, 2019
-
-
Alex Ellis authored
0.12.0 moves the Prometheus port to 8082 (internal) and not exposed on the network Signed-off-by:
Alex Ellis <alexellis2@gmail.com>
-
- Mar 09, 2019
-
-
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>
-
- Feb 28, 2019
-
-
Vivek Singh authored
Signed-off-by:
Vivek Singh <vivekkmr45@yahoo.in>
-
- Feb 21, 2019
-
-
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>
-
- Feb 12, 2019
-
-
Alex Ellis authored
Signed-off-by:
Alex Ellis <alexellis2@gmail.com>
-
- Feb 05, 2019
-
-
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>
-
- Jan 30, 2019
-
-
Radoslav Dimitrov authored
Signed-off-by:
Radoslav Dimitrov <dimitrovr@vmware.com>
-
Radoslav Dimitrov authored
Signed-off-by:
Radoslav Dimitrov <dimitrovr@vmware.com>
-
- Jan 29, 2019
-
-
Alex Ellis (VMware) authored
- re-vendor queue-worker for publisher via 0.6.0 - bump queue-worker version to 0.6.0 in docker-compose.yml for AMD64 - use new naming for NATS of nats -> NATS in variables where required - add default reconnect of 60 times, 2 seconds apart. Signed-off-by:
Alex Ellis (VMware) <alexellis2@gmail.com>
-
Alex Ellis (VMware) authored
- adds max_idle_conns_* default values to docker-compose.yml to make it easier to override as a user doing testing/tuning - make Golang durations easier to read 300s -> 5m Signed-off-by:
Alex Ellis (VMware) <alexellis2@gmail.com>
-
Lucas Roesler authored
**What** - Bumps the gateway version to 0.10.2 in the default docker-compose file **Why** - Finishes the work started in #1049 to enable basic auth for the alert endpoint, this will allow the deployment via compose to leverage the basic auth Signed-off-by:
Lucas Roesler <roesler.lucas@gmail.com>
-
- Jan 24, 2019
-
-
Lucas Roesler authored
**What** - Revert to the original docker tags because we want to for the bump until after the official release Signed-off-by:
Lucas Roesler <roesler.lucas@gmail.com>
-
Lucas Roesler authored
**What** - Protect the `/system/alert` endpoint when basic auth is enabled - Update the alert manager config to send the basic auth credentials - Bump the gateway version Signed-off-by:
Lucas Roesler <roesler.lucas@gmail.com>
-
- Jan 11, 2019
-
-
Bart Smykla authored
I changed the version of image to current one, which implements secret management endpoint from 0.5.0 to 0.6.1 in docker-compose.yml (x86_64) Version of openfaas/gateway was also increased to 0.9.14 Signed-off-by:
Bart Smykla <bsmykla@vmware.com>
-
- Nov 29, 2018
-
-
Lucas Roesler authored
**What** - Update the fass-swarm version to 0.5.0 Signed-off-by:
Lucas Roesler <roesler.lucas@gmail.com>
-
- Nov 22, 2018
-
-
Ivana Yovcheva authored
Signed-off-by:
Ivana Yovcheva (VMware) <iyovcheva@vmware.com>
-
- Nov 21, 2018
-
-
Alex Ellis (VMware) authored
Signed-off-by:
Alex Ellis (VMware) <alexellis2@gmail.com>
-
- Nov 12, 2018
-
-
Martin Dekov (VMware) authored
Bumping gateway image for armhf and x64-86 to be the latest 0.9.10 Signed-off-by:
Martin Dekov (VMware) <mdekov@vmware.com>
-
- Oct 26, 2018
-
-
Lucas Roesler authored
Signed-off-by:
Lucas Roesler <roesler.lucas@gmail.com>
-
Lucas Roesler authored
**What** - Bumpe nats-streaming version to 0.11.0 in the docker-compose files - Addresses #790 Signed-off-by:
Lucas Roesler <roesler.lucas@gmail.com>
-
- Oct 21, 2018
-
-
Alex Ellis (VMware) authored
Signed-off-by:
Alex Ellis (VMware) <alexellis2@gmail.com>
-
- Oct 19, 2018
-
-
Radoslav Dimitrov authored
Signed-off-by:
Radoslav Dimitrov <rdimitrow@gmail.com>
-
Radoslav Dimitrov authored
Signed-off-by:
Radoslav Dimitrov <rdimitrow@gmail.com>
-
Radoslav Dimitrov authored
Signed-off-by:
Radoslav Dimitrov <rdimitrow@gmail.com>
-
- Oct 04, 2018
-
-
Vivek Singh authored
Signed-off-by:
Vivek Singh <vivekkmr45@yahoo.in>
-
- Sep 19, 2018
-
-
Alex Ellis (VMware) authored
Signed-off-by:
Alex Ellis (VMware) <alexellis2@gmail.com>
-
- Sep 12, 2018
-
-
Stefan Prodan authored
Signed-off-by:
Stefan Prodan <stefan.prodan@gmail.com>
-
- Sep 10, 2018
-
-
Alex Ellis (VMware) authored
- This commit moves us to faas-swarm 0.4.2 which uses basic auth (when enabled) to prevent functions or other services from accessing the administrative API endpoints. Signed-off-by:
Alex Ellis (VMware) <alexellis2@gmail.com>
-
Martin Dekov (VMware) authored
Bumping gateway to latest 0.9.2 release for docker-compose.yml and docker-compose-armhf.yml files Signed-off-by:
Martin Dekov (VMware) <mdekov@vmware.com>
-
- Sep 06, 2018
-
-
Radoslav Dimitrov authored
Signed-off-by:
Radoslav Dimitrov <rdimitrow@gmail.com>
-
- Sep 05, 2018
-
-
Alex Ellis (VMware) authored
Code-review/refactoring for #843. Closes #843. FaaSHandlers has had info and query handlers added to its list of types for consistency. Secrets added to queue-worker component ready for next PR. Signed-off-by:
Alex Ellis (VMware) <alexellis2@gmail.com>
-
- Aug 29, 2018
-
-
Patricio Diaz authored
Updated Swarm image versions for Prometheus & Alertmanager to match Kubernetes stack - Prometheus: v2.2.0 => v2.3.1 - Alertmanager: v0.15.0-rc.0 => v0.15.0 Signed-off-by:
Patricio Diaz <padiazg@gmail.com>
-
Alex Ellis (VMware) authored
Adds PATH support over HTTP for functions. Signed-off-by:
Alex Ellis (VMware) <alexellis2@gmail.com>
-
- Aug 22, 2018
-
-
Martin Dekov (VMware) authored
I am moving gateway build version to 0.8.11 Signed-off-by:
Martin Dekov (VMware) <mdekov@vmware.com>
-
- Aug 09, 2018
-
-
Ivana Yovcheva (VMware) authored
This updates faas-swarm version including a fix for annotations. In version 0.4.0 the prefix was not removed from the annotation key, which was causing errors trying to get the value Signed-off-by:
Ivana Yovcheva (VMware) <iyovcheva@vmware.com>
-
- Aug 01, 2018
-
-
Alex Ellis (VMware) authored
The update to the gateway and faas-swarm add read-only containers and the ability to use annotations in the function schema. faas-cli 0.6.17 is required. Signed-off-by:
Alex Ellis (VMware) <alexellis2@gmail.com>
-
- Jul 21, 2018
-
-
Vivek Singh authored
This commit bumps gateway version to 0.8.7 in docker-compose.yml and also adds `scale_from_zero` environment variable to the gateway. Fixes: #780 Signed-off-by:
Vivek Singh <vivekkmr45@yahoo.in>
-