-
Notifications
You must be signed in to change notification settings - Fork 60
User Stories for Telemetry feature
Anvith KS edited this page Apr 22, 2019
·
2 revisions
USER STORY ID | As a | I want to | so that I can | Notes |
---|---|---|---|---|
1 | Admin | upload Prometheus configuration file | control Prometheus metrics collection and alerting thresholds behavior | this will upload the file to the server, restart/signal Prometheus to load the new file |
2 | Admin | retrieve Prometheus configuration file | add/remove configurations and control Prometheus behavior | this is used to retrieve the current configuration, which can then be modified and uploaded |
3 | Admin | upload Alert manager configuration file | control Alert manager alerting behavior | this will upload the file to the server, restart/signal Alert manager to load the new file |
4 | Admin | retrieve Alert manager configuration file | add/remove configurations and control Alert manager alerting behavior | this is used to retrieve the current configuration, which can then be modified and uploaded |
5 | Admin | upload Node exporter configuration file | control Node exporter collector behavior | this will upload the file to the server, restart/signal Node exporter to load the new file |
6 | Admin | retrieve Node exporter configuration file | add/remove configurations and control Node exporter collection behavior | this is used to retrieve the current configuration, which can then be modified and uploaded |
7 | Engineer | Use Grafana UI | select metrics, define, save and view custom dashboards in Grafana | redirect from Left menu pane of OSDS dashboard |
8 | Engineer | Use Alert manager | to view alerts raised by Prometheus, acknowledge or dismiss them | redirect from Left menu pane of OSDS dashboard |