Skip to content

Commit

Permalink
docs: add SLO dashboard panel docs (#3503) (#3508)
Browse files Browse the repository at this point in the history
(cherry picked from commit b4f37d2)

Co-authored-by: Brandon Morelli <[email protected]>
  • Loading branch information
mergify[bot] and bmorelli25 authored Jan 4, 2024
1 parent d722e0a commit 8eb607e
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 3 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
23 changes: 20 additions & 3 deletions docs/en/observability/slo-overview.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -31,17 +31,34 @@ Burn rate:: The rate at which your service consumes your err

[discrete]
[[slo-in-elastic]]
== SLO Dashboard
From the SLO dashboard list, you can see all of your SLOs and a quick summary of what's happening in each one:
== SLO overview
From the SLO overview, you can see all of your SLOs and a quick summary of what's happening in each one:

[role="screenshot"]
image::images/slo-dashboard.png[]

Click an SLO from the dashboard to see a detailed view. This view includes SLI history, error budget burn down charts, and current active alerts if you've set any <<slo-burn-rate-alert,SLO burn rate alert rules>> for the SLO.
Click an SLO to see a detailed view. This view includes SLI history, error budget burn down charts, and current active alerts if you've set any <<slo-burn-rate-alert,SLO burn rate alert rules>> for the SLO.

[role="screenshot"]
image::images/slo-detailed-view.png[]

[discrete]
[[slo-dashboard-panels]]
== SLO dashboard panels

SLO data is also available as Dashboard _panels_.
Panels allow you to curate custom data views and visualizations to bring clarity to your data.

Available SLO panels include:

* *SLO Overview*: Visualize a selected SLO's health, including name, current SLI value, target, and status.
* *SLO Alerts*: Visualize one or more SLO alerts, including status, rule name, duration, and reason. In addition, configure and update alerts, or create cases directly from the panel.

[role="screenshot"]
image::images/slo-dashboard-panel.png[]

See {kibana-ref}/dashboard.html[Dashboard and visualizations] to learn how to add panels to a Dashboard.

[discrete]
[[slo-overview-next-steps]]
== Next steps
Expand Down

0 comments on commit 8eb607e

Please sign in to comment.