Let's code: Measuring site reliability with Python

Pubblicato il: 25 febbraio 2024
sul canale di: Kaldun Technologies
175
4

This is a Site Reliability Engineering (SRE) exercise originally from fetch.com: Read a file in YAML format and query the REST endpoints to determine uptime of the website and API. A request is considered UP for HTTP result code in 200-299 and less than 500 milliseconds of latency.

The idea is to measure the reliability of the website. Once something is measured it can be improved, ex. networking problems, back-end code, database, etc.

I implemented this using Python, and had a chance to learn about using unit tests with mocking and pylint for static code analysis. My approach from perfect and I would appreciate your feedback.

Get the code here: https://github.com/kaldun-tech/sre-he...


In questa pagina del sito puoi guardare il video online Let's code: Measuring site reliability with Python della durata di ore minuti seconda in buona qualità , che l'utente ha caricato Kaldun Technologies 25 febbraio 2024, condividi il link con amici e conoscenti, su youtube questo video è già stato visto 175 volte e gli è piaciuto 4 spettatori. Buona visione!