mirror of https://github.com/status-im/consul.git
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
9cd63ba543
commit
d31be1e949
|
@ -2,7 +2,7 @@
|
||||||
layout: docs
|
layout: docs
|
||||||
page_title: Watches Overview and Reference
|
page_title: Watches Overview and Reference
|
||||||
description: >-
|
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
|
# Watches Overview and Reference
|
||||||
|
|
Loading…
Reference in New Issue