Skip to content

Commit

Permalink
Merge pull request #6199 from helenapm/patch-14
Browse files Browse the repository at this point in the history
Remove the availability SLI for browser apps
  • Loading branch information
urbiz-nr committed Feb 16, 2022
2 parents e7aaad7 + 1961d2b commit d78e475
Showing 1 changed file with 1 addition and 28 deletions.
29 changes: 1 addition & 28 deletions src/content/docs/service-level-management/create-slm.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -185,36 +185,9 @@ Based on OpenTelemetry spans, these SLIs are the most common for request-driven

### SLIs for browser applications [#sli-browser]

The following SLIs are based on Googles Browser Core Web Vitals.
The following SLIs are based on Google's Browser Core Web Vitals.

<CollapserGroup>
<Collapser
className="freq-link"
id="browser-availability"
title="Browser app availability"
>
It’s the proportion of page views that are served without errors.

**Valid events fields**

```
FROM: PageView
WHERE: entityGuid = '{entityGuid}'
```

Where `{entityGuid}` is the service's GUID.

**Bad events fields**

```
FROM: JavaScriptError
WHERE: entityGuid = '{entityGuid}'
```

Where `{entityGuid}` is the browser app GUID.

</Collapser>

<Collapser
className="freq-link"
id="browser-contentful-paint"
Expand Down

0 comments on commit d78e475

Please sign in to comment.