|
| 1 | +# Redis Enterprise Observability |
| 2 | + |
| 3 | +Comprehensive monitoring and observability solutions for Redis Enterprise deployments. |
| 4 | + |
| 5 | +## Overview |
| 6 | + |
| 7 | +This repository provides pre-built dashboards, metrics configurations, and integration guides for monitoring Redis Enterprise across multiple observability platforms. |
| 8 | + |
| 9 | +## Supported Platforms |
| 10 | + |
| 11 | +- **Grafana** - Visualization and analytics |
| 12 | +- **Prometheus** - Metrics collection and time-series storage |
| 13 | +- **Dynatrace** - Full-stack monitoring |
| 14 | +- **New Relic** - Application performance monitoring |
| 15 | +- **Splunk** - Log analytics and SIEM |
| 16 | +- **Kibana** - Elasticsearch visualization |
| 17 | + |
| 18 | +## Documentation |
| 19 | + |
| 20 | +📚 **[View the complete documentation](https://redis-field-engineering.github.io/redis-enterprise-observability/)** |
| 21 | + |
| 22 | +The documentation includes: |
| 23 | +- Quick start guides |
| 24 | +- Platform-specific integration instructions |
| 25 | +- Dashboard catalog |
| 26 | +- Monitoring best practices |
| 27 | +- Alerting configuration |
| 28 | +- Metrics reference |
| 29 | +- Troubleshooting guides |
| 30 | + |
| 31 | +### Building Documentation Locally |
| 32 | + |
| 33 | +```bash |
| 34 | +# Install dependencies |
| 35 | +npm install |
| 36 | + |
| 37 | +# Generate documentation site |
| 38 | +npm run docs |
| 39 | + |
| 40 | +# View the site |
| 41 | +open build/site/index.html |
| 42 | + |
| 43 | +# Or serve locally |
| 44 | +npm run docs:serve |
| 45 | +# Visit http://localhost:8080 |
| 46 | +``` |
| 47 | + |
| 48 | +## Quick Start |
| 49 | + |
| 50 | +1. Choose your observability platform |
| 51 | +2. Follow the platform-specific guide in the [documentation](https://redis-field-engineering.github.io/redis-enterprise-observability/) |
| 52 | +3. Import pre-built dashboards from the catalog |
| 53 | +4. Configure alerting based on your requirements |
| 54 | + |
| 55 | +## Repository Structure |
| 56 | + |
| 57 | +``` |
| 58 | +. |
| 59 | +├── docs/ # Antora documentation source |
| 60 | +│ ├── antora.yml # Component descriptor |
| 61 | +│ └── modules/ROOT/ |
| 62 | +│ ├── pages/ # Documentation pages (AsciiDoc) |
| 63 | +│ └── nav.adoc # Navigation menu |
| 64 | +├── grafana/ # Grafana dashboards |
| 65 | +├── prometheus/ # Prometheus configurations |
| 66 | +├── dynatrace/ # Dynatrace integrations |
| 67 | +├── newrelic/ # New Relic dashboards |
| 68 | +├── splunk/ # Splunk configurations |
| 69 | +└── kibana/ # Kibana dashboards |
| 70 | +``` |
| 71 | + |
| 72 | +## Contributing |
| 73 | + |
| 74 | +Contributions are welcome! Please: |
| 75 | + |
| 76 | +1. Fork the repository |
| 77 | +2. Create a feature branch |
| 78 | +3. Make your changes |
| 79 | +4. Submit a pull request |
| 80 | + |
| 81 | +For documentation contributions, see [docs/README.md](docs/README.md). |
| 82 | + |
| 83 | +## Resources |
| 84 | + |
| 85 | +- [Redis Enterprise Documentation](https://docs.redis.com/latest/rs/) |
| 86 | +- [Redis Cloud Documentation](https://docs.redis.com/latest/rc/) |
| 87 | +- [Antora Documentation](https://docs.antora.org/) |
| 88 | + |
| 89 | +## License |
| 90 | + |
| 91 | +See [LICENSE](LICENSE) for details. |
0 commit comments