Slok Sloth Versions Save

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

sloth-helm-chart-0.4.3

2 years ago

Update for Sloth v0.10.0

v0.10.0

2 years ago

v0.10.0 - 2022-03-22

Added

  • Support Kubernetes v1.23
  • Allow disabling optimized rules using --disable-optimized-rules. These will disable the period window (e.g 30d) to be as the other window rules and not be optimized.
  • generate command now accepts a directory that will discover SLOs and generate with the same structure in an output directory.
  • Added --fs-exclude and --fs-include flags to generate command, that will be used when generate inputs are a directory.
  • Update Go 1.18

sloth-helm-chart-0.4.2

2 years ago

Base chart for Sloth.

sloth-helm-chart-0.4.1

2 years ago

Base chart for Sloth.

sloth-helm-chart-0.4.0

2 years ago

Base chart for Sloth.

v0.9.0

2 years ago

v0.9.0 - 2021-11-15

Added

  • Added spec for declaring custom SLO period windows.
  • Added --slo-period-windows-path flag to load custom SLO period windows from a directory.

Changed

  • (BREAKING) --window-days flag renamed to --default-slo-period and now is a time.Duration instead of an integer.
  • (BREAKING) -w short flag has been removed.
  • Default 30 and 28 day windows are now loaded from spec files.

sloth-0.3.1

2 years ago

Base chart for Sloth.

sloth-0.3.0

2 years ago

Base chart for Sloth.

v0.8.0

2 years ago

v0.8.0 - 2021-10-12

Changed

  • OpenSLO fallbacks to Sloths time window if not set.

Added

  • Time window validation.
  • Default time window is 30 day (same as before but was hardcoded, now can be set to a different one).
  • Support 28 day time windows.
  • Flag to select default time window.

v0.7.0

2 years ago

v0.7.0 - 2021-10-05

Added

  • Helm chart.
  • Kustomize.
  • Support Kubernetes 1.22
  • The SLO info metric has SLO objective as a label.

Changed

  • Update Kubernetes deploy manifests to v0.7.0