#Setting up an SLO dashboard

4 messages · Page 1 of 1 (latest)

leaden crest
#

Hi, I was just wondering if anyone has built an SLO dashboard in Sentry, Ideally, I would like to be able to setup a dashboard that shows if the errors we have in our App are below the SLO we set so for example we want to show that 98% of users can complete a purchase.

If we can do this we will want to be able to track other details as well, so if anyone has any examples of how they have done this and data they have chosen to show that would be really useful.

hearty bobcat
#

is this for some internal SLOs at your company? Or contractual SLO reporting?

#

we don't do SLOs with Sentry, so you could set up a dashboard around an endpoint in your backend for a /checkout for example. But I would say this is SLO

tidal oak
#

hi there,

"I would like to be able to setup a dashboard that shows if the errors we have in our App are below the SLO we set so for example we want to show that 98% of users can complete a purchase."

To visualise something like this, you could set that up as a dashboard widget:

  • select the Errors & Transactions dataset
  • select failure_rate as the metric to plot (more on that metric here)
  • you can then choose a filter to narrow down the scope - for example transaction:/checkout if you're interested in that particular step, like Steven suggested.

You could then monitor that value and see that it doesn't go above 2%. We don't support setting a target value in Dashboards at the moment, but this is something we are considering to add in the future. Does that sound like what you're looking for? Maybe try it out and let us know if you have any feedback or other questions.