sloth icon indicating copy to clipboard operation
sloth copied to clipboard

🦥 Easy and simple Prometheus SLO (service level objectives) generator

Results 148 sloth issues
Sort by recently updated
recently updated
newest added

Bumps [azure/setup-helm](https://github.com/azure/setup-helm) from 3.0 to 3.3. Release notes Sourced from azure/setup-helm's releases. v3.3 release Add token input. Needed for fetching latest v3.1 release Swap to GraphQL GitHub API Commits b5b231a...

dependencies
github_actions

Bumps [github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring](https://github.com/prometheus-operator/prometheus-operator) from 0.57.0 to 0.58.0. Release notes Sourced from github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring's releases. 0.58.0 / 2022-07-20 [FEATURE] Add validations for timeout and time settings of alertmanager at CRD level. #4827, #4881...

dependencies
go

Bumps [github.com/prometheus-operator/prometheus-operator/pkg/client](https://github.com/prometheus-operator/prometheus-operator) from 0.57.0 to 0.58.0. Release notes Sourced from github.com/prometheus-operator/prometheus-operator/pkg/client's releases. 0.58.0 / 2022-07-20 [FEATURE] Add validations for timeout and time settings of alertmanager at CRD level. #4827, #4881...

dependencies
go

The (default) optimized `slo:sli_error:ratio_rate30d` uses an expression of `sum_over_time() / count_over_time()`. This is following 9cd31771 which changed it from `avg_over_time()`. I'm very confused on what the difference is. The definition...

Bumps [github.com/sirupsen/logrus](https://github.com/sirupsen/logrus) from 1.8.1 to 1.9.0. Commits f8bf765 Merge pull request #1343 from sirupsen/dbd-upd-dep ebc9029 update dependencies 56c843c Merge pull request #1337 from izhakmo/fix-cve 41b4ee6 update gopkg.in/yaml.v3 to v3.0.1 f98ed3e...

dependencies
go

Hi. CPU Limit is missing in the helm template, i opened a PR to fix this issue: https://github.com/slok/sloth/pull/351

Add limit cpu to template helm chart

Bumps [github.com/prometheus/common](https://github.com/prometheus/common) from 0.35.0 to 0.37.0. Release notes Sourced from github.com/prometheus/common's releases. sigv4/v0.1.0 Initial release Commits 49b3603 Improve OAuth2 user agent handling (#391) c5e1b60 config: ignore deprecated warning in tests...

dependencies
go

We use Thanos Ruler/Query to query data longer than 24h. In order to reduce fanout to different Prometheus instances, it would be useful to be able to inject extra labels...

generator
spec
prometheus
Rules

Hi there, thanks for the work on this project. It helps a lot on transfering knowledge on SLO topic to the very complex prometheus queries! **I'm wondering how the error...

question