9. Stats¶
Save stats in memory to use for analyzing later, this is really usefully to analyse how the bot is performing.
The following features will be included: - [ ] Stats end point - [ ] Stats deletion request - [ ] Grafana board - [ ] Stat average
9.1. Function list¶
Name |
Description |
|---|---|
a |
b |
9.5. How is it going to work?¶
9.5.1. Stats endpoint¶
Send stat value with their path to this endpoint and run average function to average it out.
9.5.2. Stats deletion request¶
When a object with stats is not needed anymore the path should be sended and then deleted to save memory.
9.5.3. Grafana board¶
To visualize and get a better history viewer, a grafana board will be created. Here you can see all stats visualized and get a faster view of whats happening.
9.5.4. Stat average¶
Average stats to filter out noise. Based on a global value.