From 21815cccfaf348e773c81494ff8234afa6eb8b4a Mon Sep 17 00:00:00 2001 From: Parham Alvani Date: Sat, 13 Apr 2024 19:04:25 +0000 Subject: [PATCH] feat: add more on seldon --- slides.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/slides.md b/slides.md index 9f7e222..5f2fd42 100644 --- a/slides.md +++ b/slides.md @@ -197,3 +197,9 @@ process them asynchronously. The results can be passed onwards to alerting syste Logging of request and response payloads from your Seldon Deployment can be accomplished by adding a _logging section_ to any part of the Seldon deployment graph. + +The specification is: + +- `url`: Any URL. Optional. If not provided then it will default to the default [KNative](https://knative.dev/docs/) broker + in the namespace of the Seldon Deployment. +- `mode`: Either `request`, `response` or `all`