Skip to content
This repository was archived by the owner on Nov 16, 2023. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions log-analytics/server-availability-rate.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Note that this way we give a little leeway for missing heartbeat reports each ho
Instead of expecting a report every 5 or 10 minutes, we only mark a computer as "unavailable" if we didn't get any report from it during a full hour.

At this point we get a number for each computer, something like this:
<p><img src="~/examples/images/availability-hours.png" alt="server availability hours"></p>
![server availability hours](https://github.com/MicrosoftDocs/LogAnalyticsExamples/blob/master/images/availability-hours.png)

So we know the number of hours each computer was available during the set time range. But what does it mean? how many hours were there altogether?

Expand All @@ -61,5 +61,5 @@ Finally we calculate the ratio between available hours and total hours:
```
and get this:

<p><img src="~/examples/images/availability-rate.png" alt="server availability rate"></p>
![server availability rate](https://github.com/MicrosoftDocs/LogAnalyticsExamples/blob/master/images/availability-rate.png)

Original file line number Diff line number Diff line change
Expand Up @@ -83,4 +83,4 @@ week
```

The output will look like this:
<p><img src="~/examples/images/cohorts.png" alt="cohorts"></p>
![cohorts](https://github.com/MicrosoftDocs/LogAnalyticsExamples/blob/master/images/cohorts.png)
2 changes: 1 addition & 1 deletion smart-analytics/sliding-window-calculations-rolling-mau.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,4 @@ customEvents
```

The output will look like this:
<p><img src="~/examples/images/rolling-mau.png" alt="rolling mau"></p>
![rolling mau](https://github.com/MicrosoftDocs/LogAnalyticsExamples/blob/master/images/rolling-mau.png)
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ on Timestamp
```

The output will look like this:
<p><img src="~/examples/images/user-stickiness.png" alt="user stickiness"></p>
![user stickiness](https://github.com/MicrosoftDocs/LogAnalyticsExamples/blob/master/images/user-stickiness.png)