Skip to content

Commit

Permalink
Update serverless docs with parallel changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dedemorton committed May 30, 2024
1 parent cf5f6f8 commit 1e57c9b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/en/serverless/slos/create-an-slo.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -144,11 +144,12 @@ When defining a histogram metric SLI, set the following fields:

There are two types of SLI you can create based on services using application performance monitoring (APM): APM latency and APM availability.

Use **APM latency** to create an indicator based on the APM data that you received from your instrumented services and a latency threshold.
Use **APM latency** to create an indicator based on latency data received from your instrumented services and a latency threshold.

**Example:** You can define an indicator on an APM service named `banking-service` for the `production` environment, and the transaction name `POST /deposit` with a latency threshold value of 300ms.

Use **APM availability** to create an indicator based on the APM data received from your instrumented services.
Use **APM availability** to create an indicator based on the availability of your instrumented services.
Availability is determined by calculating the percentage of successful transactions (`event.outcome : "success"`) out of total transactions.

**Example:** You can define an indicator on an APM service named `search-service` for the `production` environment, and the transaction name `POST /search`.

Expand Down

0 comments on commit 1e57c9b

Please sign in to comment.