Skip to content
This repository has been archived by the owner on Sep 16, 2021. It is now read-only.

Commit

Permalink
Add link to repo
Browse files Browse the repository at this point in the history
  • Loading branch information
Licenser committed Apr 8, 2021
1 parent 43e827e commit cc93fb6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/workshop/examples/38_polling_alerts/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Polling

!!! note
All the application code here is available from the docs [git repository](https://github.com/tremor-rs/tremor-www-docs/tree/main/docs/workshop/examples/38_polling_alerts).

This example demonstrates using Tremor to periodically poll a data source (we use influx as it can quickly generate data) and make decisions based on the results - in our case alert us on low CPU or memory.

We will not dive deep into the query used or the alerts defined as they're only supporting elements to the story we're trying to tell here: periodic, reactive workflows. To this end, we leverage a good bit of the configuration introduced in [the influx example](../11_influx/README.md).
Expand Down

0 comments on commit cc93fb6

Please sign in to comment.