From 5d2a9a00ba3cb45b2fe1d5144e4aee735abaf655 Mon Sep 17 00:00:00 2001 From: Olivier Cervello Date: Sat, 26 Mar 2022 14:22:49 +0100 Subject: [PATCH] docs: add missing 'method' field in readme (#213) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 72b3f428..27059be7 100644 --- a/README.md +++ b/README.md @@ -125,6 +125,7 @@ is composed of the following fields: * `description`: [**required**] *string* - Description of this SLO. * `goal`: [**required**] *string* - SLO goal (or target) (**MUST** be between 0 and 1). * `backend`: [**required**] *string* - Backend name (**MUST** exist in SLO Generator Configuration). + * `method`: [**required**] *string* - Backend method to use (**MUST** exist in backend class definition). * `service_level_indicator`: [**required**] *map* - SLI configuration. The content of this section is specific to each provider, see [`docs/providers`](./docs/providers). * `error_budget_policy`: [*optional*] *string* - Error budget policy name