From e81769147ffb2dd7a4da1f801e8f33f8ac17ead0 Mon Sep 17 00:00:00 2001 From: Larissa Wandzura Date: Fri, 12 Dec 2025 14:47:11 -0600 Subject: [PATCH] fixed linter gripes --- docs/sources/datasources/prometheus/troubleshooting/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/sources/datasources/prometheus/troubleshooting/index.md b/docs/sources/datasources/prometheus/troubleshooting/index.md index 4e6797a445c..94d366ad8c6 100644 --- a/docs/sources/datasources/prometheus/troubleshooting/index.md +++ b/docs/sources/datasources/prometheus/troubleshooting/index.md @@ -196,7 +196,7 @@ The following errors occur when the data source is not configured correctly. 1. Check your Prometheus configuration file for the `scrape_interval` setting. 1. Update the **Scrape interval** in the Grafana data source configuration under **Interval behavior** to match. -1. If the Grafana interval is higher than the Prometheus interval, you may see fewer data points than expected. +1. If the Grafana interval is higher than the Prometheus interval, you may see less data points than expected. ## TLS and certificate errors @@ -217,7 +217,7 @@ The following errors occur when there are issues with TLS configuration. ### TLS handshake error -**Error message:** "tls: handshake failure" or "connection reset" +**Error message:** "TLS: handshake failure" or "connection reset" **Cause:** The TLS handshake between Grafana and Prometheus failed.