Keptn v1 reached EOL December 22, 2023. For more information see https://bit.ly/keptn
This documentation is for an older Keptn release. Please consider the newest one when working with the latest Keptn.

SLI-Provider

Depending on the monitoring solution you have in place and the SLIs you have configured for your services, you need to deploy the corresponding SLI-provider. In Keptn 0.7, this can be either Dynatrace or Prometheus.

Dynatrace SLI-Provider

  • Complete steps from section Setup Dynatrace SLI-provider.

  • To configure Keptn to use the Dynatrace SLI-provider for your project (e.g. musicshop), execute the following command:

    keptn configure monitoring dynatrace --project=musicshop
    
  • Configure custom SLIs for the Dynatrace SLI-provider as explained here.

Prometheus SLI-Provider

  • Complete steps from section Setup Prometheus SLI-provider.

  • To configure Keptn to use the Prometheus SLI-provider for your project (e.g. musicshop), execute the following command:

    keptn configure monitoring prometheus --project=musicshop --service=catalogue
    
  • Configure custom SLIs for the Prometheus SLI-provider as explained here.

Add custom SLI-Provider

  • To create and add your custom SLI-provider to Keptn, please follow the instructions here.