Commit Graph

1485 Commits

Author SHA1 Message Date
fa93655d90 Update test for metrics server
Updates metrics server test so that it checks for the status
code and that bytes are returned.

Signed-off-by: Alex Ellis <alexellis2@gmail.com>
2019-04-04 09:05:17 +01:00
634ec22c8d Add RED metrics
- this PR adds metrics via Prometheus for instrumentation and
to move towards using HPAv2 / custom metrics in Kubernetes.

Signed-off-by: Alex Ellis <alexellis2@gmail.com>
2019-04-04 09:05:17 +01:00
1b61954ad9 Add kubecon talk from lucas to community
Signed-off-by: Lucas Roesler <roesler.lucas@gmail.com>
2019-04-03 18:38:06 +01:00
64c61440ac Add 2x KubeCon talks
Signed-off-by: Alex Ellis <alexellis2@gmail.com>
2019-04-03 12:29:45 +01:00
9dd2e26997 Reorder talks and update titles
Signed-off-by: Alex Ellis <alexellis2@gmail.com>
2019-04-03 11:26:32 +01:00
9abc245118 Add event by Scott Rosenberg
Signed-off-by: Alex Ellis <alexellis2@gmail.com>
2019-04-03 11:19:06 +01:00
f524aee855 Update armhf / Swarm gateway version
- switches to 0.12.0

Signed-off-by: Alex Ellis <alexellis2@gmail.com>
2019-04-03 10:02:21 +01:00
fd055379e6 Update faas gateway to 0.12.0
0.12.0 moves the Prometheus port to 8082 (internal) and not
exposed on the network

Signed-off-by: Alex Ellis <alexellis2@gmail.com>
2019-04-03 09:39:27 +01:00
b4e54b90af Remove Dockerfiles
These Dockerfiles are no longer required due to the projects
being built upstream and published to Quay/Docker Hub.

Signed-off-by: Alex Ellis <alexellis2@gmail.com>
2019-04-03 09:21:31 +01:00
3059b85e87 Remove unused files
Prometheus/Alertmanager are configured in the faas-netes repo
for use in Kubernetes. These files are not required.

Signed-off-by: Alex Ellis <alexellis2@gmail.com>
2019-04-03 09:20:38 +01:00
de8cb70f85 Update scrape port for prometheus to 8082
Fixes: #1121

Signed-off-by: Vivek Singh <vivekkmr45@yahoo.in>
2019-04-03 09:20:06 +01:00
be36840022 I have -> My Actions
Signed-off-by: Alex Ellis <alexellis2@gmail.com>
2019-04-03 09:15:33 +01:00
6f01bd3c4e Add user-actions
Fixes:  #1137

Signed-off-by: Alex Ellis <alexellis2@gmail.com>
2019-04-03 09:13:53 +01:00
48ed56ebe9 Add design/approved label to contribution guide
Signed-off-by: Alex Ellis <alexellis2@gmail.com>
2019-04-03 09:05:16 +01:00
6754e5b89c Update contribution guide
- PRs wil be closed when they do not follow the process

Signed-off-by: Alex Ellis <alexellis2@gmail.com>
2019-04-03 08:59:10 +01:00
16bee9ecd3 Equalize backer image proportions
Signed-off-by: Alex Ellis <alexellis2@gmail.com>
2019-04-02 22:08:29 +01:00
e8b0114e00 Add 2x new bronze sponsors
Signed-off-by: Alex Ellis <alexellis2@gmail.com>
2019-04-02 22:06:36 +01:00
d885588992 Add OpenShift post
Signed-off-by: Alex Ellis <alexellis2@gmail.com>
2019-03-27 11:46:58 +00:00
21c373c8ca Add Spotinst blog post
Signed-off-by: Richard Gee <richard@technologee.co.uk>
2019-03-25 18:30:06 +00:00
c9513b1c2a Add logos for bronze sponsors
Signed-off-by: Alex Ellis <alexellis2@gmail.com>
2019-03-25 12:43:23 +00:00
9fdc9dbd88 Adds Openinfra & manchester events
Signed-off-by: Edward Wilde <ewilde@gmail.com>
2019-03-25 09:07:45 +00:00
4636c0b959 Add two new backers
Signed-off-by: Alex Ellis <alexellis2@gmail.com>
2019-03-16 13:59:18 +00:00
77c0f7be75 Add SFEIR Lunch event
Adding event in Nantes, France

