linkerd2/pkg/profiles
Alex Leong 3bd4231cec
Add support for timeouts in service profiles (#2149)
Fixes #2042 

Adds a new field to service profile routes called `timeout`.  Any requests to that route which take longer than the given timeout will be aborted and a 504 response will be returned instead.  If the timeout field is not specified, a default timeout of 10 seconds is used.

Signed-off-by: Alex Leong <alex@buoyant.io>
2019-01-30 16:48:55 -08:00
..
openapi.go Add --proto flag to linkerd profile command to read protobuf files (#2128) 2019-01-25 11:15:20 -08:00
openapi_test.go Add --proto flag to linkerd profile command to read protobuf files (#2128) 2019-01-25 11:15:20 -08:00
profiles.go Add support for timeouts in service profiles (#2149) 2019-01-30 16:48:55 -08:00
proto.go Add --proto flag to linkerd profile command to read protobuf files (#2128) 2019-01-25 11:15:20 -08:00
proto_test.go Add --proto flag to linkerd profile command to read protobuf files (#2128) 2019-01-25 11:15:20 -08:00
template.go Add support for timeouts in service profiles (#2149) 2019-01-30 16:48:55 -08:00
test_helper.go Add --proto flag to linkerd profile command to read protobuf files (#2128) 2019-01-25 11:15:20 -08:00