Releases: google/slo-generator
Releases · google/slo-generator
v2.6.0
2.6.0 (2024-02-16)
Features
- add Error Budget Consumed Ratio metric to reports and BigQuery exporter (#416) (3b1f636)
Bug Fixes
- ci: pin
safety
to v2 as v3 causes unit tests to fail (#423) (5b44bad)
- deps: bump version of
pip
to avoid known CVE (#397) (b1edb12)
- open_search: change the way range is added to filters (#400) (c221464)
v2.5.2
2.5.2 (2023-11-10)
Bug Fixes
- add
query_bad
option to Datadog backend (#377) (6ecc728)
v2.5.1
2.5.1 (2023-10-13)
Bug Fixes
- get_human_time() should not hard-code the human-readable timezone (#350) (1948694)
v2.5.0
2.5.0 (2023-10-11)
Features
Bug Fixes
v2.4.0
2.4.0 (2023-06-21)
Features
Bug Fixes
- bump version of iSort to avoid non-deterministic error during pre-commit checks (5542a06)
v2.3.4
2.3.4 (2023-02-27)
Bug Fixes
- convert timestamp to UTC in Cloud Monitoring MQL backend (#331) (0b7cbcc)
- implicit Optional type hints are now forbidden (cf. PEP 484) (#301) (c1351e0)
- lint: replace too generic exceptions (Exception) with more specific ones (ValueError) (d2eadbf)
- wrong environment variable name for
--target
option in api
command (#320) (3303735)
v2.3.3
2.3.3 (2022-11-02)
Bug Fixes
- compute the time horizon of MQL requests more accurately so they return the same results as MQF requests (#290) (41b814b)
v2.3.2
2.3.2 (2022-10-29)
Bug Fixes
- remove calls to list and create metric descriptors in Cloud Monitoring exporter to prevent Quota Exceeded errors (#286) (0a6a0fb)
Documentation
- update docs and samples with all backends (#283) (61f2f32)
v2.3.1
2.3.1 (2022-10-27)
Bug Fixes
- migrate
cloud_service_monitoring
backend to google-cloud-monitoring
v2 (with breaking changes) (#280) (affd157)
Documentation
- document Cloud Monitoring MQL backend (#277) (8c931cd)
- refine development workflow instructions (#275) (2a35754)
v2.3.0
2.3.0 (2022-10-24)
Features
Bug Fixes
- add timeFrame to retrieve_slo dynatrace (#212) (2db0140)
- make unit tests pass again with elasticsearch 8.x client (#223) (39dd26c)
- prevent gcloud crash with python 3.10 during release workflow (39a257e)
- remove useless and unknown Pylint options (#247) (5053251)
- support custom exporters (#235) (b72b8f4)
- update "Development Status" classifier (c82eea3)
Documentation
- add missing 'method' field in readme (#213) (5d2a9a0)
- add Python 3.9 classifier (#226) (83c36b9)
- document how to write and configure filters in Cloud Monitoring provider (#266) (29ab2e1)