Update website/content/docs/dynamic-app-config/watches.mdx
Co-authored-by: Luke Kysow <1034429+lkysow@users.noreply.github.com>
This commit is contained in:
parent
ecdaf9b7c9
commit
b08f598927
|
@ -2,7 +2,7 @@
|
|||
layout: docs
|
||||
page_title: Watches Overview and Reference
|
||||
description: >-
|
||||
Watches monitor the key/value (KV) store, services, nodes, health checks, and events for updates. When it detects a change, it invokes a handler that can call an HTTP endpoint or run an executable. Learn how to configure watches to dynamically respond to changes in Consul.
|
||||
Watches monitor the key/value (KV) store, services, nodes, health checks, and events for updates. When a watch detects a change, it invokes a handler that can call an HTTP endpoint or run an executable. Learn how to configure watches to dynamically respond to changes in Consul.
|
||||
---
|
||||
|
||||
# Watches Overview and Reference
|
||||
|
|
Loading…
Reference in New Issue