update policy.mdx -- fixing strategy name

This commit is contained in:
Huan Wang
2021-02-26 21:32:00 -07:00
committed by GitHub
parent 837f5925d3
commit 1d4fbb6479

View File

@@ -86,7 +86,7 @@ job "example" {
source = "prometheus"
query = "scalar(open_connections_example_cache)"
strategy "target_value" {
strategy "target-value" {
target = 10
}
}