Signed-off-by: Martin Dekov <mdekov@vmware.com>
2019-03-11 14:41:46 +00:00
9d4f519a3a Remove whitespace in community file
Signed-off-by: Alex Ellis <alexellis2@gmail.com>
2019-03-11 13:30:46 +00:00
2b75008fc5 Update backers
Signed-off-by: Alex Ellis <alexellis2@gmail.com>
2019-03-11 11:55:49 +00:00
98ec2f8cdc Update date of blog posts
Signed-off-by: Alex Ellis <alexellis2@gmail.com>
2019-03-11 09:23:43 +00:00
a6601edd45 Fix updates to latest blogs
Signed-off-by: Alex Ellis <alexellis2@gmail.com>
2019-03-11 09:21:55 +00:00
86be3a6291 Sync latest blog posts
Signed-off-by: Alex Ellis <alexellis2@gmail.com>
2019-03-11 09:19:53 +00:00
ebc41933b7 Remove prometheus changes
Signed-off-by: Vivek Singh <vivekkmr45@yahoo.in>
2019-03-09 17:28:46 +00:00
b87ecde60f Move /healthz handler to handlers package
Signed-off-by: Vivek Singh <vivekkmr45@yahoo.in>
2019-03-09 17:28:46 +00:00
40dbede065 Reduce timeout value metrics server to 5 second
Signed-off-by: Vivek Singh <vivekkmr45@yahoo.in>
2019-03-09 17:28:46 +00:00
54eda5ec0d Run metrics server in a separate method
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>
2019-03-09 17:28:46 +00:00
90ddd56985 Add new HTTPServer to serve /metrics on port 8082
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>
2019-03-09 17:28:46 +00:00
aeb4eb9993 Add git repo example by Ignacio Cabrera
Signed-off-by: Alex Ellis <alexellis2@gmail.com>
2019-03-09 17:16:47 +00:00
e8d6932b6c Add favorite tools - OpenFaaS blog
Adding blog Favorite Tools - OpenFaaS by
Markus Fischbacher

Signed-off-by: Martin Dekov <mdekov@vmware.com>
2019-03-07 13:14:18 +00:00
d77a317fd6 Add Serverless with OpenFaaS article
Adding Serverless with OPenFaaS article
to community file also add missing author
of previous article

Signed-off-by: Martin Dekov <mdekov@vmware.com>
2019-03-06 09:21:06 +00:00
67c0a57af2 Add OF on Docker Swarm on RPi blog
Adding blog by Tim Levett

Signed-off-by: Martin Dekov <mdekov@vmware.com>
2019-03-06 09:14:24 +00:00
4c8eb18bba Update all 5 USD backers
Signed-off-by: Alex Ellis <alexellis2@gmail.com>
2019-03-05 20:33:08 +00:00
e0e9d45ef5 Add zeerorg to .DEREK.yml maintainers list.
Signed-off-by: Rishabh Gupta<r.g.gupta@outlook.com>
2019-03-05 08:46:44 +00:00
64b08eb75e Add backer
Signed-off-by: Alex Ellis <alexellis2@gmail.com>
2019-03-03 17:48:29 +00:00
d091e1b5fb Add blog post Build your serverless functions with OpenFaas on Azure
Signed-off-by: sajeetharan <sajeetharan@outlook.com>
2019-03-03 11:25:50 +00:00
270ff8b9a6 Add 2x Backers
Signed-off-by: Alex Ellis <alexellis2@gmail.com>
2019-03-01 13:59:27 +00:00
5b69c5070c Add backer
Signed-off-by: Alex Ellis <alexellis2@gmail.com>
2019-03-01 13:25:12 +00:00
50e5258c11 Bump queue-worker version to 0.7.1
Signed-off-by: Vivek Singh <vivekkmr45@yahoo.in>
2019-02-28 19:49:39 +00:00
c8aa09ba21 Update /system/secrets API Spec
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>
2019-02-27 19:28:17 +00:00
44f423ba2e Add link to Making Legacy Legendary video
Signed-off-by: Richard Gee <richard@technologee.co.uk>
2019-02-23 09:49:19 +00:00
5b79fd7219 Add event and blog in community file
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>
2019-02-21 12:30:26 +00:00
3bcc10a07e Upgrade prom and alert manager to 2.7.1 and 0.16.1
**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>
2019-02-21 09:51:38 +00:00
f2ac7b906c Bump Prometheus to 2.7.1
Signed-off-by: Radoslav Dimitrov <dimitrovr@vmware.com>
2019-02-20 09:23:01 +00:00
6171c834eb Add Not so FaaS webinar
Adding not so faas webinar to the 2019 events
in community.md

Signed-off-by: Martin Dekov <mdekov@vmware.com>
2019-02-20 08:56:19 +00:00