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
@@ -6,36 +6,99 @@ Browse the complete collection of pre-built dashboards for Redis Enterprise moni
6
6
7
7
This catalog contains ready-to-use dashboards for various observability platforms. Each dashboard provides comprehensive monitoring of Redis Enterprise clusters, databases, and nodes.
8
8
9
-
== Grafana Dashboards
9
+
NOTE: All dashboards listed below are from the v2 collection, which is recommended for all deployments. If you need legacy v1 dashboards, see the xref:#legacy-dashboards[Legacy Dashboards] section.
10
10
11
-
=== Redis Enterprise Cluster Overview
12
-
* *File*: `grafana/cluster-overview.json`
13
-
* *Description*: High-level view of cluster health, resource usage, and performance
* *Description*: AI-powered monitoring with automatic baselining and anomaly detection
59
+
* *Features*: Full-stack observability, Davis AI integration
60
+
61
+
=== Kickstarter
62
+
* *Directory*: `dynatrace_v2/kickstarter/`
63
+
* *Description*: Quick-start templates for rapid deployment
64
+
65
+
See the https://github.com/redis-field-engineering/redis-enterprise-observability/tree/main/dynatrace_v2[dynatrace_v2 README^] for detailed information.
66
+
67
+
== New Relic Dashboards (v2)
68
+
69
+
=== Dashboard Collection
70
+
* *Directory*: `newrelic_v2/dashboards/`
71
+
* *Description*: Comprehensive monitoring with NRQL queries
* *Description*: Pre-configured setup for quick deployment
77
+
78
+
See the https://github.com/redis-field-engineering/redis-enterprise-observability/tree/main/newrelic_v2[newrelic_v2 README^] for configuration details.
@@ -70,11 +133,32 @@ All dashboards can be customized to fit your specific needs:
70
133
* Adjust thresholds and alert conditions
71
134
* Create dashboard variables for filtering
72
135
136
+
[#legacy-dashboards]
137
+
== Legacy Dashboards (v1)
138
+
139
+
WARNING: The v1 dashboards are provided for compatibility with older deployments only. We recommend upgrading to v2 dashboards for the latest features and improvements.
140
+
141
+
=== Grafana v1 (Legacy)
142
+
* *Directory*: `grafana/dashboards/`
143
+
* *Note*: Basic cluster, database, and node monitoring dashboards
144
+
145
+
=== Dynatrace v1 (Legacy)
146
+
* *Directory*: `dynatrace/`
147
+
* *Note*: Earlier generation dashboards
148
+
149
+
=== New Relic v1 (Legacy)
150
+
* *Directory*: `newrelic/`
151
+
* *Note*: Legacy integration setup
152
+
153
+
=== Prometheus v1 (Legacy)
154
+
* *Directory*: `prometheus/`
155
+
* *Note*: Original Prometheus configurations and rules
156
+
73
157
== Contributing
74
158
75
159
To contribute new dashboards or improvements:
76
160
77
161
. Fork the repository
78
-
. Add your dashboard to the appropriate platform directory
162
+
. Add your dashboard to the appropriate v2 platform directory
Copy file name to clipboardExpand all lines: docs/modules/ROOT/pages/index.adoc
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,8 @@ This project provides comprehensive monitoring solutions for Redis Enterprise, i
11
11
* Alert definitions and templates
12
12
* Integration guides for popular observability tools
13
13
14
+
IMPORTANT: This documentation focuses on our v2 dashboards and configurations, which feature improved metrics, better visualizations, and enhanced alert rules. V2 is recommended for all deployments. Legacy v1 resources are available in the xref:dashboards/catalog.adoc#legacy-dashboards[Dashboard Catalog].
15
+
14
16
== Supported Platforms
15
17
16
18
* xref:platforms/grafana.adoc[Grafana] - Visualization and analytics
Copy file name to clipboardExpand all lines: docs/modules/ROOT/pages/platforms/dynatrace.adoc
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,8 @@ Full-stack monitoring of Redis Enterprise with Dynatrace.
6
6
7
7
Dynatrace provides automated, AI-powered monitoring for Redis Enterprise deployments.
8
8
9
+
NOTE: This guide uses v2 dashboards (Generation 3), which are recommended for all deployments. For legacy v1 dashboards, see the xref:dashboards/catalog.adoc#legacy-dashboards[Legacy Dashboards] section in the catalog.
Copy file name to clipboardExpand all lines: docs/modules/ROOT/pages/platforms/grafana.adoc
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,8 @@ Monitor Redis Enterprise with Grafana dashboards and Prometheus data sources.
6
6
7
7
Grafana provides powerful visualization capabilities for Redis Enterprise metrics. This integration uses Prometheus as the data source.
8
8
9
+
NOTE: This guide uses v2 dashboards, which are recommended for all deployments. If you need legacy v1 dashboards, see the xref:dashboards/catalog.adoc#legacy-dashboards[Legacy Dashboards] section in the catalog.
Copy file name to clipboardExpand all lines: docs/modules/ROOT/pages/platforms/newrelic.adoc
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,8 @@ Monitor Redis Enterprise with New Relic's application performance monitoring pla
6
6
7
7
New Relic provides comprehensive monitoring and alerting for Redis Enterprise clusters.
8
8
9
+
NOTE: This guide uses v2 dashboards and configurations, which are recommended for all deployments. For legacy v1 resources, see the xref:dashboards/catalog.adoc#legacy-dashboards[Legacy Dashboards] section in the catalog.
Copy file name to clipboardExpand all lines: docs/modules/ROOT/pages/platforms/prometheus.adoc
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,8 @@ Collect and store Redis Enterprise metrics with Prometheus.
6
6
7
7
Prometheus scrapes metrics from Redis Enterprise and stores them as time-series data for querying and visualization.
8
8
9
+
NOTE: This guide references v2 alert rules and configurations, which are recommended for all deployments. For legacy v1 configurations, see the xref:dashboards/catalog.adoc#legacy-dashboards[Legacy Dashboards] section in the catalog.
0 commit comments