Skip to content

Commit

Permalink
fix(OM): fix attribute typo
Browse files Browse the repository at this point in the history
  • Loading branch information
zuluecho9 committed Apr 11, 2022
1 parent d225eaa commit 4a5ec6a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,7 @@ Find the failing requests.

```
FROM AjaxRequest
SELECT percentage(count(*), WHERE httpReponseCode >= 400)
SELECT percentage(count(*), WHERE httpResponseCode >= 400)
WHERE httpResponseCode >= 200 AND <Ajax Request filter>
SINCE 1 week AGO facet pageUrl, appName
```
Expand Down

0 comments on commit 4a5ec6a

Please sign in to comment.