Skip to content

Commit

Permalink
fix(SLM): Hero fix
Browse files Browse the repository at this point in the history
  • Loading branch information
urbiz-nr committed Feb 16, 2022
1 parent 1609fae commit 1961d2b
Showing 1 changed file with 0 additions and 28 deletions.
28 changes: 0 additions & 28 deletions src/content/docs/service-level-management/create-slm.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -187,34 +187,6 @@ Based on OpenTelemetry spans, these SLIs are the most common for request-driven

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 --->

<CollapserGroup>
<Collapser
className="freq-link"
Expand Down

0 comments on commit 1961d2b

Please sign in to comment.