update policy.mdx -- fixing strategy name
This commit is contained in:
parent
f7abdf2ba1
commit
f133f4c7fe
|
@ -86,7 +86,7 @@ job "example" {
|
|||
source = "prometheus"
|
||||
query = "scalar(open_connections_example_cache)"
|
||||
|
||||
strategy "target_value" {
|
||||
strategy "target-value" {
|
||||
target = 10
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue