Target Value Strategy Plugin
The target-value
strategy plugin will perform count calculations in order to
keep the value resulting from the APM query at or around a specified target.
Agent Configuration Options
strategy "target-value" {
driver = "target-value"
}
Policy Configuration Options
check "target-value-check" {
# ...
strategy "target-value" {
target = 20
threshold = 0.0001
}
# ...
}