Skip to content

Commit

Permalink
endpoint alert schema
Browse files Browse the repository at this point in the history
  • Loading branch information
ahaswell committed Aug 30, 2024
1 parent 3fdb334 commit da0d194
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/source/yelpsoa_configs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1110,7 +1110,8 @@ These keys provide optional overrides for the default alerting behaviour.
environments. Defaults to **false**.
- ``error_threshold_ratio``: Error threshold ratio (0-1). Defaults to **0.01**.
- ``minimum_error_rps``: Minimum error rate per second, minimum is zero. Defaults to **5**.
- ``namespace_alert``: Toggle namespace alerting. Defaults to **true**.
- ``namespace_alert``: Toggle namespace alerting. Defaults to **true**. Can be used to disable alerting for the
namespace when alerts are configured for specific endpoints.
- ``endpoints``: List of enpoints to create alerts for.
- ``name``: The name of the endpoint.
- ``error_threshold_ratio``: Error threshold ratio (0-1). If not specified the threshold will be inherited from the parent.
Expand Down

0 comments on commit da0d194

Please sign in to comment.