|
| 1 | +# Redis Cloud Dashboards |
| 2 | + |
| 3 | +These dashboards are intended to graphically present standard metrics of every level of a Redis Enterprise installation. Alert configuration files |
| 4 | +will assist you in providing notifications should any of a number of key values exceed their expected ranges. Lastly, metrics description files |
| 5 | +provide information about additional values that can be monitored. |
| 6 | + |
| 7 | +## Getting Started |
| 8 | + |
| 9 | +These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for |
| 10 | +notes on how to deploy the project on a live system. |
| 11 | + |
| 12 | +### Prerequisites |
| 13 | + |
| 14 | +You will need to install the following software packages. Depending on your distribution there may be different ways of installing; choose the |
| 15 | +packaging style with which you are most familiar |
| 16 | + |
| 17 | +``` |
| 18 | +Prometheus |
| 19 | +Grafana |
| 20 | +``` |
| 21 | + |
| 22 | +### Installing |
| 23 | + |
| 24 | +Once both Prometheus and Grafana have been installed you will need to modify Prometheus' config file and point it at Redis' metrics endpoint. Once |
| 25 | +that has been done you must create a Prometheus data source in Grafana's administration console. You should name the data source 'Redis-Enterprise'; |
| 26 | +if you decide to name something else you will need to change the data source names in the individual dashboard JSON files. Please follow the |
| 27 | +instructions on the following page |
| 28 | + |
| 29 | +``` |
| 30 | +https://docs.redis.com/latest/rs/clusters/monitoring/prometheus-integration/ |
| 31 | +``` |
| 32 | + |
| 33 | +Once this has been done you can use the Grafana administration console to import the files in dashboards/ |
| 34 | + |
| 35 | +## Running the tests |
| 36 | + |
| 37 | +In order to run the alerting tests you will need to copy the rules/ and tests/ folders to your Prometheus installation. Once they have been copied |
| 38 | +you can execute the tests as follows: |
| 39 | + |
| 40 | +``` |
| 41 | +promtool test rules tests/* |
| 42 | +``` |
| 43 | + |
| 44 | +### Modifying the alerts |
| 45 | + |
| 46 | +Alerts can, and probably should, be modified to correpsond to your environment and its configuration. Additional alerts can be created |
| 47 | +following Prometheus' alerting guidelines. It is strongly recommend to create unit tests for each of your alerts to ensure they perform as expected. |
| 48 | + |
| 49 | +Further details can be found [here](https://prometheus.io/docs/prometheus/latest/configuration/unit_testing_rules/) |
| 50 | + |
| 51 | +## Deployment |
| 52 | + |
| 53 | +Open Grafana's dashboard tab, click on the blue 'New' button on the far right and select 'Import', then click on the 'Upload JSON file' button and |
| 54 | +navigate to the dashboard files included with the project in the 'dashboards' folder. |
| 55 | + |
| 56 | +## Authors |
| 57 | + |
| 58 | +* *B*John Burke** - *Initial work* - [Redis](https://github.com/redis-field-engineering) |
| 59 | + |
| 60 | +See also the list of [contributors](https://github.com/redis-field-engineering/redis-cloud-dashboards/graphs/contributors) who participated in this |
| 61 | +project. |
| 62 | + |
| 63 | +## Support |
| 64 | +Redis Cloud Dashboards is supported by Redis, Inc. on a good faith effort basis. To report bugs, request features, or receive assistance, please |
| 65 | +file an [issue](https://github.com/redis-field-engineering/redis-cloud-dashboards/issues). |
| 66 | + |
| 67 | +## License |
| 68 | +Redis Cloud Dashboards is licensed under the MIT License. Copyright © 2023 Redis, Inc. |
| 69 | + |
| 70 | +## License |
| 71 | + |
| 72 | +This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details |
| 73 | + |
| 74 | +## Acknowledgments |
| 75 | + |
| 76 | +* Hat tip to anyone whose code was used |
| 77 | +* Inspiration |
| 78 | +* etc |
| 79 | + |
0 commit comments