Skip to content

Commit

Permalink
docs: add missing 'method' field in readme (#213)
Browse files Browse the repository at this point in the history
  • Loading branch information
Olivier Cervello authored Mar 26, 2022
1 parent 53c0fdf commit 5d2a9a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5d2a9a0

Please sign in to comment.