https://github.com/fchristenson/metrics-driven-development
https://github.com/fchristenson/metrics-driven-development
Last synced: 20 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/fchristenson/metrics-driven-development
- Owner: fChristenson
- Created: 2020-07-11T11:15:58.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T20:00:19.000Z (over 2 years ago)
- Last Synced: 2025-03-21T07:11:41.976Z (4 months ago)
- Language: TypeScript
- Size: 1.57 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 19
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# What are SLO's and how to get started?
## What we will cover
- What is an SLO?
- Why do we care about them?
- How can we start using them?## Notes
Service level objectives (SLO's) are a commitment that your software team makes to a certain measurement of performance.
Each service have certain numbers that the service cares about.
Common numbers to care about are:- Latency
- Error rates
- CPU usage
- Memory usage
- Disk usageHowever SLO's can be used to measure anything that your team cares about.
Each SLO's is made up of a number of Service level indicators (SLI's).
Each SLI is a measurement that is used to calculate the SLO.