Skip to content
This repository has been archived by the owner on Jul 28, 2021. It is now read-only.

Releases: keptn-contrib/prometheus-sli-service

0.3.0

04 Mar 12:55
9a166cc
Compare
Choose a tag to compare

Release Notes 0.3.0

New Features

  • Update to CloudEvents 1.0 #36

Fixed Issues

  • Adopt to new get-sli events #44

0.2.3

15 Oct 10:39
a43383a
Compare
Choose a tag to compare

Release Notes 0.2.3

New Features

  • Improved logging messages
  • Made namespace of service configurable #31
  • Improved handling of event-broker URL #42

0.2.2

04 May 12:42
2883cda
Compare
Choose a tag to compare

Release Notes 0.2.2

New Features

  • Include received labels in outgoing CloudEvents #27

0.2.1

23 Mar 14:57
0a15d43
Compare
Choose a tag to compare

Release Notes 0.2.1

Fixed Issues

  • Added additional checks for NaN values returned by Prometheus API

0.2.0

22 Jan 13:31
Compare
Choose a tag to compare

Release Notes 0.2.0

New Features

  • Removed ConfigMap support to configure SLI queries #1254

Fixed Issues

Known Limitations

0.1.0

21 Nov 12:44
821eeac
Compare
Choose a tag to compare

Release Notes 0.1.0

This service is used for retrieving metrics from a prometheus API endpoint. Per default, it fetches metrics from the prometheus instance set up by Keptn
(prometheus-service.monitoring.svc.cluster.local:8080), but it can also be configures to use any reachable Prometheus endpoint using basic authentication by providing the credentials
via a secret in the keptn namespace of the cluster.

The supported default SLIs are:

  • throughput
  • error_rate
  • response_time_p50
  • response_time_p90
  • response_time_p95

The queries for those SLIs can be overridden by providing custom Prometheus queries. Similarly, it is also possible to add additional custom SLIs and their queries.
For detailed instructions, please head to the README section.

This release is based on Keptn spec 0.1.0