Hi all,
I'm comparing the SLO reporting functionality via dashboard and via the API. But I'm encountering a difference in information between the dashboard widget and the API.
Below you can see my widget for a certain time window.
When I use the same SLI, target % and time window via the API, Instana returns other 'Error Budget Spent' and 'Error Budget' statistics:
- The API call: {{baseURL}}/api/sli/report/:sliId?slo=0.90&from=1692136800000&to=1692223200000
- The result:
{
"sli": 0.9999852610030706,
"slo": 0.9,
"totalErrorBudget": 122124,
"errorBudgetRemaining": 122106,
"fromTimestamp": 1692136800000,
"toTimestamp": 1692223200000,
"violationDistribution": null
}
Comparison between dashboard and API:
- totalErrorBudget
- API: 122.124
- dashboard: 65.080
- ErrorBudgetRemaining
- API: 122.106
- Dashboard returns the Error Budget Spent which is 10. So the ErrorBudgetRemaining is 65.070.
Can someone point out what I'm missing here?
Thanks in advance!
------------------------------
Kind regards,
Jurgen Roels
Brussels, Belgium
------------------------------