From f666f316a123403171d1d8e0c4199accc039d3fe Mon Sep 17 00:00:00 2001 From: Rachel Elledge <86307637+rrelledge@users.noreply.github.com> Date: Mon, 2 Dec 2024 09:44:36 -0600 Subject: [PATCH] Apply suggestions from code review --- content/integrate/prometheus-with-redis-enterprise/_index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/integrate/prometheus-with-redis-enterprise/_index.md b/content/integrate/prometheus-with-redis-enterprise/_index.md index 7899d0ad9..d06cf30e9 100644 --- a/content/integrate/prometheus-with-redis-enterprise/_index.md +++ b/content/integrate/prometheus-with-redis-enterprise/_index.md @@ -32,7 +32,7 @@ You can use Prometheus and Grafana to: {{Graphic showing how Prometheus and Grafana collect and display data from a Redis Enterprise Cluster. Prometheus collects metrics from the Redis Enterprise cluster, and Grafana queries those metrics for visualization.}} In each cluster, the metrics_exporter process exposes Prometheus metrics on port 8070. -Redis Enterprise version 7.8.2 introduces a preview of the new metrics stream engine that exposes the v2 Prometheus scraping endpoint at https://:8070/v2. +Redis Enterprise version 7.8.2 introduces a preview of the new metrics stream engine that exposes the v2 Prometheus scraping endpoint at `https://:8070/v2`. ## Quick start @@ -81,7 +81,7 @@ We recommend running Prometheus in Docker only for development and testing. tls_config: insecure_skip_verify: true static_configs: - - targets: [":8070"] #for v2 use [":8070/v2"] + - targets: [":8070"] # For v2, use [":8070/v2"] ``` 1. Set up your Prometheus and Grafana servers.