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

It's more like a question, unless a feature like is not yet supported. We need to suppress alerts in certain time ranges (non office hours basically). Is there a way...

What: Deployments can have security settings in their manifest on two levels: pod and container. However, there are some capabilities only configurable in one of the respective levels(https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.23/#securitycontext-v1-core). This PR...

I'm wanting to override the global default interval value with a [rule_group](https://prometheus.io/docs/prometheus/latest/configuration/recording_rules/#rule_group) interval value. When generating the rules via sloth I do not see the ability to set this.

generator
prometheus
Rules

Bumps [github.com/traefik/yaegi](https://github.com/traefik/yaegi) from 0.13.0 to 0.14.1. Release notes Sourced from github.com/traefik/yaegi's releases. v0.14.1 Changelog ae725fb interp: fix generic check on nil function v0.14.0 Changelog 14bc3b5 interp: add support of Go...

dependencies
go

Thank you for developing this really useful project. We have our metrics migrate over to `Thanos` for long term storage after living in Prometheus for 24 hours. For some reason...

Bumps golang from 1.18.3-alpine to 1.19.0-alpine. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang&package-manager=docker&previous-version=1.18.3-alpine&new-version=1.19.0-alpine)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies
docker

Bumps golang from 1.18.3 to 1.19.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang&package-manager=docker&previous-version=1.18.3&new-version=1.19.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies
docker

Does Sloth support monitoring multiple namespaces? I see there are two options - specify the namespace, in this case only the specified namespace will be monitored - do not specify...