Merge pull request #10100 from fredwangwang/patch-1

update policy.mdx -- fixing strategy name
This commit is contained in:
James Rasell 2021-03-01 08:45:28 +01:00 committed by GitHub
commit e215b4cfd8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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