Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
mattcarmody committed Jan 3, 2024
1 parent 9c89360 commit d46779d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lightstep/resource_alert_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1137,17 +1137,17 @@ resource "lightstep_alert" "test" {
operand = "above"
thresholds {
critical = 10
critical_duration_ms = 120000
critical_duration_ms = 180000
warning = 5
warning_duration_ms = 180000
warning_duration_ms = 120000
}
}
query {
query_name = "a"
hidden = false
display = "line"
query_string = "metric requests | rate 1h | filter "service_name" == "frontend" | group_by ["method"], mean"
query_string = "metric requests | rate 1h | filter service_name == frontend | group_by [method], mean"
}
}
`
Expand Down

0 comments on commit d46779d

Please sign in to comment.