Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fchristenson/metrics-driven-development
https://github.com/fchristenson/metrics-driven-development
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/fchristenson/metrics-driven-development
- Owner: fChristenson
- Created: 2020-07-11T11:15:58.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T20:00:19.000Z (about 2 years ago)
- Last Synced: 2023-08-20T07:22:02.351Z (over 1 year ago)
- Language: TypeScript
- Size: 1.57 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- 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.