You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`Customers Ordering` - length of `queue:customers`
22
-
-`Orders Processing` - length of `queue:orders`
23
-
-`Orders Completed` - length of `queue:complete`
24
-
-`Customers Overflow` - the difference between customer submitted orders and orders completed
25
-
-`Customers Ordering` - change of `queue:customers` length
26
-
-`Orders In Queue` - change of `queue:orders` length
27
-
-`Completed Flow` - how many orders processed
28
-
29
-
## Requirements
18
+
## How it works
30
19
31
-
-[Docker](https://docker.com) to start Redis and Grafana.
32
-
-[Node.js](https://nodejs.org) to run simulation script.
33
-
34
-
## Start Redis with RedisTimeSeries and RedisGears modules installed and Grafana
35
-
36
-
For detailed instructions please take a look at [redismod - a Docker image with select Redis Labs modules](https://hub.docker.com/r/redislabs/redismod).
- Grafana query streams and Time-Series keys every 5 seconds to display samples using Grafana Redis Datasource.
61
+
62
+
## What is displayed on Grafana dashboard
63
+
64
+
-`Product Available` - the value of `product` key
65
+
-`Customers Ordering` - length of `queue:customers`
66
+
-`Orders Processing` - length of `queue:orders`
67
+
-`Orders Completed` - length of `queue:complete`
68
+
-`Customers Overflow` - the difference between customer submitted orders and orders completed
69
+
-`Customers Ordering` - change of `queue:customers` length
70
+
-`Orders In Queue` - change of `queue:orders` length
71
+
-`Completed Flow` - how many orders processed
72
+
73
+
## Requirements
74
+
75
+
-[Docker](https://docker.com) to start Redis and Grafana.
76
+
-[Node.js](https://nodejs.org) to run simulation script.
77
+
78
+
## Start Redis with RedisTimeSeries and RedisGears modules installed and Grafana
79
+
80
+
For detailed instructions please take a look at [redismod - a Docker image with select Redis Labs modules](https://hub.docker.com/r/redislabs/redismod).
0 commit comments