stefanprodan
ee500d83ac
Add Linkerd observer implementation
2019-05-13 17:51:39 +03:00
stefanprodan
0032c14a78
Refactor metrics
...
- add observer interface with builtin metrics functions
- add metrics observer factory
- add prometheus client
- implement the observer interface for istio, envoy and nginx
- remove deprecated istio and app mesh metric aliases (istio_requests_total, istio_request_duration_seconds_bucket, envoy_cluster_upstream_rq, envoy_cluster_upstream_rq_time_bucket)
2019-05-13 17:34:08 +03:00
stefanprodan
1902884b56
Release v0.13.2
2019-05-11 15:16:31 +03:00
Carlos Sanchez
24a74d3589
Fix #177 Do not copy labels from canary to primary deployment
2019-05-11 13:42:08 +02:00
stefanprodan
752eceed4b
Add tests for ingress weight changes
2019-05-10 11:53:12 +03:00
stefanprodan
eadce34d6f
Add ingress router unit tests
2019-05-10 11:39:52 +03:00
stefanprodan
72014f736f
Release v0.13.1
2019-05-09 14:29:42 +03:00
stefanprodan
2ff695ecfe
Fix nginx metrics tests
2019-05-09 14:00:15 +03:00
stefanprodan
121a65fad0
Fix nginx promql namespace selector
2019-05-09 13:50:47 +03:00
stefanprodan
ecaa203091
Fix custom metric checks
...
- escape the prom query before encoding it
2019-05-09 13:49:48 +03:00
stefanprodan
1f9f6fb55a
Release v0.13.0
2019-05-08 18:05:47 +03:00
stefanprodan
0d94c01678
Toggle canary annotation based on weight
2019-05-07 11:10:19 +03:00
stefanprodan
00151e92fe
Implement A/B testing for nginx ingress
2019-05-07 10:33:40 +03:00
stefanprodan
f7db0210ea
Add nginx ingress controller checks
2019-05-06 18:43:02 +03:00
stefanprodan
cf3ba35fb9
Add nginx ingress controller metrics
2019-05-06 18:42:31 +03:00
stefanprodan
177dc824e3
Implement nginx ingress router
2019-05-06 18:42:02 +03:00
stefanprodan
921ac00383
Add ingress ref to CRD and RBAC
2019-05-06 18:33:00 +03:00
stefanprodan
c92230c109
Fix duplicate hosts error when using wildcard
2019-05-02 19:05:54 +03:00
stefanprodan
61141c7479
Release v0.12.0
2019-04-29 16:37:48 +03:00
Yuval Kohavi
5279f73c17
use name.namespace instead of namespace.name
2019-04-25 11:10:23 -04:00
Yuval Kohavi
d196bb2856
e2e test
2019-04-24 16:00:55 -04:00
Yuval Kohavi
5ba27c898e
remove todo
2019-04-23 07:42:52 -04:00
Yuval Kohavi
4d7fae39a8
add retries and cors
2019-04-19 14:41:50 -04:00
Yuval Kohavi
2173bfc1a0
Merge remote-tracking branch 'origin/master' into supergloo-updated
2019-04-19 11:17:37 -04:00
Yuval Kohavi
a19d016e14
more rules
2019-04-19 10:59:04 -04:00
stefanprodan
0c68983c62
Update deps to Kubernetes 1.13.1
2019-04-18 19:30:55 +03:00
stefanprodan
f60c4d60cf
Release v0.11.1
2019-04-18 14:50:26 +03:00
Yuval Kohavi
37ebbf14f9
fix compile
2019-04-17 18:44:33 -04:00
Yuval Kohavi
156488c8d5
Merge remote-tracking branch 'origin/master' into supergloo-updated
2019-04-17 18:24:41 -04:00
Yuval Kohavi
68d1f583cc
more tests
2019-04-17 13:04:02 -04:00
stefanprodan
a82eb7b01f
Release v0.11.0
2019-04-17 11:13:31 +03:00
stefanprodan
cd08afcbeb
Add bash bats task runner
...
- run bats tests (blocking requests)
2019-04-17 11:05:10 +03:00
Yuval Kohavi
aa24d6ff7e
minor change
2019-04-16 19:16:49 -04:00
Yuval Kohavi
58c2c19f1e
re generate code
2019-04-16 19:16:37 -04:00
Yuval Kohavi
2a91149211
starting adding tests
2019-04-16 19:16:15 -04:00
Yuval Kohavi
868482c240
basics seem working!
2019-04-16 15:10:08 -04:00
stefanprodan
6ef72e2550
Make the pod selector configurable
...
- default labels: app, name and app.kubernetes.io/name
2019-04-15 12:57:25 +03:00
stefanprodan
60f51ad7d5
Move deployer and config tracker to canary package
2019-04-15 11:27:08 +03:00
stefanprodan
a09dc2cbd8
Rename logging package
2019-04-15 11:25:45 +03:00
stefanprodan
edcff9cd15
Execute pre/post rollout webhooks
...
- halt the canary advancement if pre-rollout hooks are failing
- include the canary status (Succeeded/Failed) in the post-rollout webhook payload
- ignore post-rollout webhook failures
- log pre/post rollout webhook response result
2019-04-13 15:43:23 +03:00
stefanprodan
e0fc5ecb39
Add hook type to CRD
...
- pre-rollout execute webhook before routing traffic to canary
- rollout execute webhook during the canary analysis on each iteration
- post-rollout execute webhook after the canary has been promoted or rolled back
Add canary phase to webhook payload
2019-04-13 15:37:41 +03:00
stefanprodan
352ed898d4
Add request success rate and duration metrics alias
2019-04-12 17:00:04 +03:00
stefanprodan
e091d6a50d
Set Envoy request duration to ms
2019-04-12 16:25:34 +03:00
stefanprodan
c651ef00c9
Add Envoy request duration test
2019-04-12 16:09:00 +03:00
stefanprodan
4b17788a77
Add Envoy request duration P99 query
2019-04-12 16:02:23 +03:00
Yuval Kohavi
d21fb1afe8
initial supergloo code
2019-04-10 20:19:49 -04:00
stefanprodan
126b68559e
Set default mesh gateway if no gateway is specified
2019-04-06 12:21:30 +03:00
stefanprodan
ec759ce467
Add Envoy success rate test
2019-03-31 14:17:39 +03:00
stefanprodan
f211e0fe31
Use go templates to render the builtin promql queries
2019-03-31 13:55:14 +03:00
stefanprodan
c91a128b65
Fix observer mock init
2019-03-30 11:55:41 +02:00