Skip to content

Commit

Permalink
Update docs/resources/alert.md
Browse files Browse the repository at this point in the history
Co-authored-by: Brian Lamb <[email protected]>
  • Loading branch information
mattcarmody and lambcode authored Jan 4, 2024
1 parent 13636f8 commit db8af33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/resources/alert.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ resource "lightstep_alert" "high_error_rate_with_sustained_traffic" {
project_name = var.project
name = "Error rates are high for my operation with sustained traffic"
description = <<EOF
Fires when over 20% of requests are erroring, but only when requests are above 75 spans over an hour window. This prevents firing when we have very low traffic and get a few error requests.
Fires when over 20% of requests have errors, but only when request count is above 75 over an hour window. This prevents firing when we have very low traffic and get a few error requests.
EOF
label {
Expand Down

0 comments on commit db8af33

Please sign in to comment.