From 71722fc0700af07b8dffc84f9358413faf56a3b8 Mon Sep 17 00:00:00 2001 From: gaspardmoindrot Date: Thu, 22 Jun 2023 15:28:39 -0700 Subject: [PATCH] Update docs/metrics-analysis-prometheus/prometheus.md Co-authored-by: Thomas Carmet --- docs/metrics-analysis-prometheus/prometheus.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/metrics-analysis-prometheus/prometheus.md b/docs/metrics-analysis-prometheus/prometheus.md index a9ccb24..bec936c 100644 --- a/docs/metrics-analysis-prometheus/prometheus.md +++ b/docs/metrics-analysis-prometheus/prometheus.md @@ -46,10 +46,10 @@ within a specified time range. !!! info - Using Grafana enhances the visualization of Prometheus data and - provides powerful querying capabilities. Within Grafana, apply filters, - combine queries, and utilize variables for dynamic filtering. It's important - to understand `__interval` (time interval between data points) and `__range` - (selected time range) when working with Prometheus data in Grafana. This - integration enables efficient data exploration and analysis for better - insights and decision-making. + Using Grafana enhances the visualization of Prometheus data and + provides powerful querying capabilities. Within Grafana, apply filters, + combine queries, and utilize variables for dynamic filtering. It's important + to understand `__interval` (time interval between data points) and `__range` + (selected time range) when working with Prometheus data in Grafana. This + integration enables efficient data exploration and analysis for better + insights and decision-making.