Skip to main content

No project description provided

Project description

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)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyslo-0.0.7.tar.gz (8.1 kB view hashes)

Uploaded Source

Built Distribution

pyslo-0.0.7-py3.7.egg (21.6 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page