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 f7abdf2ba1
commit f133f4c7fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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