Skip to content

mbeken/pyslo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pyslo

Calculate service level objective measurements from metrics stored in common backends in accordance with the logic set out in the SRE Workbook

Getting Started

Installation process

pip install pyslo

Build and Test

pytest

Documentation

Visit readthedocs for full documentation.

Current Support

Providers

At this time, the Stackdriver backend is supported. Future plans include Prometheus and Azure Monitoring

Metric Types

Stackdriver

  • Boolean

Logic

The library pulls raw timeseries data from the metric provider and performs aggregations in memory. This is in order to standardize the computation across providers.

Boolean Metrics

sli = good_events/valid_events

where

  • good events = (sum of metric entries == True)
  • valic_events = (sum of metric entries)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages