Skip to content

Commit

Permalink
analysis text in evaluations
Browse files Browse the repository at this point in the history
Signed-off-by: Meg McRoberts <[email protected]>
  • Loading branch information
StackScribe committed Dec 11, 2023
1 parent 1e21dda commit 667d288
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions docs/content/en/docs/guides/evaluations.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@ description: Understand Keptn evaluations and how to use them
weight: 700
---

An evaluation is run either pre- or post-deployment
to do a simple comparison of a metric value to a target value.
For example, an evaluation can check whether more than four CPUs are available,
whether a remote database is accessible,
A Keptn evaluation does a simple evaluation of the metrics data you capture,
to answer a question such as "Do I have more than four CPUs available?"
or "Is my remote database accessible?"
or check for other problems in your infrastructure.
The deployment is kept in a pending state
until the infrastructure is capable of accepting deployments again.
You can also define
[deployment tasks](tasks.md)
that are run pre- and post-deployment
It can be defined to run before or after your software is deployed.

When an evaluation is run pre-deployment,
the deployment is kept in a pending state
until the result of the evaluations show
that the infrastructure is capable of accepting deployments again.

Use the
[Analysis](slo.md)
Expand Down

0 comments on commit 667d288

Please sign in to comment.